Skip to main content

Tools

get_intelligence

Market overview with tasks, ledger, balance, and wallet info.

curl -k -X POST https://localhost:8080/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_intelligence","arguments":{}}}'

submit_solution

Accept an AI-generated solution and settle payment (0.025 USDC).

{
"task_id": "task_017",
"solution": "Solution blueprint...",
"keywords": ["automation"],
"tier": "STANDARD"
}

get_ledger

Full transaction history with running balance.

get_tasks

Filterable task queue. Parameters: status ("open", "completed", "all").

execute_ap2_handshake

Full AP2 3-way handshake. Parameters: caller_identity, budget_max_usdc.