← fonteum.com

INDIVIDUAL MCP TOOL

fonteum_search_records

Search loaded CMS NPPES specialty caches by vertical and state, returning up to 100 matching healthcare-provider records.

fonteum.comnone authenticationAvailability not checked

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 endpoint

fonteum.com

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-com]
url = "https://fonteum.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fonteum-com": {
      "type": "http",
      "url": "https://fonteum.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fonteum-com
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-com": {
      "url": "https://fonteum.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fonteum-com": {
      "type": "http",
      "url": "https://fonteum.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fonteum-com",
  "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_resolve_entity — Resolve available public records for an identifier.
  • fonteum_check_exclusions_and_sanctions — Check one name or NPI against the exclusion, debarment, and sanctions sources Fonteum currently holds.
  • fonteum_get_record_as_of — Return available federal-contractor records for a requested date — pass uei or cage plus as_of=YYYY-MM-DD.
  • fonteum_recheck — Inspect snapshot-attestation metadata and public verification endpoints.
  • fonteum_list_sources — List the generated Fonteum source catalog across healthcare, federal procurement, sanctions and watchlists, federal enforcement, intellectual property, securities filings, and global company registers.
  • fonteum_dataset_info — Return Fonteum methodology metadata, the nullable fourteen-field provenance schema, the generated catalog, and dated live, integrated, and state-coverage metrics when a platform-stats snapshot is available.