← Registry

Developer Tools

satohub.ai

Searches and retrieves information about onchain agents, frameworks, and tools from a directory, including deploy specifications for AI agent builders.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://satohub.ai/api/mcp

No auth detected

MCP server metadata

Name
onchain-agent-mcp-server
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Read-only access to the Sato Hub (Onchain Agent) directory, wiki, news, and live metrics for onchain agents — autonomous AI agents on blockchain rails. Start with onchain_agent_search_resources to find resources, then onchain_agent_get_resource for detail. No claims of profit/safety are implied; verification_status distinguishes self-reported from verified.

Known tools 13

onchain_agent_search_resources

Search the Onchain Agent directory of onchain agents, frameworks, skills, and tooling.

Inferred read-only
onchain_agent_get_resource

Get the full record for one directory resource by slug, optionally with its recent activity feed (releases/posts).

Inferred read-only
onchain_agent_get_deploy_spec

Get the structured deploy manifest for one resource by slug — the essential, install-and-instantiate information an agent needs to BUILD from it: runtime, install command(s), entry snippet, required keys/env/wallet/RPC, chains, license, whether it is itself an MCP server, and a deploy_status.

Potential side effects
onchain_agent_recent_changes

Get recorded changes across the directory — the auditable Listing History.

Inferred read-only
onchain_agent_list_categories

List all resource categories with counts, most populated first.

Inferred read-only
onchain_agent_list_chains

List all blockchains represented in the directory with resource counts, spotlight chains first (Base, Ethereum, Solana, COTI, Injective…).

Inferred read-only
onchain_agent_get_news

Get the Onchain Agent news feed — official releases (GitHub), announcements (project X posts), and reputable RSS.

Inferred read-only
onchain_agent_get_metrics

Get live ecosystem metrics: the ERC-8004 Identity Registry registered-agent count (read from Ethereum mainnet) and the curated Top Project Tokens index (only tokens of directory-listed projects — never the whole agent-token category or its aggregate market cap).

Inferred read-only
onchain_agent_get_wiki_page

Get a full Onchain Agent wiki page by slug — an editorial explainer (summary, why it matters, how it works, key components, examples, risks, related resources/pages).

Inferred read-only
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 agents are built FROM).

Inferred read-only
onchain_agent_get_agent_passport

Get the full Sato Agent Passport manifest (sato.

Inferred read-only
onchain_agent_recommend_stack

Given a goal in plain words, returns a trust-ranked stack of directory resources to build it with — bucketed into slots (framework, wallet, payments, trading, data, MCP tooling, security), each pick carrying its Sato Score, liveness, and deploy-spec status, plus honest gaps where the directory has no strong match.

Inferred read-only
onchain_agent_list_wiki_pages

List all Onchain Agent wiki pages (slug, title, keyword, summary, last_updated).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.onchain-agent-mcp-server]
url = "https://satohub.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onchain-agent-mcp-server": {
      "type": "http",
      "url": "https://satohub.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onchain-agent-mcp-server
Remote MCP URL: https://satohub.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "onchain-agent-mcp-server": {
      "url": "https://satohub.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onchain-agent-mcp-server": {
      "type": "http",
      "url": "https://satohub.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "onchain-agent-mcp-server",
  "transport": "streamable-http",
  "url": "https://satohub.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.