SH
Sato Hub: Onchain Agents
/onchain_agent_get_news
Recent crypto-agent releases and news
USE WHEN asked what is new or what shipped recently in crypto AI agents, and you want dated, source-attributed items rather than undated blog posts. Official re
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_get_news for me.
Input
| Field | Type | Description |
|---|---|---|
| kind | string (release | tweet | news | research) | Filter by item kind: release, tweet, news, or research. |
| chain | string | Filter to items tagged with this chain. |
| 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_get_news","input":{"limit":20,"offset":0,"response_format":"markdown"}}'cli
npx cracked-ai run -p mcp-ai-satohub-onchain-agents -e /onchain_agent_get_news -i '{"limit":20,"offset":0,"response_format":"markdown"}'mcp
run_tool({ provider: "mcp-ai-satohub-onchain-agents", endpoint: "/onchain_agent_get_news", input: {"limit":20,"offset":0,"response_format":"markdown"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.