NA
Nordax AI Entity Network
/search_entities
search entities
Search the Nordax AI entity network for businesses. Returns verified, structured entity data. Use this to find businesses by name, category, or location. Result
liveverifiedunknown~5s typical
mcpprobednordaxaientity
$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-ai-nordax-mcp /search_entities for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text search query (e.g. 'dentist', 'acme plumbing') |
| entity_type | string | Filter by entity type. Options: LocalBusiness, Organization, ProfessionalService, Restaura |
| city | string | Filter by city name |
| state | string | Filter by US state (e.g. 'TX', 'CA', 'NY') |
| limit | number | Max results to return (default 10, max 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-ai-nordax-mcp","endpoint":"/search_entities","input":{}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /search_entities -i '{}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/search_entities", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.