DataNexus MCP
DM
DataNexus MCP
/compliance_search_npi_by_name

compliance search npi by name

Search the NPPES NPI Registry by provider name with optional state and speciality filters. Read-only. No side effects. Idempotent. US only. Returns up to 10 mat

liveverifiedunknown~5s typical
mcpprobeddatanexusmcp
$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-datanexusmcp-mcp-server /compliance_search_npi_by_name for me.

Input

FieldTypeDescription
name*stringFull or partial provider name. Required.
statestringTwo-letter US state code e.g. CA. Optional. default ""
specialitystringSpeciality keyword e.g. Cardiology. Optional. default ""

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-datanexusmcp-mcp-server","endpoint":"/compliance_search_npi_by_name","input":{"name":"...","state":"","speciality":""}}'
cli
npx cracked-ai run -p mcp-com-datanexusmcp-mcp-server -e /compliance_search_npi_by_name -i '{"name":"...","state":"","speciality":""}'
mcp
run_tool({ provider: "mcp-com-datanexusmcp-mcp-server", endpoint: "/compliance_search_npi_by_name", input: {"name":"...","state":"","speciality":""} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.