Source-provenanced US federal healthcare provider data over MCP, with 14-tuple provenance.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @fonteum/mcp
MCP client config
{
"mcpServers": {
"fonteum-healthcare-provider-data": {
"command": "npx",
"args": [
"-y",
"@fonteum/mcp"
]
}
}
}