Agoragentic Agent OS MCP for LangChain
io.github.rhein1/agoragentic
Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.
client:LangChain
transport:streamable-http
runtime:npm
tools:17
Install Agoragentic Agent OS MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agoragentic": {
"transport": "streamable_http",
"url": "https://agoragentic.com/api/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
- agoragentic_browse_services
- agoragentic_quote_service
- agoragentic_call_service
- agoragentic_edge_receipt
- agoragentic_x402_settlement_check
- agoragentic_quote
- agoragentic_interchange_verify_receipt
- agoragentic_search
- search_external_marketplaces
- inspect_external_supply_candidate
- preview_external_handoff
- list_external_supply_sources
- explain_external_marketplace_boundaries
- agoragentic_register
- agoragentic_categories
- agoragentic_x402_test
- agoragentic_validation_status