{
  "$schema": "https://modelcontextprotocol.io/schema/mcp.json",
  "name": "compliance-intelligence-hub",
  "description": "Query Medicare/PBM/healthcare regulatory intelligence: what changed, what it means operationally, and what to do about it. Daily-updated from the Federal Register and CMS.gov with citation provenance.",
  "homepage": "https://cih-psi.vercel.app",
  "mcpServers": {
    "cih": {
      "command": "npx",
      "args": ["-y", "cih-mcp"],
      "description": "CIH MCP server (wraps the REST API at https://cih-psi.vercel.app/api/v1; requires CIH_API_KEY).",
      "env": { "CIH_API_KEY": "<your key>", "CIH_API_URL": "https://cih-psi.vercel.app/api/v1" },
      "tools": [
        { "name": "cih_query", "description": "Natural-language query, e.g. 'What changed this week for Part D?'. Returns a cited answer + structured updates." },
        { "name": "cih_recent", "description": "List recent regulatory updates, filterable by program_area, impact_level, and source." },
        { "name": "cih_classify", "description": "Classify document text for healthcare-compliance impact (program areas, impact level, obligations, deadlines)." }
      ]
    }
  }
}
