H
health-intel
/provider_lookup
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,
liveverifiedunknown~5s typical
mcpprobedhealth-intel
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-health-intel /provider_lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| npi | string | Exact 10-digit NPI for a single provider. |
| name | string | Provider or organization name substring. |
| specialty | string | Taxonomy/specialty, e.g. 'Cardiology'. |
| state | string | Two-letter state, e.g. 'TX'. |
| city | string | |
| limit | number | Max results (default 50). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dropwatchhq-health-intel","endpoint":"/provider_lookup","input":{}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-health-intel -e /provider_lookup -i '{}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-health-intel", endpoint: "/provider_lookup", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.