SH
Sato Hub: Onchain Agents
/onchain_agent_search_resources
Find crypto-agent tooling by what it does
USE WHEN someone asks what to build a crypto or onchain agent with, which tools support a chain or standard, or whether a specific project exists and is maintai
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_resources for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text search across name, description, tags, chains, and agent type. Space-separated t |
| chain | string | Filter to resources supporting this chain. |
| category | string | Filter to a resource category. |
| status | string (Active | Early | Beta | Deprecated | Unknown) | Filter by lifecycle status. |
| liveness | string (Active | Recent | Quiet | Dormant) | Filter by activity recency: Active (≤30d), Recent (≤90d), Quiet (≤1y), Dormant (>1y). |
| is_agent | boolean | True = only resources that are themselves onchain agents. |
| is_skill | boolean | True = only agent-skill resources (skill repos/marketplaces). |
| is_harness | boolean | True = only agent frameworks/harnesses (OpenClaw, Codex, Claude Code…). |
| featured | boolean | True = only editorially featured resources. |
| entity_class | string (resource | agent | reference) | Filter by class: 'resource' = things you build/deploy WITH (frameworks, tools, infra, venu |
| resource_type | string (Framework | Tool/Service | Infrastructure | Venue | Network | Standard) | Filter resources by role. Venue = DEX/launchpad/marketplace; Network = an L1/L2. |
| use_case | string | Filter by use case: trading, payments, wallets, data, identity, privacy, launch, security, |
| standard | string | Filter to resources supporting a standard: x402, erc-8004, erc-8183, mcp, a2a. |
| iface | string | Filter by how it is accessed/integrated: mcp, sdk, rest-api, plugin, cli, ui, contract. |
| sort | string (priority | newest_release | stars | name) | Sort order: priority (default), newest_release, stars, or name. default "priority" |
| limit | integer | Max results to return (1-50, default 20). default 20 |
| offset | integer | Results to skip, for pagination (default 0). default 0 |
| 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_resources","input":{"sort":"priority","limit":20,"offset":0,"response_format":"markdown"}}'cli
npx cracked-ai run -p mcp-ai-satohub-onchain-agents -e /onchain_agent_search_resources -i '{"sort":"priority","limit":20,"offset":0,"response_format":"markdown"}'mcp
run_tool({ provider: "mcp-ai-satohub-onchain-agents", endpoint: "/onchain_agent_search_resources", input: {"sort":"priority","limit":20,"offset":0,"response_format":"markdown"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.