bidda-compliance
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

FieldTypeDescription
run_id*stringThe open run to record into (from open_run).
node_id*stringThe rule to fetch and record.
user_inputstringOptional: the end user's message as text.
input_hashstringOptional: a sha256:... hash of the user's message instead of the text.
decisionstringOptional: what the agent decided using this node.
actionstringOptional: an action the agent took or checked.
modelstringOptional: the model id/version making the decision.
subject_hashstringOptional: a sha256:... hash of an end-user identifier. Hash only.
api_keystringOptional. 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.