B
bidda-compliance
/consult_node
consult node
The one-call governed turn: fetch the full vault node (this consumes one call on your key, exactly like unlocking a node) AND record a verified node_consulted e
liveverifiedunknown~5s typical
mcpprobedbidda-compliance
$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-com-bidda-bidda-compliance /consult_node for me.
Input
| Field | Type | Description |
|---|---|---|
| run_id* | string | The open run to record into (from open_run). |
| node_id* | string | The rule to fetch and record. |
| user_input | string | Optional: the end user's message as text. |
| input_hash | string | Optional: a sha256:... hash of the user's message instead of the text. |
| decision | string | Optional: what the agent decided using this node. |
| action | string | Optional: an action the agent took or checked. |
| model | string | Optional: the model id/version making the decision. |
| subject_hash | string | Optional: a sha256:... hash of an end-user identifier. Hash only. |
| api_key | string | Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or |
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-com-bidda-bidda-compliance","endpoint":"/consult_node","input":{"run_id":"...","node_id":"..."}}'cli
npx cracked-ai run -p mcp-com-bidda-bidda-compliance -e /consult_node -i '{"run_id":"...","node_id":"..."}'mcp
run_tool({ provider: "mcp-com-bidda-bidda-compliance", endpoint: "/consult_node", input: {"run_id":"...","node_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.