agent guild for LangChain
io.github.agenttanuki/agent-guild
Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports.
client:LangChain
transport:streamable-http
tools:44
Install agent guild in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-guild": {
"transport": "streamable_http",
"url": "https://agent-guild-5d5r.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
- guild_preflight
- guild_preflight_outcome
- guild_index
- guild_paid_operations
- guild_x402_payment_safety
- guild_envelope_issue
- guild_envelope_verify
- guild_preflight_deep
- guild_evidence_bundle
- guild_evidence_verify
- guild_watch
- guild_watch_feed
- guild_check
- guild_search
- guild_best_agent
- guild_risk_score
- guild_register
- guild_prove
- guild_prove_verify
- guild_attest
- guild_record
- guild_escrow_open
- guild_escrow_release
- guild_passport