Skip to content
LangChain

dokimo mcp for LangChain

io.github.ypratap11/dokimo-mcp

Verify AI-agent revenue: recompute a Merkle proof and check it against an on-chain anchor.

client:LangChain transport:streamable-http tools:3

Install dokimo mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dokimo-mcp": {
            "transport": "streamable_http",
            "url": "https://dokimo.augaster.com/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

dokimo mcp in other clients