Skip to content
LangChain

Central Command — x402 Trading Intelligence for LangChain

io.github.tlefko/central-command

Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution

client:LangChain transport:streamable-http tools:33

Install Central Command — x402 Trading Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "central-command": {
            "transport": "streamable_http",
            "url": "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/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

All 33 tools →

Central Command — x402 Trading Intelligence in other clients