{
  "name": "Alpha Radar",
  "description": "The first domain-specific MCP server for board-level AI governance. Powered by The Alpha Standard \u2014 12 governance dimensions validated against 564+ real-world outcomes. Rate companies AAA-D, score directors 0-200, predict governance failure probability, track EU AI Act compliance.",
  "version": "2.0.0",
  "serverUrl": "https://api.alpha.ac/functions/v1/mcp-server",
  "documentationUrl": "https://www.alpha.ac/developers",
  "openApiUrl": "https://www.alpha.ac/.well-known/openapi.json",
  "publisher": {
    "name": "Alpha Institute for AI Governance",
    "url": "https://www.alpha.ac",
    "email": "api@alpha.ac"
  },
  "authentication": {
    "type": "apiKey",
    "in": "header",
    "name": "x-api-key",
    "description": "Premium API key required for full access. Free tier available (search_companies, get_platform_stats). Get key at https://www.alpha.ac/radar"
  },
  "rateLimits": {
    "requestsPerMinute": 100,
    "headers": [
      "X-RateLimit-Limit",
      "X-RateLimit-Remaining",
      "X-RateLimit-Reset"
    ]
  },
  "capabilities": {
    "apps": {},
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_companies",
      "description": "Search Alpha-rated companies by name, ticker, or sector",
      "tier": "free",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "score_ai_governance_risk",
      "description": "Get full AI governance risk score (AGR grade, D1-D12 dimension scores, GEH failure probability) for any public company",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "get_board_profile",
      "description": "Get board composition, director AGIQ scores, committee structure, and governance gaps",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "get_regulatory_intelligence",
      "description": "Get AI regulation status, enforcement dates, penalties, and board action items by jurisdiction",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/regulatory-timeline",
      "renderHint": "card"
    },
    {
      "name": "get_director_profile",
      "description": "Get AGIQ score, board seats, committee roles, and governance expertise for any board director",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/director-card",
      "renderHint": "card"
    },
    {
      "name": "compare_companies",
      "description": "Compare governance posture across multiple companies",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "benchmark_board_ai_readiness",
      "description": "Benchmark a board's AI governance readiness against sector peers",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "find_ai_governance_signals",
      "description": "Surface real-time governance signals (incidents, disclosures, regulatory actions)",
      "tier": "premium"
    },
    {
      "name": "get_governance_debt",
      "description": "Calculate compounding Governance Debt \u2014 the financial cost of unaddressed governance gaps",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    },
    {
      "name": "get_governance_rating",
      "description": "Get the current Alpha Governance Rating (AAA-D) with trajectory and peer ranking",
      "tier": "premium",
      "uiResourceUri": "ui://alpha/governance-dashboard",
      "renderHint": "card"
    }
  ],
  "uiResources": [
    {
      "uri": "ui://alpha/governance-dashboard",
      "name": "Alpha Governance Dashboard",
      "description": "Interactive AGR grade, D1-D12 scores, GEH probability, and peer benchmarks",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://alpha/director-card",
      "name": "Director AGIQ Card",
      "description": "Interactive director AGIQ score, board seats, and committee exposure",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://alpha/regulatory-timeline",
      "name": "Regulatory Compliance Timeline",
      "description": "EU AI Act compliance tracker with enforcement countdown",
      "mimeType": "text/html;profile=mcp-app"
    }
  ],
  "pricing": {
    "freeTier": {
      "tools": [
        "search_companies",
        "get_platform_stats",
        "get_epoch_model_context",
        "get_compute_tier",
        "get_frontier_models_timeline"
      ],
      "description": "No API key required"
    },
    "premiumTier": {
      "description": "Full access to all 18 tools, 8 resource templates, 3 UI resources, and 5 prompts",
      "getKey": "https://www.alpha.ac/radar"
    }
  },
  "resources": [
    {
      "uri": "ui://alpha/governance-dashboard",
      "name": "Alpha Governance Dashboard",
      "description": "Interactive AGR grade, D1-D12 scores, GEH probability, and peer benchmarks. Renders board-ready governance rating card for any company.",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://alpha/director-card",
      "name": "Director AGIQ Card",
      "description": "Interactive director AGIQ score (0-200), board seats, committee roles, and governance expertise profile.",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://alpha/regulatory-timeline",
      "name": "Regulatory Compliance Timeline",
      "description": "EU AI Act compliance tracker with article-level gap analysis and enforcement deadline countdown.",
      "mimeType": "text/html;profile=mcp-app"
    }
  ]
}
