provider_lookup
ActiveTool of com.dropwatchhq/health-intel
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 schema
{
"type": "object",
"properties": {
"npi": {
"type": "string",
"description": "Exact 10-digit NPI for a single provider."
},
"city": {
"type": "string"
},
"name": {
"type": "string",
"description": "Provider or organization name substring."
},
"limit": {
"type": "number",
"description": "Max results (default 50)."
},
"state": {
"type": "string",
"description": "Two-letter state, e.g. 'TX'."
},
"specialty": {
"type": "string",
"description": "Taxonomy/specialty, e.g. 'Cardiology'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.dropwatchhq/health-intel
1/7 registries