Skip to content
LangChain

Zyla API Hub for LangChain

com.zylalabs/api-hub

Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.

client:LangChain transport:streamable-http tools:8

Install Zyla API Hub in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "api-hub": {
            "transport": "streamable_http",
            "url": "https://mcp.zylalabs.com/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

Zyla API Hub in other clients