Skip to content
Grok

swiss health mcp for Grok

io.github.remoprinz/swiss-health-mcp

Swiss health insurance premiums (Krankenkassen-Prämien) 2016-2026. 1.6M records from BAG.

client:Grok transport:stdio runtime:npm

Install swiss health mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "swiss-health-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@prinz_esox/swiss-health-mcp"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

swiss health mcp in other clients