com.dropwatchhq/health-intel
Official4 toolsHealthcare provider & compliance intel: NPPES lookup, OIG/SAM exclusion screening, FDA enforcement.
Healthcare compliance screening: NPPES, OIG exclusions, and FDA enforcement data.
Captured live from the server via tools/list.
provider_lookup
Look up US healthcare providers from the public CMS NPPES registry by NPI, or search by specialty + state (+ optional name/city). Returns NPI, name, specialty, license, location, and an OIG-LEIE exclusion flag on each. Public data only — no PHI.
Parameters (6)
- npistring
Exact 10-digit NPI for a single provider.
- namestring
Provider or organization name substring.
- specialtystring
Taxonomy/specialty, e.g. 'Cardiology'.
- statestring
Two-letter state, e.g. 'TX'.
- citystring
- limitnumber
Max results (default 50).
screen_exclusion
Screen a provider/organization against the federal exclusion lists (HHS-OIG LEIE, and SAM.gov if configured). NPI match is exact; name match is flagged and identity-cautious. Returns sourced findings + a disclaimer. Facts, never an allegation.
Parameters (3)
- npistring
- namestring
- statestring
new_exclusions
Return providers newly added to the OIG-LEIE exclusion list, optionally scoped by state and/or specialty. The credentialing / payment-integrity alert feed.
Parameters (3)
- statestring
- specialtystring
- limitnumber
Default 60.
fda_enforcement
Return recent FDA enforcement/recall actions tied to a device/drug firm (openFDA). A manufacturer-risk layer for procurement and payor teams.
Parameters (1)
- firmstringrequired
Recalling firm / manufacturer name.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"health-intel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://health.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.