Skip to content
LangChain

Agentry — The Trust Layer for the Agent Economy for LangChain

io.github.cthulhutoo/agentry

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

client:LangChain transport:streamable-http tools:36

Install Agentry — The Trust Layer for the Agent Economy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentry": {
            "transport": "streamable_http",
            "url": "https://api.agentry.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

All 36 tools →

Agentry — The Trust Layer for the Agent Economy in other clients