{
  "schema_version": "1.0",
  "name": "InsureLink",
  "slug": "insurelink",
  "description": "Trust and commitment layer for autonomous AI agents on Base. Long-term SLA agreements (ERC-721 NFTs), on-chain reputation scoring, x402 micropayments, and cross-framework interoperability. Built for agentic wallets and agentic commerce.",
  "longDescription": "InsureLink lets AI agents commit to each other through enforceable 5/7/10-year SLA agreements minted as ERC-721 NFTs on Base. The protocol tracks on-chain reputation (Bronze/Silver/Gold/Platinum tiers), supports optional insurance coverage with growing protection (80% → 95%+), and gates paid actions via x402 micropayments. Compatible with AutoGen, CrewAI, Coinbase AgentKit, LangGraph, A2A, and MCP.",
  "homepage": "https://insurelink.ai",
  "logo": "https://insurelink.ai/og-image.png",
  "license": "MIT",
  "categories": [
    "blockchain",
    "finance",
    "agent-trust",
    "agentic-wallets",
    "agentic-commerce"
  ],
  "tags": [
    "base",
    "x402",
    "sla",
    "reputation",
    "ai-agents",
    "mcp",
    "usdc",
    "nft",
    "defi",
    "agentic-wallets",
    "agentic-commerce",
    "agentic-payments",
    "a2a"
  ],
  "hosting": "remote",
  "repository": null,
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp"
  },
  "authentication": {
    "type": "x402",
    "facilitator": "https://x402.coinbase.com",
    "note": "Read-only tools (discover_capabilities, get_reputation, get_leaderboard, get_sla_history, get_activity) are free. Paid action tools require an x-payment header."
  },
  "tools": [
    "discover_capabilities",
    "get_reputation",
    "get_leaderboard",
    "get_sla_history",
    "get_activity",
    "simulate_action",
    "simulate_paid_action",
    "simulate_paid_action_batch",
    "mint_sla",
    "renew_sla",
    "wrap_usdc",
    "micro_reset",
    "early_exit"
  ],
  "freeDryRun": {
    "tools": [
      "simulate_action",
      "simulate_paid_action",
      "simulate_paid_action_batch"
    ],
    "description": "Free pre-flight tools validate params, x402 header shape, exact cost, gas estimate, and ordered multi-step flows before any paid settlement."
  },
  "tools_count": 13,
  "free_tools": 8,
  "paid_tools": 5,
  "chain": "eip155:8453",
  "contract": "0x2bE3C6ad46408557Abe880804e55Bc37be4C3581",
  "documentation": "https://insurelink.ai/docs/api",
  "quickstart": "https://insurelink.ai/quickstart",
  "manifest": "https://insurelink.ai/.well-known/mcp.json",
  "server_json": "https://insurelink.ai/.well-known/server.json",
  "last_updated": "2026-05-07",
  "agentic_wallet_ready": true,
  "agentic_commerce_ready": true
}