{
  "schema_version": "1.0",
  "servers": [
    {
      "name": "bitcompare",
      "title": "Bitcompare MCP",
      "description": "Crypto yield intelligence for Claude and other MCP-compatible agents: live and historical lending, staking, borrowing, and stablecoin yields across 350+ assets and 60+ providers, refreshed every 5 minutes, plus coin metadata, aggregated prices, market stats, and stablecoin peg-stability data.",
      "transport": "http",
      "endpoint": "https://api.bitcompare.net/mcp",
      "auth": {
        "type": "bearer",
        "issuer_url": "https://pro.bitcompare.net/dashboard/keys",
        "scheme": "Authorization: Bearer ck_live_*"
      },
      "stdio_alternative": {
        "command": "npx",
        "args": ["-y", "@bitcompare/mcp-server"],
        "package": "@bitcompare/mcp-server",
        "registry": "npm"
      },
      "documentation": "https://docs.bitcompare.net/mcp",
      "marketing": "https://bitcompare.net/mcp",
      "tools_catalog": "https://api.bitcompare.net/mcp/tools.json",
      "llms_txt": "https://bitcompare.net/llms.txt",
      "openapi": "https://bitcompare.net/openapi.json",
      "license": "MIT",
      "plan_required": "pro",
      "categories": ["crypto", "finance", "yield-intelligence", "market-data"],
      "tool_count": 18,
      "tools": [
        {
          "name": "get_rates",
          "title": "Get current rates",
          "description": "List current rates across providers, optionally filtered by symbol, category, or provider. Use this to answer \"what is the best yield on BTC right now?\" style questions.",
          "category": "rates"
        },
        {
          "name": "get_rate_by_symbol",
          "title": "Get rates for a single symbol",
          "description": "Fetch all provider rates for a specific coin symbol. Optionally filter by category.",
          "category": "rates"
        },
        {
          "name": "get_rate_history",
          "title": "Historical rates",
          "description": "Historical rate timeseries for a symbol. Pro plans get up to 5 years; lower plans are clamped server-side.",
          "category": "rates"
        },
        {
          "name": "list_providers",
          "title": "List rate providers",
          "description": "All rate providers, optionally filtered by product category.",
          "category": "rates"
        },
        {
          "name": "get_coin",
          "title": "Get coin metadata",
          "description": "Full metadata for a coin: description, links, categories, market data, developer stats.",
          "category": "coins"
        }
      ]
    }
  ]
}
