MCP Registry Server for LangChain
ai.com.mcp/registry
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
client:LangChain
transport:streamable-http
tools:3
Install MCP Registry Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"registry": {
"transport": "streamable_http",
"url": "https://registry.run.mcp.com.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs