Sato Hub: Onchain Agents
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

FieldTypeDescription
querystringFree-text search across name, description, tags, chains, and agent type. Space-separated t
chainstringFilter to resources supporting this chain.
categorystringFilter to a resource category.
statusstring (Active | Early | Beta | Deprecated | Unknown)Filter by lifecycle status.
livenessstring (Active | Recent | Quiet | Dormant)Filter by activity recency: Active (≤30d), Recent (≤90d), Quiet (≤1y), Dormant (>1y).
is_agentbooleanTrue = only resources that are themselves onchain agents.
is_skillbooleanTrue = only agent-skill resources (skill repos/marketplaces).
is_harnessbooleanTrue = only agent frameworks/harnesses (OpenClaw, Codex, Claude Code…).
featuredbooleanTrue = only editorially featured resources.
entity_classstring (resource | agent | reference)Filter by class: 'resource' = things you build/deploy WITH (frameworks, tools, infra, venu
resource_typestring (Framework | Tool/Service | Infrastructure | Venue | Network | Standard)Filter resources by role. Venue = DEX/launchpad/marketplace; Network = an L1/L2.
use_casestringFilter by use case: trading, payments, wallets, data, identity, privacy, launch, security,
standardstringFilter to resources supporting a standard: x402, erc-8004, erc-8183, mcp, a2a.
ifacestringFilter by how it is accessed/integrated: mcp, sdk, rest-api, plugin, cli, ui, contract.
sortstring (priority | newest_release | stars | name)Sort order: priority (default), newest_release, stars, or name. default "priority"
limitintegerMax results to return (1-50, default 20). default 20
offsetintegerResults to skip, for pagination (default 0). default 0
response_formatstring (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.