Skip to content
LangChain

Shoon A2A Trust Services (pilot) for LangChain

io.github.shoonenterprises/shoon-a2a-sandbox

Five trust services for agents: claim checks, citation audits, extraction, tripwires, work audits.

client:LangChain transport:streamable-http tools:5

Install Shoon A2A Trust Services (pilot) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shoon-a2a-sandbox": {
            "transport": "streamable_http",
            "url": "https://shoon-a2a-sandbox.onrender.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

Shoon A2A Trust Services (pilot) in other clients