io.github.Fonteum/mcp-server is an MCP server that US federal healthcare provider data over MCP — resolve any NPI/CCN with 14-tuple provenance. Its tool list has not been published yet over stdio and http, requires no API key, and scores 49/100 on MCPpedia's security, maintenance and efficiency rubric.
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 Withings health data — sleep, activity, heart, and body metrics.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
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, read-only Model Context Protocol (MCP) access to Fonteum's public-records and enforcement-integrity platform.
Fonteum organizes public records from the United States and supported global open-data registers. The service covers healthcare, federal procurement, sanctions and watchlists, federal enforcement, intellectual property, securities filings, and company registers. It returns the records available for a request together with the source and timing information available for that result.
Fonteum reports public-record facts. It does not issue clearances, risk scores, labels, or verdicts. Re-check a material match with the issuing authority before acting on it.
https://fonteum.com/api/mcp@fonteum/mcpclaude mcp add --transport http fonteum https://fonteum.com/api/mcp
Add the hosted server to your MCP configuration:
{
"mcpServers": {
"fonteum": {
"type": "http",
"url": "https://fonteum.com/api/mcp"
}
}
}
The hosted endpoint permits anonymous, rate-limited access. If Fonteum gives you a hosted transport key, send it as x-fonteum-mcp-key. Do not put credentials in a public configuration file.
These are the read-only tools currently exposed by the hosted server.
| Tool | Ask it when you need | What the answer contains |
|---|---|---|
fonteum_resolve_entity | Public records for one NPI, UEI, or CAGE identifier. | Available provider or federal-contractor records tied to that identifier, plus source context for returned facts. |
fonteum_search_records | Healthcare provider records for a provider type and state. | Matching records from the available healthcare search data. It is not a general search across every Fonteum subject area. |
fonteum_check_exclusions_and_sanctions | Whether an NPI or name appears in the supported exclusion, debarment, or sanctions records. | Any matching list entries, the issuing authority, and available source timing. A match needs issuer confirmation. |
fonteum_get_record_as_of | Available federal-contractor records for a specified past date. | Records available for the requested UEI or CAGE and date. Historical coverage depends on the underlying source. |
fonteum_recheck | A way to independently inspect Fonteum's stored verification record. | A current re-check link, or details for one supplied snapshot. This supports inspection of the stored artifact; it does not prove every returned fact. |
fonteum_list_sources | The public sources represented in Fonteum's catalog. | The current catalog entries, their official publishers, source links, update notes, and reuse information when available. |
fonteum_dataset_info | How Fonteum handles sources and what the service can cover. | Current method, scope notes, how to read source details, and the generated source catalog. |
as_of — the date you want the contractor lookup to use, written as YYYY-MM-DD.snapshot_id — an optional identifier for a specific stored Fonteum snapshot to inspect.Responses may include these top-level sections. Fields can be absent or null when a source does not provide them.
| Section | Plain-language meaning |
|---|---|
data | The answer you requested: records, matches, links, or catalog entries. |
provenance | Where an answer came from, when Fonteum handled it, and any avai |