Skip to content
LangChain

Agentic Reputation Gateway for LangChain

io.github.agenticsubstrate/reputation-gateway

Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.

client:LangChain transport:streamable-http tools:7

Install Agentic Reputation Gateway in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "reputation-gateway": {
            "transport": "streamable_http",
            "url": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/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

Agentic Reputation Gateway in other clients