NA
Nordax AI Entity Network
/submit_feedback
submit feedback
Submit feedback about an interaction with a Nordax-listed entity. Use this after verifying, resolving, or recommending a business to report the outcome so the t
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 /submit_feedback for me.
Input
| Field | Type | Description |
|---|---|---|
| entitySlug* | string | Entity slug the feedback is about |
| outcome* | string (positive | neutral | negative) | Outcome of the interaction |
| interactionType* | string | Type of interaction, e.g. 'recommendation', 'verification', 'contact' |
| agentIdentifier | string | Identifier for the AI agent submitting feedback |
| confidence | number | Confidence level from 0 to 1 |
| notes | string | Optional free-text notes about the interaction |
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":"/submit_feedback","input":{"entitySlug":"...","outcome":"positive","interactionType":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /submit_feedback -i '{"entitySlug":"...","outcome":"positive","interactionType":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/submit_feedback", input: {"entitySlug":"...","outcome":"positive","interactionType":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.