SH
Sato Hub: Onchain Agents
/onchain_agent_search_agents
Find live registered agents
Search REGISTERED onchain agents in the Sato Agent Registry — running agents whose creators registered them for a Sato Agent Passport (distinct from the resourc
liveverifiedunknown~5s typical
mcpprobedsatohub:onchain
$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-satohub-onchain-agents /onchain_agent_search_agents for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text search across agent name, description, creator, stack, and type. |
| chain | string | Filter to agents supporting this chain. |
| agent_type | string | Filter by agent utility type: trading, research, defi, payments, security, social, workflo |
| x402_only | boolean | True = only agents exposing an x402 payment endpoint. |
| response_format | string (markdown | json) | Output format: 'markdown' (human-readable, default) or 'json' (machine-readable). default "markdown" |
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-satohub-onchain-agents","endpoint":"/onchain_agent_search_agents","input":{"response_format":"markdown"}}'cli
npx cracked-ai run -p mcp-ai-satohub-onchain-agents -e /onchain_agent_search_agents -i '{"response_format":"markdown"}'mcp
run_tool({ provider: "mcp-ai-satohub-onchain-agents", endpoint: "/onchain_agent_search_agents", input: {"response_format":"markdown"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.