Skip to content
LangChain

servicegraph for LangChain

co.servicegraph.mcp/servicegraph

Datasets for founders: directories, newsletters, and agencies, with metrics attached.

client:LangChain transport:streamable-http

Install servicegraph in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "servicegraph": {
            "transport": "streamable_http",
            "url": "https://mcp.servicegraph.co",
        }
})

tools = await client.get_tools()

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

servicegraph in other clients