Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

⬡ Sato Hub MCP

Query the scored, daily-updated index of the onchain agent stack — live, from your agent.

Streamable HTTP · read-only · no API key

satohub.ai/mcp · the index · satohub.ai


Endpoint

POST https://satohub.ai/api/mcp

Model Context Protocol over Streamable HTTP. 12 read-only tools over the Sato Hub directory (211+ scored resources), agent passports, deploy specs, news, and live metrics. Trust rules are enforced server-side: nothing is returned as verified/safe/profitable unless evidence supports it.

Connect

Claude Code

claude mcp add --transport http satohub https://satohub.ai/api/mcp

Claude Desktop / Cursor (via mcp-remote)

{
  "mcpServers": {
    "satohub": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://satohub.ai/api/mcp"]
    }
  }
}

Any MCP client — point it at the endpoint above; no auth handshake needed.

Tools

Tool What it does
onchain_agent_search_resources Search the index — text, category, chain filters
onchain_agent_get_resource Full listing detail: Sato Score, liveness, provenance-backed fields
onchain_agent_get_deploy_spec Docker-verified install/entry spec for a listing
onchain_agent_list_categories Category vocabulary
onchain_agent_list_chains Chain vocabulary
onchain_agent_search_agents Search the Agent Passport registry
onchain_agent_get_agent_passport One agent's passport: identity, wallet verification, on-chain checks
onchain_agent_get_news The filtered onchain-agent news feed
onchain_agent_get_metrics Live metrics (e.g. the ERC-8004 registered-agent count)
onchain_agent_recent_changes The changelog feed — what changed in the index
onchain_agent_list_wiki_pages / onchain_agent_get_wiki_page The wiki

Try it in 10 seconds

Ask your MCP-connected agent:

"Search the Sato Hub index for Solana trading MCP servers with a Sato Score above 70, and give me the deploy spec for the best one."

No MCP client? The raw feed works anywhere:

curl -s https://satohub.ai/api/export/index.json | jq '.resources[] | select(.trust_score > 80) | .name'

What the scores mean

The Sato Score is a 0–100 evidence-based measure of how open, active, and verifiable a project is — methodology. It is not a safety, quality, or returns grade, and the server will never tell your agent otherwise.


Maintained by Sato Hub — the agent builder hub for crypto. Server implementation: mcp-handler on Next.js, read-only. MIT © Prime Signal LLC (this documentation); index data CC-BY-4.0, data by satohub.ai.

About

⬡ Sato Hub MCP — query the scored onchain-agent index live from your agent (Streamable HTTP, no key)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors