{
  "$schema": "https://modelcontextprotocol.io/schemas/2024-11-05/discovery.json",
  "mcpServers": [
    {
      "name": "stablelens",
      "description": "Open-source risk and yield analytics for stablecoins. Read-only data tools for AI agents allocating treasury capital.",
      "endpoint": "https://mcp.stablelens.com",
      "transport": ["http", "sse"],
      "auth": ["api-key", "x402"],
      "auth_docs": "https://stablelens.com/agents",
      "openapi": "https://stablelens.com/api/openapi",
      "publisher": {
        "name": "StableLens",
        "url": "https://stablelens.com",
        "contact": "agents@stablelens.com"
      },
      "tools": [
        {
          "name": "get_pool_risk_score",
          "description": "Risk grade + 10-dimension breakdown for a yield pool, including grade history and methodology version."
        },
        {
          "name": "find_pools_matching",
          "description": "Filter pools by compliance grade, chain, custodian, yield, TVL, depeg history, capacity. Returns ranked matches."
        },
        {
          "name": "get_compliance_status",
          "description": "Per-jurisdiction compliance status (MiCA, GENIUS Act, NYDFS, MAS, Clarity Act, EU/US authorisation) for a stablecoin."
        },
        {
          "name": "get_yield_decomposition",
          "description": "Decomposes a pool's headline APY into real-yield, borrower-interest, incentive components plus sustainability grade."
        },
        {
          "name": "get_attestation_diff",
          "description": "Diff between two attestation reports for a stablecoin: reserve changes, audit-firm changes, methodology changes."
        },
        {
          "name": "get_depeg_history",
          "description": "Depeg-event history for a stablecoin: max deviation, recovery time, severity, root cause where known."
        },
        {
          "name": "analyze_capital_move",
          "description": "Decision-support: gas + bridge cost, expected yield delta, time-to-recoup, risk + compliance grade deltas, recommendation."
        },
        {
          "name": "register_criteria_rule",
          "description": "Register a webhook rule that fires on every pool snapshot matching the supplied criteria. HMAC-signed delivery."
        }
      ],
      "rate_limits": {
        "free": "0 calls/min (read-only via web UI; API-keyed access requires Starter or higher)",
        "starter": "100 calls/day, $29/mo",
        "pro": "1000 calls/day, $79/mo, unsigned webhooks",
        "team": "10000 calls/day, $249/mo, HMAC-signed webhooks",
        "institutional": "unlimited, $1000+/mo, KMS-signed feed, SLA"
      },
      "x402_pricing": {
        "read_only_tools": "$0.01 per call",
        "analyze_capital_move": "$0.05 per call",
        "register_criteria_rule": "$0.10 per registration"
      },
      "x402_settlement": "USDC on Base"
    }
  ],
  "discoveryFor": "https://stablelens.com",
  "version": "0.1.0",
  "lastUpdated": "2026-05-10"
}
