KA
Knox Anchor
/anchor_mcp_tool_call
anchor mcp tool call
Convenience anchor for the AAM Model Context Protocol theater. Records an `agent_mcp_tool_call` event with structured tool-call metadata (server URL, tool name,
liveverifiedunknown~5s typical
mcpprobedknoxanchor
$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-bonissystems-knox-anchor /anchor_mcp_tool_call for me.
Input
| Field | Type | Description |
|---|---|---|
| server_url* | string | MCP server endpoint the agent invoked. |
| tool_name* | string | Name of the tool invoked. |
| arguments_digest* | string | Caller-computed SHA-256 of the JSON-stringified arguments (64 hex chars). |
| response_digest | string | Caller-computed SHA-256 of the JSON-stringified response (64 hex chars). |
| agent_identity* | string | Stable identifier for the calling agent (e.g., agent ID, principal, did:knox:agent-X). |
| outcome* | string (success | error | timeout | rejected) | Outcome of the tool call. |
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-bonissystems-knox-anchor","endpoint":"/anchor_mcp_tool_call","input":{"server_url":"...","tool_name":"...","arguments_digest":"...","agent_identity":"...","outcome":"success"}}'cli
npx cracked-ai run -p mcp-com-bonissystems-knox-anchor -e /anchor_mcp_tool_call -i '{"server_url":"...","tool_name":"...","arguments_digest":"...","agent_identity":"...","outcome":"success"}'mcp
run_tool({ provider: "mcp-com-bonissystems-knox-anchor", endpoint: "/anchor_mcp_tool_call", input: {"server_url":"...","tool_name":"...","arguments_digest":"...","agent_identity":"...","outcome":"success"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.