Equip LLM agents with live actuarial context
Connect Claude Desktop, Cursor, and custom AI agents directly to InsurChain's live solvency tables, parametric triggers, and capital pool reserves via open-standard MCP.
One-Click Claude Desktop Configuration
Add InsurChain as an official tool provider in your claude_desktop_config.json. Your AI can immediately answer questions about decentralized insurance health with zero manual data entry.
Generate your InsurChain API Key
Obtain a free or pro token with instant read access to all 48 protocol subgraphs.
Paste JSON config into Claude Desktop
Restart Claude, and the InsurChain wrench tool icon will appear automatically.
Ask autonomous risk questions
"What is Nexus Mutual's current MCR margin and has any parametric bridge trigger tripped today?"
{
"mcpServers": {
"insurchain": {
"command": "npx",
"args": [
"-y",
"@insurchain/mcp-server@latest"
],
"env": {
"INSURCHAIN_API_KEY": "ic_live_79a0x88f2b...",
"INSURCHAIN_ENV": "production"
}
}
}
}
Exported Tools in MCP Schema
Fetches live capital adequacy ratio, liquid reserves in USD, 99.5% Value-at-Risk margin, and historical loss ratios for any indexed decentralized insurance protocol.
Simulates the solvency shock on primary capital vaults and secondary reinsurance tranches if a correlated smart contract breach drains a target pool.
Executes parameterized, read-only SQL queries against InsurChain's institutional ClickHouse database with sub-50ms execution speed.
Inspects real-time oracle health, price deviation bounds, and automated settlement triggers across weather, de-peg, and cross-chain bridge covers.