{
  "name": "BitcoinYield",
  "description": "Live crypto yield comparison across the whole market (DeFi and CeFi), as a REST API and MCP server. BitcoinYield ranks where you earn the most on Bitcoin, USDC and stablecoins right now, across DeFi and CeFi, by real APY and risk together via a transparent A-D grade.",
  "url": "https://bitcoinyield.co",
  "version": "1.0.0",
  "provider": {
    "organization": "BitcoinYield",
    "url": "https://bitcoinyield.co"
  },
  "documentationUrl": "https://bitcoinyield.co/docs",
  "capabilities": [
    "list_yields",
    "get_yield_offers"
  ],
  "skills": [
    {
      "id": "list_yields",
      "name": "List the best yield per asset",
      "description": "One entry per asset (BTC, USDC, USDT, DAI, ETH) with the current best live APY across the whole market, DeFi and CeFi, plus its A-D risk grade. No key required. Use this to compare crypto yields.",
      "restPath": "/api/v1/yields",
      "requiresApiKey": false,
      "availableViaMcp": true
    },
    {
      "id": "get_yield_offers",
      "name": "Get every live yield offer (full feed)",
      "description": "Every normalized live yield offer (platform, asset, product type, chain, APY, base/reward split, TVL, risk grade), for building dashboards or agents on the raw feed. Requires an API key. Filter by asset, provider, type, limit.",
      "restPath": "/api/v1/prices",
      "requiresApiKey": true,
      "availableViaMcp": false
    }
  ],
  "interfaces": {
    "mcp": "https://bitcoinyield.co/api/mcp",
    "openapi": "https://bitcoinyield.co/openapi.json",
    "rest": "https://bitcoinyield.co/api/v1",
    "llmsTxt": "https://bitcoinyield.co/llms.txt"
  },
  "authentication": {
    "type": "bearer",
    "header": "Authorization",
    "note": "Only the full-feed endpoint (/api/v1/prices) requires a key; the best-yield-per-asset endpoint (/api/v1/yields) is public."
  }
}