Skip to content
LangChain

Agent Decision & Evidence Tools (MCP + x402) for LangChain

io.github.patrickpi1312/eu-compliance

40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports

client:LangChain transport:streamable-http tools:40

Install Agent Decision & Evidence Tools (MCP + x402) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "eu-compliance": {
            "transport": "streamable_http",
            "url": "https://mcp.eucompliance.tools/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 40 tools →

Agent Decision & Evidence Tools (MCP + x402) in other clients