Developer Tools
satohub.ai
Searches and retrieves information about onchain agents, frameworks, and tools from a directory, including deploy specifications for AI agent builders.
ENDPOINT 1
https://satohub.ai/api/mcp
MCP server metadata
- Name
- onchain-agent-mcp-server
- Version
- 0.1.0
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_resourcesSearch the Onchain Agent directory of onchain agents, frameworks, skills, and tooling.
Inferred read-onlyonchain_agent_get_resourceGet the full record for one directory resource by slug, optionally with its recent activity feed (releases/posts).
Inferred read-onlyonchain_agent_get_deploy_specGet 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 effectsonchain_agent_recent_changesGet recorded changes across the directory — the auditable Listing History.
Inferred read-onlyonchain_agent_list_categoriesList all resource categories with counts, most populated first.
Inferred read-onlyonchain_agent_list_chainsList all blockchains represented in the directory with resource counts, spotlight chains first (Base, Ethereum, Solana, COTI, Injective…).
Inferred read-onlyonchain_agent_get_newsGet the Onchain Agent news feed — official releases (GitHub), announcements (project X posts), and reputable RSS.
Inferred read-onlyonchain_agent_get_metricsGet 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-onlyonchain_agent_get_wiki_pageGet 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-onlyonchain_agent_search_agentsSearch 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-onlyonchain_agent_recommend_stackGiven 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-onlyonchain_agent_list_wiki_pagesList all Onchain Agent wiki pages (slug, title, keyword, summary, last_updated).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.