Fonteum — Healthcare Provider Data (Hosted)
Server Details
Hosted, zero-install MCP for source-provenanced US federal healthcare provider data. Resolve any NPI or CCN across NPPES, OIG LEIE, SAM.gov, state Medicaid exclusions, PECOS, Care Compare, and Open Payments — every field carries a 14-field provenance contract, with an "excluded or compromised anywhere" check on every lookup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 9 of 9 tools scored.
Each tool targets a distinct resource or action (e.g., exclusion checks, NPI lookup, contractor history, sanctions search) with clear boundaries. No two tools overlap in purpose.
All tools follow a consistent 'fonteum_verb_noun' pattern in snake_case, making them predictable and easy to navigate.
With 9 tools, the server covers core healthcare provider data operations (lookup, search, exclusion, sanctions) without bloat or insufficiency.
The tool set covers primary use cases like provider lookup, exclusion screening, and sanctions search. Minor gaps include batch operations or more granular history, but the core workflows are well-supported.
Available Tools
9 toolsfonteum_check_exclusionRead-onlyInspect
Check whether a US healthcare provider by NPI appears in available exclusion or integrity sources: OIG LEIE, SAM.gov exclusions, available state Medicaid lists, OIG Corporate Integrity Agreements, and CMS Civil Money Penalties. Returns dated source context and fail-closed coverage; source_file and snapshot_digest may be null for the multi-source result. Use for exclusion screening, provider or vendor due diligence, or any ‘is this NPI excluded?’ question.
| Name | Required | Description | Default |
|---|---|---|---|
| npi | Yes | 10-digit NPI to check against OIG LEIE, SAM.gov, available state Medicaid exclusion lists, OIG CIA, and CMS penalties. |
fonteum_get_dataset_infoRead-onlyInspect
Get Fonteum API and MCP methodology, provenance-field definitions, generated source catalog, and separately dated platform coverage. Field population varies by source and response. Use for interpreting Fonteum outputs, citation fields, dataset limitations, or integration planning.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
fonteum_list_sourcesRead-onlyInspect
List Fonteum’s public-record source catalog with available authority, vertical, cadence, official URL, and separately dated platform coverage. Catalog presence does not prove loaded, fresh, or complete coverage. Use for source discovery, coverage questions, or choosing a dataset before a lookup.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
fonteum_lookup_contractorRead-onlyInspect
Look up a US federal contractor by UEI or CAGE in available SAM.gov, USASpending, FAPIIS, and FAR 4.18 records. Returns dated source context; source_file and snapshot_digest are nullable when no single retained snapshot represents the response. Use for contractor identity, registration, award, responsibility, or ownership due diligence.
| Name | Required | Description | Default |
|---|---|---|---|
| uei | No | 12-character GSA Unique Entity ID. Provide this or cage. | |
| cage | No | 5-character CAGE/NCAGE code. Provide this or uei. |
fonteum_lookup_contractor_historyRead-onlyInspect
Look up a US federal contractor record as of a requested date using UEI or CAGE. Retained history is currently limited to USASpending award rows; other fields may be current, absent, or nullable. Returns dated source context. Use for historical award research or contractor change questions.
| Name | Required | Description | Default |
|---|---|---|---|
| uei | No | 12-char GSA Unique Entity ID. Provide this OR `cage`. | |
| cage | No | 5-char CAGE / NCAGE code; resolved to the entity's UEI. Provide this OR `uei`. | |
| as_of | Yes | Requested date as YYYY-MM-DD. Production history is source-specific and currently retained for USASpending award rows; this does not reconstruct every procurement block. |
fonteum_lookup_npiRead-onlyInspect
Look up a US healthcare provider by 10-digit NPI in CMS NPPES and return the available provider record plus exclusion and program-integrity context. Returns dated source context; source_file and snapshot_digest are nullable when no single retained snapshot represents the response. Use for NPI lookup, provider identity, taxonomy, practice-location, or provider due-diligence questions.
| Name | Required | Description | Default |
|---|---|---|---|
| npi | Yes | The healthcare provider's 10-digit National Provider Identifier (NPI). |
fonteum_recheck_snapshotRead-onlyInspect
Recheck a Fonteum snapshot by snapshot id and return its as_of_date, snapshot_digest, public verifiable_url, and source_file only when explicit retained-artifact metadata is available. Without an id, returns chain status without treating the chain head as a snapshot digest. Use for snapshot integrity checks, citation support, or reproducing a retained source file.
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot_id | No | Optional snapshot id. When given, returns the identified snapshot object's content commitment, hash version, nullable source metadata, separately scoped witness evidence when it validates, and the deep /verify/{id} link. Omit for the live attestation-chain head. |
fonteum_search_providersRead-onlyInspect
Search US healthcare providers in loaded CMS NPPES specialty caches by vertical and state, with optional county context. Returns dated source context and up to 100 records; source_file and snapshot_digest may be null. Use for provider discovery by specialty and geography.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25, max 100). | |
| state | Yes | 2-letter USPS state code (e.g. 'CA', 'TX'). | |
| county | No | Optional county filter (preserved on the result; NPPES does not publish county-of-practice). | |
| vertical | Yes | Healthcare vertical slug. One of: chiropractors, dermatologists, plastic-surgeons. |
fonteum_search_sanctionsRead-onlyInspect
Search a person or organization name across available sanctions and watchlist data from OFAC, the EU, the UK, and the UN, plus named exclusion sources held by Fonteum. Returns dated matches with source context; source_file and snapshot_digest may be null for the multi-source result. Use for sanctions screening, entity due diligence, or any ‘is this entity sanctioned?’ question.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person or organization name to search across available OFAC, EU, UK, UN, and named exclusion sources. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
AlicenseAqualityBmaintenanceMonitors brand mentions, citations, sentiment, competitor share of voice, and GEO performance across AI search engines.Last updated1MIT- Alicense-qualityAmaintenanceProvides regulatory and compliance intelligence from free government sources, including rules, recalls, enforcement actions, and comment deadlines, classified by industry and severity.Last updatedMIT
- AlicenseAqualityAmaintenanceCompetitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility — track how ChatGPT, Claude, and Gemini rank your brand.Last updated332MIT
- Flicense-qualityCmaintenanceEnables users to monitor and analyze competitor LinkedIn posts, extract insights, generate original post concepts, and create graphics-ready content with metadata.Last updated