Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Sato Hub: Onchain Agents

io.github.satohubai/onchain-agents

Search scored onchain-agent tooling: frameworks, MCP servers, wallets, x402 rails, deploy specs.

Uptime
100.0%
1 direct probes · 30d
Response
1058ms
last probe
Tools
16
callable
Resources
0
readable
Prompts
0
available

Tools · 16

onchain_agent_search_resources

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 maintained. Searches a daily-rebuilt directory …

onchain_agent_get_resource

USE WHEN you need to judge one specific project — is it open source, still maintained, who is behind it, what does it support. Returns the full record by slug, optionally with its recent releases and …

onchain_agent_get_deploy_spec

USE WHEN you are about to write setup instructions or install something for a user and want steps that were verified rather than copied from a README. Returns the structured deploy manifest for one re…

onchain_agent_recent_changes

Get recorded changes across the directory — the auditable Listing History. Omit slug for the SITE-WIDE feed (what changed across all listings); pass slug for ONE resource's history. Events: status fli…

onchain_agent_list_categories

List all resource categories with counts, most populated first. Useful before filtering onchain_agent_search_resources by category. Returns (json): { total, categories: [{ name, count }] }. Read-only.

onchain_agent_list_chains

List all blockchains represented in the directory with resource counts, spotlight chains first (Base, Ethereum, Solana, COTI, Injective…). Returns (json): { total, chains: [{ name, count }] }. Read-on…

onchain_agent_get_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 releases (GitHub), project announcements, …

onchain_agent_get_metrics

USE WHEN you need a current, citable figure for the onchain agent ecosystem rather than a number from an article of unknown age. The ERC-8004 Identity Registry registered-agent count (read directly fr…

onchain_agent_get_wiki_page

USE WHEN asked to explain a crypto-agent concept — what x402 is, how agents hold wallets, what ERC-8004 does — and you want a sourced explainer you can cite. Returns a full wiki page by slug (summary,…

onchain_agent_search_agents

Search REGISTERED onchain agents in the Sato Agent Registry — running agents whose creators registered them for a Sato Agent Passport (distinct from the resource directory, which lists the things agen…

onchain_agent_get_agent_passport

Get the full Sato Agent Passport manifest (sato.agent.manifest/v1) for one REGISTERED agent by slug: identity (sato_agent_id), agent types, chains, model/framework, the stack of Sato Hub directory res…

onchain_agent_recommend_stack

USE WHEN someone describes an agent they want to build and needs concrete components rather than general advice. Give it the goal in plain words; it returns a trust-ranked stack of real directory reso…

onchain_agent_list_wiki_pages

List all Onchain Agent wiki pages (slug, title, keyword, summary, last_updated). Returns (json): { total, pages: [...] }. Read-only.

onchain_agent_get_changes

What changed in the Onchain Agent directory since a given date — additions, per-resource change events, and retirements. Use this to keep a local copy in sync instead of re-fetching the whole catalog.…

onchain_agent_get_agent_economy

What is actually happening on-chain across the agent venues Sato Hub tracks — registries, launchpads, payment rails and account infrastructure — measured weekly from public chain reads. Returns (json…

onchain_agent_search_skills

Crypto-relevant agent skills from ClawHub and skills.sh, each with a static DISCLOSURE: hosts it contacts, whether it generates or handles private keys, whether it asks the user to paste a credential,…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sato_hub:_onchain_agents": {
      "url": "https://satohub.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}