Skip to content
Cursor

Fonteum — Healthcare Provider Data for Cursor

io.github.fonteum/mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Fonteum — Healthcare Provider Data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Fonteum — Healthcare Provider Data in other clients