← healthparse.io

INDIVIDUAL MCP TOOL

sanctions_screen

Screen a provider (name and/or NPI) against all federal and state exclusion lists in one call — OIG LEIE, GSA SAM, OFAC SDN, FDA debarment, state Medicaid exclusions, and licensing-board sanctions from 13 states.

healthparse.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.healthparse.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sanctions_screen 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

healthparse.io

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

.mcp.json

{
  "mcpServers": {
    "healthparse-gateway": {
      "type": "http",
      "url": "https://api.healthparse.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: healthparse-gateway
Remote MCP URL: https://api.healthparse.io/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": {
    "healthparse-gateway": {
      "url": "https://api.healthparse.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "healthparse-gateway",
  "transport": "streamable-http",
  "url": "https://api.healthparse.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • hcris_hospital_search — Search US hospitals by state, city, type, control, beds, discharges, revenues, or operating margin.
  • hcris_hospital_byCcn — Hospital cost-report record by CMS Certification Number (CCN).
  • hcris_asc_search — Search ambulatory surgical centers (ASCs) by state, CCN, or name.
  • hcris_provider_search — Search Medicare providers by NPI, state, specialty, service volume, beneficiaries, or payments.
  • irs990_org_search — Search nonprofit health organizations by state, NTEE code, revenue or expense range, or name.
  • irs990_org_byEin — Nonprofit health organization Form 990 filing history by EIN.
  • irs990_officers_search — Search nonprofit hospital executive compensation: officers and key employees by organization (EIN), name, or compensation range.
  • sanctions_leie_search — Search the OIG List of Excluded Individuals/Entities (LEIE) by name, NPI, state, or exclusion type.