npi_organization
ActiveTool of mcp-clinicaltables
"Find a hospital / clinic by name" / "look up NPI for [organization]" / "what's [Mayo Clinic]'s NPI" / "verify a healthcare facility" — search the NPPES NPI registry for organizational providers (~1.8M entries) — hospitals, clinics, group practices. Same shape as npi_individual. terms can be org name, NPI, or city.
Parameters schema
{
"type": "object",
"required": [
"terms"
],
"properties": {
"df": {
"type": "string",
"description": "Comma-separated display fields to use in the `displays` array. Default varies per table; usually the canonical name."
},
"ef": {
"type": "string",
"description": "Comma-separated extra fields to include per match. Known fields: name.full,addr_practice.full,licenses.taxonomy.classification."
},
"count": {
"type": "number",
"default": 7,
"maximum": 500,
"minimum": 1,
"description": "Maximum matches to return. Default 7, max 500. Use 1–3 for typeahead UX, 20–50 for browsing."
},
"terms": {
"type": "string",
"description": "Search query — prefix/contains match against canonical names. Whitespace-split into AND tokens. Example: \"mayo clinic\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-clinicaltables
https://github.com/pipeworx-io/mcp-clinicaltables
2/7 registries