Skip to content
LangChain

cypher mcp for LangChain

io.github.lonniev/cypher-mcp

Monetized graph answers via named Cypher queries — Tollbooth DPYC operator

client:LangChain transport:streamable-http tools:112

Install cypher mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cypher-mcp": {
            "transport": "streamable_http",
            "url": "https://cypher-mcp.fastmcp.app/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 112 tools →

cypher mcp in other clients