InsureLink for LangChain
io.github.skewing1/insurelink
AI agent-to-agent SLA agreements on Base with insurance, reputation, and x402 payments.
client:LangChain
transport:streamable-http
tools:32
Install InsureLink in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"insurelink": {
"transport": "streamable_http",
"url": "https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/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
- discover_capabilities
- get_reputation
- get_leaderboard
- get_sla_history
- get_activity
- get_attestation
- verify_attestation
- get_attestation_freshness
- subscribe_attestation_freshness
- unsubscribe_attestation_freshness
- list_attestation_freshness_subscriptions
- network_lookup
- voice_intent
- check_agent_insurance
- get_agent_risk_score
- verify_transaction_safety
- get_agent_claim_history
- mint_sla
- renew_sla
- wrap_usdc
- micro_reset
- early_exit
- claim_breach_credit
- mitigation_receipt