INDIVIDUAL MCP TOOL
fonteum_check_exclusion
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.
LIVE ENDPOINT
https://fonteum.com/api/mcp
Connect to this endpoint to inspect the live schema for fonteum_check_exclusion and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fonteum-us-public-records-global-sanctions-sourc]
url = "https://fonteum.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fonteum-us-public-records-global-sanctions-sourc": {
"type": "http",
"url": "https://fonteum.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fonteum-us-public-records-global-sanctions-sourc
Remote MCP URL: https://fonteum.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fonteum-us-public-records-global-sanctions-sourc": {
"url": "https://fonteum.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fonteum-us-public-records-global-sanctions-sourc": {
"type": "http",
"url": "https://fonteum.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fonteum-us-public-records-global-sanctions-sourc",
"transport": "streamable-http",
"url": "https://fonteum.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fonteum_lookup_npi— 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.fonteum_lookup_contractor— Look up a US federal contractor by UEI or CAGE in available SAM.gov, USASpending, FAPIIS, and FAR 4.18 records.fonteum_search_providers— Search US healthcare providers in loaded CMS NPPES specialty caches by vertical and state, with optional county context.fonteum_search_sanctions— 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.fonteum_lookup_contractor_history— Look up a US federal contractor record as of a requested date using UEI or CAGE.fonteum_recheck_snapshot— 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.fonteum_list_sources— List Fonteum’s public-record source catalog with available authority, vertical, cadence, official URL, and separately dated platform coverage.fonteum_get_dataset_info— Get Fonteum API and MCP methodology, provenance-field definitions, generated source catalog, and separately dated platform coverage.