Skip to content
LangChain

Webhound for LangChain

ai.webhound/webhound

Budgeted reports and datasets with Hound, Webhound's DeepSeek V4 Pro + GPT-5.4 research harness.

client:LangChain transport:streamable-http runtime:npm

Install Webhound in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "webhound": {
            "transport": "streamable_http",
            "url": "https://api.webhound.ai/api/v2/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Webhound in other clients