{
  "schema_version": "1.0",
  "qualifiedName": "insurelink/insurelink-mcp",
  "displayName": "InsureLink",
  "description": "Trust and commitment layer for autonomous AI agents on Base. Mint long-term SLA NFTs, query on-chain reputation, and execute x402 micropayments across AutoGen, CrewAI, AgentKit, LangGraph, and A2A. Built for agentic wallets and agentic commerce.",
  "iconUrl": "https://insurelink.ai/og-image.png",
  "homepage": "https://insurelink.ai",
  "repository": "https://insurelink.ai",
  "license": "MIT",
  "category": "blockchain",
  "tags": [
    "blockchain",
    "base",
    "x402",
    "sla",
    "reputation",
    "ai-agents",
    "defi",
    "usdc",
    "nft",
    "agentic-wallets",
    "agentic-commerce",
    "agentic-payments",
    "mcp",
    "a2a"
  ],
  "remote": {
    "type": "streamable-http",
    "url": "https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp",
    "headers": {
      "Accept": "application/json, text/event-stream",
      "Content-Type": "application/json"
    }
  },
  "configSchema": {
    "type": "object",
    "properties": {
      "x_payment": {
        "type": "string",
        "description": "Optional x402 payment token (Coinbase facilitator). Required only for paid tools.",
        "required": false
      }
    }
  },
  "tools": [
    {
      "name": "discover_capabilities",
      "free": true
    },
    {
      "name": "get_reputation",
      "free": true
    },
    {
      "name": "get_leaderboard",
      "free": true
    },
    {
      "name": "get_sla_history",
      "free": true
    },
    {
      "name": "get_activity",
      "free": true
    },
    {
      "name": "mint_sla",
      "free": false,
      "price_usd": 0.01
    },
    {
      "name": "renew_sla",
      "free": false,
      "price_usd": 0.005
    },
    {
      "name": "wrap_usdc",
      "free": false,
      "price_usd": 0.001
    },
    {
      "name": "micro_reset",
      "free": false,
      "price_usd": 0.001
    },
    {
      "name": "early_exit",
      "free": false,
      "price_usd": 0.005
    }
  ],
  "examples": [
    {
      "title": "Check an agent's reputation",
      "prompt": "What is the reputation score of wallet 0xabc... on InsureLink?"
    },
    {
      "title": "View top agents",
      "prompt": "Show me the top 25 most reliable agents on InsureLink."
    },
    {
      "title": "Mint a long-term SLA",
      "prompt": "Create a 7-year SLA with counterparty 0xabc... bonded with 1000 iUSDC."
    }
  ],
  "last_updated": "2026-04-16",
  "categories": [
    "agentic-wallets",
    "agentic-commerce"
  ],
  "agentic_wallet_ready": true,
  "agentic_commerce_ready": true
}