{
  "@context": "https://schema.org",
  "@type": "DataFeed",
  "name": "Alpha AI Governance Intelligence Feed",
  "description": "Machine-readable governance intelligence feed for NLWeb-compatible agents. Provides company ratings, director scores, regulatory intelligence, and governance signals.",
  "url": "https://www.alpha.ac/nlweb-feed.json",
  "publisher": {
    "@type": "Organization",
    "@id": "https://www.alpha.ac/#organization",
    "name": "Alpha Institute for AI Governance",
    "url": "https://www.alpha.ac"
  },
  "dataFeedElement": [
    {
      "@type": "Dataset",
      "name": "Alpha Governance Ratings",
      "description": "AGR ratings (AAA-D) for public companies across 12 AI governance dimensions",
      "url": "https://api.alpha.ac/functions/v1/mcp-server",
      "encodingFormat": "application/json",
      "license": "https://www.alpha.ac/legal/terms",
      "temporalCoverage": "2023-01/..",
      "spatialCoverage": "US, EU, Global",
      "keywords": ["AI governance", "corporate governance", "AGR", "board directors", "EU AI Act"]
    },
    {
      "@type": "Dataset",
      "name": "Director AGIQ Intelligence",
      "description": "AGIQ scores (0-200) for board directors, measuring AI governance readiness",
      "url": "https://api.alpha.ac/functions/v1/mcp-server",
      "encodingFormat": "application/json"
    },
    {
      "@type": "Dataset",
      "name": "Regulatory Intelligence",
      "description": "EU AI Act, ISO 42001, and NIST AI RMF compliance intelligence with enforcement timelines",
      "url": "https://api.alpha.ac/functions/v1/mcp-server",
      "encodingFormat": "application/json",
      "keywords": ["EU AI Act", "ISO 42001", "NIST AI RMF", "compliance", "August 2026"]
    }
  ],
  "potentialAction": {
    "@type": "QueryAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://api.alpha.ac/functions/v1/mcp-server",
      "httpMethod": "POST",
      "contentType": "application/json",
      "description": "MCP JSON-RPC 2.0 endpoint. Send tools/call with search_companies, score_ai_governance_risk, or get_regulatory_intelligence"
    }
  },
  "inLanguage": "en",
  "dateModified": "2026-04-19",
  "version": "2.0"
}
