Skip to content
LangChain

Agent Wholesale for LangChain

io.github.despiteryan/agentwholesale

Pay-per-call web search, keyword trends, and evidence-backed public-page change intelligence.

client:LangChain transport:streamable-http tools:3

Install Agent Wholesale in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentwholesale": {
            "transport": "streamable_http",
            "url": "https://agentwholesale.vercel.app/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Agent Wholesale in other clients