Back to hive-mcp-insurance
Card snapshot
hive-mcp-insurance.onrender.com
·
2026-05-18 12:50:24 UTC
·
2f2c3548979b37b9d12eb7a0d54a4ae4d8a8bf0f11c67728a80c3ba7ffc88eeb
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "hive-mcp-insurance",
"description": "MCP server for HiveInsurance \u2014 parametric insurance for autonomous agents. Uptime SLA, treasury slippage, and oracle-failure coverage. USDC settlement on Base L2. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.",
"url": "https://hive-mcp-insurance.onrender.com",
"provider": {
"organization": "Hive Civilization",
"url": "https://www.thehiveryiq.com",
"contact": "steve@thehiveryiq.com"
},
"version": "1.0.2",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402"
],
"credentials": {
"type": "x402",
"asset": "USDC",
"network": "base",
"asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"name": "quote_policy",
"description": "Quote a parametric insurance policy. Returns a premium estimate for the given risk type, coverage amount (USD), and term length. Backend pending (Q3 2026)."
},
{
"name": "bind_policy",
"description": "Bind a previously quoted policy. Settlement via x402 / USDC on Base, Ethereum, or Solana. Returns policy_id on success. Backend pending (Q3 2026)."
},
{
"name": "claim_status",
"description": "Check the status of a parametric insurance claim associated with a policy. Returns current state: pending / triggered / paid / disputed. Backend pending (Q3 2026)."
},
{
"name": "parametric_trigger_check",
"description": "Check whether a parametric oracle event hash satisfies the trigger condition for automatic claim payout. Returns boolean. Backend pending (Q3 2026)."
}
],
"extensions": {
"hive_pricing": {
"currency": "USDC",
"network": "base",
"model": "per_call",
"first_call_free": true,
"loyalty_threshold": 6,
"loyalty_message": "Every 6th paid call is free"
}
}
}