Skip to content
LangChain

agentswitchboard for LangChain

io.github.assafbar2/agentswitchboard

Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.

client:LangChain transport:streamable-http tools:3

Install agentswitchboard in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentswitchboard": {
            "transport": "streamable_http",
            "url": "https://agentswitchboard.dev/api/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

agentswitchboard in other clients