NA
Nordax AI Entity Network
/get_entity_verification
get entity verification
Check the verification and trust status of an entity. Returns the entity's trust tier (free/basic/verified/authority/gold), verification status, AI visibility s
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 /get_entity_verification for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Entity slug or name to check verification for |
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":"/get_entity_verification","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /get_entity_verification -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/get_entity_verification", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.