Hosted MCP server for source-provenanced US federal healthcare provider data — NPPES, CMS PECOS, Care Compare, OIG LEIE, Open Payments. Every field returns with its exact federal source, snapshot date, and SHA-256 attestation. Public data only; no PHI. Install: npx -y @fonteum/mcp
Server Config
{
"mcpServers": {
"fonteum": {
"command": "npx",
"args": [
"-y",
"@fonteum/mcp"
]
}
}
}