Skip to content
LangChain

logicnodes mcp for LangChain

io.github.cmdenney/logicnodes-mcp

Remote MCP for LogicNodes: Signed PII-Shield flagship + payable x402 agent tools on Base.

client:LangChain transport:streamable-http

Install logicnodes mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "logicnodes-mcp": {
            "transport": "streamable_http",
            "url": "https://logicnodes.io/mcp",
        }
})

tools = await client.get_tools()

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

logicnodes mcp in other clients