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.1/5 across 5 of 5 tools scored.
Each of the five tools has a clearly distinct purpose: checking exclusions, retrieving dataset info, looking up a single provider, listing sources, and searching providers. There is no overlap or ambiguity.
All tool names follow a consistent pattern: the 'fonteum_' prefix followed by a descriptive verb_noun combination (e.g., check_exclusion, get_provider, list_sources, search_provider). Even 'dataset_info' fits the pattern as a noun phrase indicating a function. Naming is uniform in casing and structure.
Five tools is well-scoped for a healthcare provider data server. Each tool serves a necessary function without redundancy, covering lookup, search, integrity check, and metadata retrieval.
The tool set covers all essential read-only operations for the domain: single provider lookup, search, exclusion checking, source listing, and dataset metadata. No obvious gaps exist for querying or verification purposes.
Available Tools
5 toolsfonteum_check_exclusionAInspect
Unified 'compromised anywhere' integrity check for a healthcare provider by NPI. Returns two clearly-distinct layers, each record with source, dates, and a fourteen-field provenance contract. EXCLUDED ANYWHERE (hard exclusion / debarment in force): federal OIG LEIE, federal SAM.gov / GSA System for Award Management exclusions, and state Medicaid exclusion lists (NY/OH/GA/PA/NC now, more later). COMPROMISED ANYWHERE (excluded OR a monitoring/sanction flag short of exclusion): adds OIG Corporate Integrity Agreements (under monitored compliance) and CMS Civil Money Penalties (fined by CMS). Screening aid only — re-confirm any match against the primary source list; absence of a match is not a guarantee. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| npi | Yes | 10-digit NPI; must pass Luhn validation. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, but the description fully discloses the tool's behavior: it is read-only, returns two layers with source and dates, warns about limitations, and lists specific exclusion lists. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with the purpose. Each sentence adds value, though it is somewhat lengthy. Could be slightly more concise without losing clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description explains the two layers of results and the provenance contract. It covers all necessary context for an agent to understand the tool's functionality and limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes the single parameter 'npi' as a 10-digit string requiring Luhn validation. The description does not add additional semantic meaning beyond what the schema provides, so baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is an integrity check for a healthcare provider by NPI, with two distinct layers (EXCLUDED ANYWHERE and COMPROMISED ANYWHERE). It stands out from sibling tools that deal with datasets, provider info, sources, and search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly notes it is a screening aid only, requiring re-confirmation against primary sources, and that absence of a match is not a guarantee. This provides clear context for when to use the tool, though it could offer more direct comparison to alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fonteum_dataset_infoAInspect
Return Fonteum dataset/source-family methodology + metadata: the methodology version, the canonical methodology URL, the fourteen-field provenance contract spec, and the list of 41 federal source families. Read-only static data.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description explicitly states 'Read-only static data', which adds transparency beyond an empty annotations block. However, it does not mention any permissions, caching, or data staleness considerations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with clear enumeration of returned items. Front-loaded with verb 'Return' and specific nouns. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters, no output schema, and no annotations, the description adequately lists the contents of the return value. Missing details on output format or what the provenance contract spec entails, but still sufficient for basic usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters. Baseline for 0 parameters is 4 per guidelines. Description does not add parameter info since there are none.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the tool returns Fonteum methodology metadata including version, URL, provenance contract spec (14 fields), and 41 source families. It uses specific nouns and distinguishable from sibling tools that seem to do checks or searches.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this vs alternatives. However, the purpose is clear enough that an agent would infer it's for retrieving static overview metadata. Does not state when not to use or provide alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fonteum_get_providerAInspect
Look up a single healthcare provider by NPI (10-digit National Provider Identifier). Returns the matched record from the public CMS NPPES NPI Registry with the fourteen-field provenance contract attached. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| npi | Yes | 10-digit NPI; must pass Luhn validation. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description states 'Read-only' and mentions return format (record with provenance contract). Lacks details on error handling or restrictions, but adequate for simple read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no redundancy, front-loaded key information (action, identifier, output). Efficient use of words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple lookup tool with one parameter and read-only semantics, description covers purpose, input, output type, and safety. No output schema, but return value is described. Minor gaps: no mention of error conditions or explanation of 'fourteen-field provenance contract'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (single param with description including Luhn validation). Description adds '10-digit National Provider Identifier' which reinforces but doesn't significantly extend schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Explicitly states action (look up), resource (healthcare provider), identifier (NPI), and source (CMS NPPES NPI Registry). Distinguishes from sibling 'fonteum_search_provider' which is for searching multiple results.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Clearly implies use case when you have a specific NPI. No explicit 'when not to use' or alternatives, but context with sibling tools provides differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fonteum_list_sourcesAInspect
List the federal public-record source families Fonteum reconciles every healthcare-provider field against, each with authority, tier, refresh cadence, and official URL. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It declares the operation as read-only and lists the fields returned. No additional behavioral traits (e.g., rate limits, authentication) are disclosed, but for a read-only list tool, the description is satisfactory.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, directly states the purpose and output fields, with no extraneous information. Fully front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description provides a clear overview of the return content. However, it does not mention whether the list is exhaustive, paginated, or ordered, which could be relevant for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters and 100% coverage. The description adds value by explaining what the output contains (authority, tier, etc.), which is beyond the schema. Baseline for 0 parameters is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('List') and the resource ('federal public-record source families'), and specifies the type of information returned (authority, tier, refresh cadence, official URL). It distinguishes from sibling tools which deal with exclusions, datasets, or provider records.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for retrieving source family information, but does not explicitly state when to use it versus alternatives (e.g., when you need provider data, use sibling tools). No exclusionary criteria are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fonteum_search_providerAInspect
Search healthcare providers by vertical + state. Returns up to 100 records per call (default 25) from the public CMS NPPES NPI Registry, filtered to the Fonteum healthcare-only scope. Fourteen-field provenance attached.
| 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. NPPES does not publish county-of-practice; this field is preserved on the result for downstream use. | |
| vertical | Yes | Healthcare vertical slug. Must be in HEALTHCARE_VERTICAL_SLUGS. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the burden. It discloses the data source (CMS NPPES, filtered to Fonteum scope), pagination (up to 100 records, default 25), and the presence of 14-field provenance. This is good behavioral context, though it doesn't cover authentication or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with core purpose, no redundant words. Every sentence adds value: purpose, constraints, and output characteristics. Highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 4 well-documented parameters, the description provides sufficient context: source, filtered scope, max results, and provenance. Missing details about output structure or pagination beyond limit are minor given no output schema, but overall adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed parameter descriptions. The description adds minimal extra meaning beyond 'search by vertical + state' and the limit context. Baseline 3 is appropriate as the schema does most of the work.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Search' with clear resources 'healthcare providers by vertical + state', and differentiates the tool from siblings like 'get_provider' (single lookup) and 'list_sources' by specifying the source (CMS NPPES) and filtered scope. This is a clear, distinct purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states the primary use case (search by vertical and state) but does not explicitly mention when to use alternatives or exclusions. The usage is implied, but no explicit guidance is given for choosing between this tool and siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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!