Fonteum Mcp Server
@Fonteum
Fonteum Mcp Server について
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/mc
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fonteum": {
"command": "npx",
"args": [
"-y",
"@fonteum/mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Fonteum Mcp Server?
Fonteum Mcp Server is a hosted Model Context Protocol server for a source-provenanced US federal healthcare provider data graph. It joins 23 federal dataset families (NPPES, OIG LEIE, CMS PECOS, etc.) into one graph keyed on the National Provider Identifier (NPI), and returns every field with its upstream source, snapshot date, and license via a fourteen-field provenance contract.
How to use Fonteum Mcp Server?
Add the server via the Claude Code command claude mcp add --transport http fonteum https://mcp.fonteum.com/api/mcp or by adding a streamable-HTTP server entry to your client’s MCP config (e.g., for Claude Desktop, Cursor, Windsurf). An optional local stdio alternative is available as the npm package @fonteum/mcp. No authentication is required, but anonymous usage is rate-limited.
Key features of Fonteum Mcp Server
- Read-only tools: list_sources, get_provider, search_providers, get_methodology
- 23 federal healthcare data source families
- Every response includes a 14-field provenance contract
- Streamable HTTP transport (JSON-RPC 2.0, stateless)
- No required auth; optional x-fonteum-mcp-key lifts rate limits
- Hosted endpoint at https://mcp.fonteum.com/api/mcp
Use cases of Fonteum Mcp Server
- Resolve a single healthcare provider by NPI with full provenance
- Search providers by specialty vertical and state
- List and inspect federal data sources and their refresh cadences
- Retrieve methodology version and provenance contract specification
- Audit every returned field back to its official government source
FAQ from Fonteum Mcp Server
What federal data sources does Fonteum use?
Fonteum reconciles 23 source families including NPPES, OIG LEIE, CMS PECOS, CMS Care Compare, CMS Open Payments, HRSA HPSA, and more, each with its authority, tier, refresh cadence, and official source URL.
Is authentication required to use the server?
No. Anonymous access is allowed but rate-limited to 30 requests per minute per IP
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
コメント