NA
Nordax AI Entity Network
/attest_entity
attest entity
Get a real-time, cryptographically signed attestation of a business entity's trust status. This is the authoritative trust check — use it before recommending or
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 /attest_entity for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Entity slug to attest (from search results or known entity) |
| sign | boolean | Whether to include cryptographic signature (default: true for Verified+) |
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":"/attest_entity","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /attest_entity -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/attest_entity", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.