{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "Alpha MCP Gateway",
  "title": "Alpha MCP Gateway",
  "version": "2.4.0",
  "description": "Read-only AI governance intelligence over MCP from Alpha Governance Group PBC. Public discovery requires no authentication: search and retrieve governed public company and executive profiles, current roles, claim evidence, profile changes, platform metadata, and published methodology. Premium Alpha Platform capabilities require approved access and a current entitlement.",
  "serverUrl": "https://mcp.alpha.ac/mcp",
  "websiteUrl": "https://www.alpha.ac/mcp",
  "documentationUrl": "https://www.alpha.ac/docs/api",
  "icons": [
    {
      "src": "https://www.alpha.ac/brand/alpha-favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": ["any"]
    }
  ],
  "publisher": {
    "name": "Alpha Governance Group PBC",
    "url": "https://www.alpha.ac",
    "contact": "mailto:hello@alpha.ac"
  },
  "serverInfo": {
    "name": "Alpha MCP Gateway",
    "version": "2.4.0",
    "vendor": "Alpha Governance Group PBC",
    "homepage": "https://www.alpha.ac/mcp"
  },
  "documentation": "https://www.alpha.ac/docs/api",
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.alpha.ac/mcp",
    "sse": "https://mcp.alpha.ac/sse"
  },
  "metadata": {
    "url": "https://api.alpha.ac/functions/v1/mcp-server",
    "health": "https://mcp.alpha.ac/health",
    "productPage": "https://www.alpha.ac/mcp",
    "agentInstructions": "https://www.alpha.ac/agents.md",
    "openapi": "https://www.alpha.ac/openapi.json",
    "productAccess": "https://www.alpha.ac/api/public/product-access",
    "authCapabilities": "https://www.alpha.ac/api/public/auth-capabilities",
    "availabilityPage": "https://www.alpha.ac/products/access",
    "capabilityStatus": "https://www.alpha.ac/api/public/agent-readiness"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    {
      "name": "find_person",
      "description": "Search Alpha's permission-safe public Profile directory."
    },
    {
      "name": "get_executive_profile",
      "description": "Retrieve a governed public Alpha Executive Profile with evidence and limitations."
    },
    {
      "name": "get_company_profile",
      "description": "Retrieve a governed public Alpha Company Profile with evidence and limitations."
    },
    {
      "name": "get_claim_evidence",
      "description": "Retrieve public source evidence for a permissioned Alpha Profile claim."
    },
    {
      "name": "get_current_roles",
      "description": "Retrieve current confirmed roles from a public Alpha Profile."
    },
    {
      "name": "get_platform_stats",
      "description": "Retrieve Alpha platform coverage statistics and metadata."
    }
  ],
  "resources": [
    {
      "uri": "alpha://methodology/overview",
      "name": "Alpha public methodology and agent entry points",
      "description": "Public read-only entry points for the Alpha Standard, methodology, governed Profiles, agent instructions, and machine discovery.",
      "mimeType": "application/json"
    }
  ],
  "access": {
    "free": {
      "description": "Public read-only tools support company and executive profile search, governed profile retrieval, current roles, claim evidence, profile changes, platform metadata, and published methodology discovery.",
      "authentication": "none"
    },
    "premium": {
      "description": "Premium Alpha Platform tools require approved access and a current Alpha Platform entitlement. OAuth-capable clients authorize through WorkOS; active Alpha API keys remain supported during the migration.",
      "contact": "mailto:hello@alpha.ac",
      "authentication": "approved_credentials (oauth2 via WorkOS; active API keys during migration)",
      "commercialTerms": "Commercial terms available on request. See https://www.alpha.ac/products/access."
    }
  },
  "capabilitiesDisclosure": "The public MCP endpoint enumerates alpha://methodology/overview through resources/list and serves it through resources/read without authentication. It remains read-only and does not expose private TrustChecks or Receipts. The authenticated test governance transaction is currently an HTTP preview described by https://www.alpha.ac/openapi.json and https://www.alpha.ac/.well-known/agent-skills/skills/governance-transaction-test.md; no MCP transaction tool is claimed until the existing gateway implements equivalent authorization. Verify the live protocol response at https://mcp.alpha.ac/mcp."
}
