search

Pack: npi-registry · Endpoint: https://gateway.pipeworx.io/npi-registry/mcp

Search providers by any combination of fields. NPI Registry requires at least one filter — supply at least name/organization/taxonomy/postal_code/state.

Parameters

NameTypeRequiredDescription
numberstringno10-digit NPI
namestringnoFull provider name (use along with type)
first_namestringno
last_namestringno
organization_namestringno
taxonomystringnoTaxonomy code or description (e.g. “Internal Medicine”)
citystringno
statestringnoTwo-letter state code
postal_codestringno5-digit ZIP (or first 3 with wildcard ”*“)
country_codestringnoUS (default) | other ISO country
npi_typestringnoNPI-1 (individual) | NPI-2 (organization)
address_purposestringnoLOCATION (default) | MAILING | PRIMARY | SECONDARY
limitnumberno1-200 (default 10)
skipnumberno0-based offset (max 1000)

Example call

curl -X POST https://gateway.pipeworx.io/npi-registry/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "npi-registry": {
      "url": "https://gateway.pipeworx.io/npi-registry/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026