Skip to content
Grok

Fonteum — Healthcare Provider Data for Grok

io.github.fonteum/mcp-server

Source-provenanced US federal healthcare provider data over MCP, with 14-tuple provenance.

client:Grok transport:stdio runtime:npm

Install Fonteum — Healthcare Provider Data 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fonteum/mcp"
      ],
      "env": {
        "FONTEUM_API_KEY": "<FONTEUM_API_KEY>",
        "FONTEUM_API_BASE": "<FONTEUM_API_BASE>"
      }
    }
  }
}

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

Fonteum — Healthcare Provider Data in other clients