VOOZH about

URL: https://apify.com/technicaldost/healthcare-provider-mcp

โ‡ฑ Healthcare Provider MCP Server - NPI Lookup for AI ยท Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Healthcare Provider MCP (NPI)

MCP server that lets AI agents search and look up US healthcare providers from the public NPI Registry. Tools: search_providers, get_provider.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

20 days ago

Last modified

Share

An MCP server that lets AI agents (Claude, ChatGPT, Cursor, and any MCP client) search and look up US healthcare providers from the official public NPI Registry โ€” doctors, nurses, pharmacies, clinics, hospitals.

Built on the same precision-first engine as the NPI Registry scraper: every search result is verified to actually match your query (the NPI API silently returns noise for broad common names; this server filters it out).

Two ways to use it

1. As an MCP server (for AI agents)

When run in Standby mode, the Actor exposes an MCP endpoint at /mcp (Streamable HTTP, JSON-RPC 2.0). Point any MCP client at the Actor's Standby URL + /mcp, or call it through Apify's MCP integration using actorName:toolName.

Tools:

ToolArgumentsReturns
search_providerslastName, firstName, organizationName, taxonomy, city, state, providerType (any/individual/organization), limit (1โ€“200)Array of verified providers
get_providernpi (10-digit)A single provider record

Example tools/call:

{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"search_providers",
"arguments":{"taxonomy":"Cardiology","city":"Austin","state":"TX","limit":10}}}

2. As a normal Actor (batch / testing)

Run it with input and it executes one tool, storing results in the dataset:

{"tool":"search_providers","lastName":"Smith","state":"TX","taxonomy":"Family Medicine","limit":20}
{"tool":"get_provider","npi":"1760914097"}

Output fields

npi, enumerationType, providerName, credential, organizationName, primaryTaxonomy, primaryTaxonomyCode, addressLine1, city, state, postalCode, phone, npiUrl.

Pricing

Pay per event โ€” priced per tool call (e.g. per search_providers / get_provider action). Per-action pricing is ideal for agent workloads.

Reliability

  • Verified matches only (post-filtering defeats the NPI API's broad-query noise).
  • Exponential backoff on rate limits / server errors.
  • Stateless MCP server โ€” no sessions to leak, no proxies, no credentials.

Data usage & compliance

All data comes from the public NPI Registry operated by CMS, published in the public domain. This server performs only lookups against the official public API. Use the data in accordance with applicable laws; do not use it for spam or harassment.

You might also like

NPI Registry - Healthcare Provider Search

alizarin_refrigerator-owner/npi-registry---healthcare-provider-search

Search the official NPPES NPI Registry for healthcare providers, physicians, and organizations. Look up by NPI number, name, specialty, or location. Perfect for healthcare marketing, provider verification, credentialing, and medical data enrichment.

NPI Registry Scraper

crawlergang/npi-registry-scraper

Scrape the CMS National Provider Identifier (NPI) Registry, the official database of all US healthcare providers. Search by name, state, specialty, or organization, or look up a specific provider by NPI number.

2

5.0

NPI Registry Scraper

crawlerbros/npi-registry-scraper

Scrape the CMS National Provider Identifier (NPI) Registry, the official database of all US healthcare providers. Search by name, state, specialty, or organization, or look up a specific provider by NPI number.

NPI Provider Lookup

george.the.developer/npi-provider-lookup

Look up US healthcare providers and organizations by NPI number, name, taxonomy, city, or state from the CMS NPPES registry.

NPPES NPI Registry Scraper - Healthcare Provider Leads API

pink_comic/nppes-npi-registry

Search NPPES NPI Registry public records for healthcare providers. Government data on provider name, NPI number, specialty, address, and practice details. For healthcare sales, insurance verification, provider directories, and compliance.

NPI Registry Scraper | 7M+ US Healthcare Providers (CMS)

haketa/nppes-npi-registry-scraper

NPPES NPI Registry scraper & API: search 8M+ US healthcare providers and export NPI, name, taxonomy and specialty, practice and mailing address, phone, credentials and enumeration date. Healthcare provider data, verification and lead generation โ€” fast, no login.

NPI Registry Scraper

logiover/npi-registry-scraper

NPPES NPI Registry scraper & API alternative. Extract US healthcare provider and NPI number data, export to CSV/JSON. No API key or login.

Related articles

Best MCP servers for developers
Read more