Skip to content
LangChain

Orbis API Marketplace for LangChain

io.github.orbisapi/orbis-marketplace

Browse, subscribe to, and call 3,000+ APIs autonomously. x402 USDC pay-per-call on Base.

client:LangChain transport:streamable-http

Install Orbis API Marketplace in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "orbis-marketplace": {
            "transport": "streamable_http",
            "url": "https://orbisapi.com/api/mcp",
        }
})

tools = await client.get_tools()

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

Orbis API Marketplace in other clients