Skip to content
LangChain

Verdigraph — paid hosted MCP for compute routing for LangChain

io.github.jdhart81/verdigraph-mcp

Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation.

client:LangChain transport:streamable-http

Install Verdigraph — paid hosted MCP for compute routing in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "verdigraph-mcp": {
            "transport": "streamable_http",
            "url": "https://verdigraph-mcp.hartjustin6.workers.dev/mcp",
        }
})

tools = await client.get_tools()

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

Verdigraph — paid hosted MCP for compute routing in other clients