NA
Nordax AI Entity Network
/list_entities_by_category
list entities by category
List entities of a specific type/category in a location. Great for questions like 'What restaurants are in Nashville?' or 'Find dentists in Austin, TX'. Results
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 /list_entities_by_category for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_type* | string | Entity type to filter by. Options: LocalBusiness, Organization, ProfessionalService, Resta |
| city | string | City to filter by |
| state | string | US state abbreviation (e.g. 'TX') |
| limit | number | Max results (default 20) |
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":"/list_entities_by_category","input":{"entity_type":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /list_entities_by_category -i '{"entity_type":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/list_entities_by_category", input: {"entity_type":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.