Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"fonteum": {
"url": "https://mcp.fonteum.com/api/mcp",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hosted Model Context Protocol server for the source-provenanced US federal healthcare provider data graph.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@fonteum/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @fonteum/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Search and contribute to the Open Food Facts database.
A macOS Model Context Protocol (MCP) server that acts as the central nervous system for your AI agent. Bridges Calendar, Reminders, Notes, and Health data using a hybrid Python + Swift architecture.
FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Fonteum/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Hosted Model Context Protocol server for the source-provenanced US federal healthcare provider data graph.
Fonteum joins the federal healthcare datasets — NPPES, OIG LEIE, CMS PECOS, CMS Care Compare, CMS Open Payments, HRSA, and more (23 source families) — into one provider graph keyed on the National Provider Identifier (NPI). This MCP server lets an LLM or agent search the graph, resolve a provider, check exclusion status, read dataset methodology, and list the underlying sources, with every returned field tied back to its upstream source, snapshot date, and license through a fourteen-field provenance contract. No trust badges, no opaque scores — radical source transparency.
https://mcp.fonteum.com/api/mcp
(also served from the apex at https://fonteum.com/api/mcp — same deployment)https://fonteum.com/.well-known/mcp.jsonx-fonteum-mcp-key header lifts the limit./api/fhir), a JSON REST API (/api/v1), and an OpenAPI 3.1 spec at
https://fonteum.com/openapi.json.claude mcp add --transport http fonteum https://mcp.fonteum.com/api/mcp
Add the streamable-HTTP server to your client's MCP config:
{
"mcpServers": {
"fonteum": {
"type": "http",
"url": "https://mcp.fonteum.com/api/mcp"
}
}
}
Restart the client, then ask: List the federal healthcare data sources Fonteum reconciles, then look up NPI 1003000118.
A self-contained local server that wraps the same public graph over stdio ships
as the @fonteum/mcp npm package:
claude mcp add fonteum -- npx -y @fonteum/mcp
The hosted server (this repo) and the npm package expose the same five tools, read the same federal graph, and return the same provenance contract — enforced by a CI parity gate so the two surfaces cannot drift. The hosted server is the zero-install path; the npm package is the offline/self-hosted path.
Every tool result is a JSON envelope { "data": …, "provenance": { …14 keys… } }.
All five tools are read-only.
fonteum_search_providerSearch healthcare providers by vertical + state (with an optional county filter), name, or specialty/taxonomy. Returns up to 100 records (default 25).
{ "vertical": "dermatologists", "state": "TX", "limit": 5 }// fonteum_search_provider { "vertical": "dermatologists", "state": "TX", "limit": 5 } →
{
"data": { "vertical": "dermatologists", "state": "TX", "total_in_state": 42, "returned": 5, "hits": [ { "npi": "…", "city": "…", "taxonomy_primary": "…" }, … ] },
"provenance": { "_source": "CMS NPPES NPI Registry", … }
}
fonteum_get_providerResolve a single healthcare provider by NPI (10-digit, Luhn-checked) across all federal sources. Returns the joined record — specialty, taxonomy, location — with per-field provenance.
{ "npi": "1003000118" }// fonteum_get_provider { "npi": "1003000118" } →
{
"data": { "npi": "1003000118", "specialty_display": "Dermatologists", "state": "CA", "city": "…", "snapshot_date": "2026-06-12" },
"provenance": { "_source": "CMS NPPES NPI Registry", "_source_url": "https://npiregistry.cms.hhs.gov/", "_confidence": 1.0, … }
}
fonteum_check_exclusionUnified "excluded anywhere" check by NPI across the federal OIG List of Excluded Individuals/Entities (LEIE) and stat