Data Collection
healthparse.io
Provides search capabilities for US healthcare provider and organization data including hospitals, ambulatory surgical centers, Medicare providers, and nonprofit health organizations.
ENDPOINT 1
https://api.healthparse.io/mcp
MCP server metadata
- Name
- healthparse-gateway
- Version
- 1.0.0
Known tools 40
hcris_hospital_searchSearch US hospitals by state, city, type, control, beds, discharges, revenues, or operating margin.
Inferred read-onlyhcris_hospital_byCcnHospital cost-report record by CMS Certification Number (CCN).
Inferred read-onlyhcris_provider_searchSearch Medicare providers by NPI, state, specialty, service volume, beneficiaries, or payments.
Inferred read-onlyirs990_org_searchSearch nonprofit health organizations by state, NTEE code, revenue or expense range, or name.
Inferred read-onlyirs990_officers_searchSearch nonprofit hospital executive compensation: officers and key employees by organization (EIN), name, or compensation range.
Inferred read-onlysanctions_leie_searchSearch the OIG List of Excluded Individuals/Entities (LEIE) by name, NPI, state, or exclusion type.
Inferred read-onlyoews_wage_searchHealthcare wage benchmarks by SOC occupation and area (national, state, metro): median, mean, and P25–P90 percentiles plus employment.
Inferred read-onlycarecompare_hospitals_searchSearch hospitals quality data by state, city, ZIP, or CMS star rating.
Inferred read-onlycarecompare_hospitals_byCcnCMS Care Compare quality record by CCN for a hospitals.
Inferred read-onlycarecompare_snf_searchSearch snf quality data by state, city, ZIP, or CMS star rating.
Inferred read-onlycarecompare_home-health_searchSearch home health quality data by state, city, ZIP, or CMS star rating.
Inferred read-onlycarecompare_home-health_byCcnCMS Care Compare quality record by CCN for a home health.
Inferred read-onlycarecompare_hospice_searchSearch hospice quality data by state, city, ZIP, or CMS star rating.
Inferred read-onlycarecompare_dialysis_searchSearch dialysis quality data by state, city, ZIP, or CMS star rating.
Inferred read-onlyhpt_rates_searchSearch hospital price-transparency negotiated rates by billing code (CPT/HCPCS/MS-DRG), state, payer, hospital CCN, or rate type.
Inferred read-onlysanctions_screenScreen 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.
Inferred read-onlyhpt_code_statsNational price statistics for a billing code (CPT/HCPCS/MS-DRG) from hospital price-transparency files: median and spread of payer-negotiated rates.
Inferred read-onlyhcris_hospital_financialsMulti-year financial history for one hospital by CCN: beds, discharges, revenues, net income per fiscal year, up to 15 years.
Inferred read-onlyproviders_events_feedProvider change-event feed over 7 federal sources: new NPI enumerations, newly billing Medicare, enrollment pending, address changes, deactivations, CLIA lab certificates, ownership changes (CHOW), mammography facility cert changes, and hospital capex jumps.
Inferred read-onlyhospitals_capex_signalsHospital capital-expenditure jump signals from CMS cost reports (Worksheet A-7): hospitals whose major movable equipment purchases hit at least $1M and at least 2x the prior fiscal year — an observational marker that a hospital reported a step-up in equipment spend.
Inferred read-onlyproviders_provider360One-call dossier of everything Healthparse knows about a provider NPI: NPPES identity, taxonomy and practice address; Medicare ordering-and-referring privileges; NPI exclusion screen (OIG LEIE, GSA SAM, state Medicaid, state boards); change-event history; Medicare Part B utilization and Part D prescribing summaries; Open Payments totals by year; hospital affiliations with star ratings; MIPS quality scores.
Inferred read-onlymanufacturers_searchDiscover pharma & device MANUFACTURERS from CMS Open Payments by name, total-spend band, or year of first appearance — the emerging/small-brand filter (low total_spend and/or recent first_seen_year) plus optional specialty/state activity.
Inferred read-onlymanufacturers_openPaymentsWhich manufacturers pay a given physician specialty in a territory, and how much — CMS Open Payments rolled up to the paying company.
Potential side effectshrsa_healthCenters_searchDiscover FQHC / Look-Alike health-center SITES from the HRSA roster by state, type, county, name, or newly-added-to-scope date (added_since = new-site trigger).
Inferred read-onlyhrsa_hpsa_searchFind HRSA Health Professional Shortage Areas (Primary Care / Dental / Mental Health) by state, discipline, minimum shortage score, or FTE shortage — a mapped staffing-demand signal.
Inferred read-onlyhrsa_coveredEntities340b_searchSearch HRSA 340B OPAIS covered entities + child sites by state, entity type (FQHC/DSH/CAH/RHC/…), or name — the 340B buyer/pharmacy roster.
Inferred read-onlynppes_enumeration_searchNewly-enumerated NPIs with their EXACT Provider Enumeration Date and taxonomy detail, from the CMS NPPES full monthly file joined to the NPPES directory.
Inferred read-onlyprescribers_partDByDrug_searchFind Medicare Part D prescribers of a specific DRUG or therapeutic CLASS at NPI level — the core pharma targeting query.
Inferred read-onlyprescribers_partDClassYoyDelta_searchFind prescribers who ENTERED or LEFT a Medicare Part D therapeutic class year-over-year (PY2023→PY2024) — the switchable moment for a pharma team.
Inferred read-onlyprescribers_partDClassWhitespace_searchFind high-volume Medicare Part D prescribers of a therapeutic class who have NO reported CMS Open Payments — the greenfield 'reachable before a competitor' audience for a smaller or newer brand.
Inferred read-onlyprescribers_partDAtypicalSpecialty_searchFind Medicare Part D prescribers of a therapeutic class whose specialty is OUTSIDE the class's typical set — off-specialty early adopters (e.g.
Inferred read-onlyprescribers_partDBrandShareShift_searchFind prescribers whose within-class molecule mix shifted toward or away from a molecule year-over-year (PY2023→PY2024) — e.g.
Inferred read-onlyprescribers_lookup_searchLook up a prescriber by NAME (or exact NPI) and get identity plus a Medicare Part D prescribing summary.
Inferred read-onlyprescribers_partD_searchScreen Medicare Part D prescribers by specialty, state, and claim volume — the per-prescriber roster a pharma / device team targets.
Inferred read-onlyopenPayments_recipients_searchScreen physicians industry is already paying — the recipient side of the CMS Open Payments (Sunshine Act) file, ranked by total reported payment amount.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for healthparse.io was fetched 2026-07-27T05:12:36.488Z.
healthparse.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.