NA
Nordax AI Entity Network
/check_authorization_status
check authorization status
Check the real-time status of an HAP authorization credential. Returns whether the credential is active, expired, revoked, or suspended. Use this for lightweigh
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 /check_authorization_status for me.
Input
| Field | Type | Description |
|---|---|---|
| authId* | string | The credential's authId (urn:uuid:... format) |
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":"/check_authorization_status","input":{"authId":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /check_authorization_status -i '{"authId":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/check_authorization_status", input: {"authId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.