Skip to content
LangChain

Erudite Intelligence x402 Services for LangChain

io.github.eruditeintelligence/x402-services

80 paid MCP tools via x402 USDC micropayments. Crypto data, web scraping, auditing, and more.

client:LangChain transport:streamable-http

Install Erudite Intelligence x402 Services in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "x402-services": {
            "transport": "streamable_http",
            "url": "https://mcp.eruditepay.com/mcp",
        }
})

tools = await client.get_tools()

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

Erudite Intelligence x402 Services in other clients