Skip to content
LangChain

ApyHub Utility Tools (US) for LangChain

com.apyhub/mcp-server-us

1,500+ ApyHub utility APIs served from the US cluster. Requires a US-generated ApyHub API key.

client:LangChain transport:streamable-http

Install ApyHub Utility Tools (US) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-server-us": {
            "transport": "streamable_http",
            "url": "https://mcp.us.apyhub.com",
        }
})

tools = await client.get_tools()

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

ApyHub Utility Tools (US) in other clients