← Discover MCPs and Agents
S
MCPAI & MLMCP Registry

Sato Hub: Onchain Agents

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

Links

README

From the repo.

Onchain Agents

A scored index of 431 tools for building onchain AI agents — frameworks, MCP servers, wallets, payment rails, data feeds and trading venues, with activity and scores refreshed every day.

Use it in one command. Add it to Claude Code as an MCP server (Streamable HTTP, no key, no account):

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

Any other MCP client: point it at https://satohub.ai/api/mcp (34 tools, 30 of them read-only; other clients). No MCP client: curl -s https://satohub.ai/api/export/index.json returns the whole catalog as JSON.

  • What this is. 431 listings of what onchain AI agents are built from, across 29 chains, rendered daily from a public export. Discovery never lists anything on its own: a project is listed only after it passes an evidence check. Nothing in this repo can be bought — listing, order and score follow the same rules for every project (NEUTRALITY.md).
  • What a Sato Score is. A 0–100 measure of how open, active and verifiable a project is, computed from evidence only. It is not a safety, quality, security or returns grade, and self-reported is never treated as verified.
  • How current it is. Re-rendered every day; Last activity is observed, not claimed. unknown means we could not measure it, never zero.
  • License. Catalog data CC-BY-4.0: reuse it anywhere, credit data by satohub.ai. Tooling MIT © Prime Signal LLC. JSON, CSV and NDJSON exports plus the MCP endpoint above — no key, no account.

Runnable agent packages

Whole agents, not components: each is a sealed, signed package you download and run on your own machine. The task is the package's own statement; the evidence label is what Sato Hub recorded, word for word. Agents find them with the MCP tools onchain_agent_search_listings and onchain_agent_inspect_listing.

PackageTaskDigestEvidenceGet it
Onchain research reportAnswers a question from a CLOSED corpus of supplied sources.
sha256:ffbfc3729d4c…sha256:ffbfc3729d4c98d20364c841fdab7fd0f8ae3fccd6da4b7df77f5ff931ff2e16
task-tested · 1 platform rowpage · download
Token activity monitorReads ERC-20 transfer logs for a token and a set of addresses over a block range, emits each event exactly once, keeps a reorg-aware cursor, and says 'unknown' rather than 'nothing happened' when the source could not be read.
sha256:d0ae5a8b8eb7…sha256:d0ae5a8b8eb739d7569d678a84a128b74af8b4c37e1d300005003bb6475d18ba
task-tested · 1 platform rowpage · download
Treasury balance monitorReads a public address list on an EVM chain and reports each holding in exact base units and exact native units, with an optional valuation only where a price source was actually supplied.
sha256:64615a0b1fe7…sha256:64615a0b1fe7ac0ebc23cb637bb92c0dc07fe62ffb2c416a4896a458243e63b8
task-tested · 1 platform rowpage · download

Verify the download against the published key before you run it: verify-release.mjs (node verify-release.mjs <package.zip> manifest.json).

The stack, layer by layer

Nine layers, from the runtime down to the venue. Each table is the highest-scored listings in that layer — highest-scored is not "best", and a score measures openness, activity and verifiability, nothing else. Checked says what we did: reproduced the documented install in an isolated container, or probed the live endpoint.

Agent runtimes & frameworks

The loop that runs the agent: prompting, memory, tool calls, scheduling. Pick this first — it decides what everything else plugs into.

NameWhat it isChains⬡ ScoreLast activityChecked
TradingAgentsAn open-source multi-agent LLM framework that simulates a trading firm with…885 days agolive probed
ElizaOSOpen-source TypeScript framework for building crypto-native multi-agent systems.Solana, Ethereum, Base +187todayinstall reproduced
Fetch.ai uAgentsPython framework for lightweight autonomous agents with built-in…Cosmos, Ethereum872 days agoinstall reproduced
Olas (Autonolas)Network and framework for co-owned autonomous agent services operating onchain.Ethereum, Gnosis, Base +1871 day agoinstall reproduced
OpenClawOpen-source self-hosted personal AI agent framework with a public skill…84todaylive probed
Hermes AgentOpen-source self-improving AI agent from Nous Research with a built-in learning…841 day agolive probed

Highest-scored in this layer, 6 of 30. All 30 →

How to choose. Score measures openness and activity, not adoption. A closed-source framework scores low because its code cannot be read, not because it is worse at running agents.

Onchain action kits & SDKs

Libraries that turn an agent's decision into a signed transaction — swap, transfer, mint, stake — without writing the chain plumbing yourself.

NameWhat it isChains⬡ ScoreLast activityChecked
Coinbase AgentKitCoinbase's toolkit for giving AI agents wallets and the ability to take onchain…Base, Ethereum, Multichain88todayinstall reproduced
x402Open payment protocol enabling agents and apps to pay for APIs over HTTP using…Base, Ethereum, Multichain +1861 day agoinstall reproduced
World AgentKitSDK from World (Tools for Humanity) that lets AI agents present a…Base8626 days agoinstall reproduced
Model Context Protocol (MCP)Anthropic's open standard for connecting AI systems to external tools and data…831 day agolive probed
AlchemyA blockchain developer platform providing node infrastructure plus NFT, Token…Ethereum, Base, Solana +5831 day agoinstall reproduced
ClawRouter (BlockRun)Local LLM router for agents: routes each request to the cheapest capable model…Base, Solana812 days ago

Highest-scored in this layer, 6 of 50. All 50 →

How to choose. Check the Chains column before the score: an action kit that does not cover your chain is the wrong kit at any score.

MCP servers

Tool servers your agent calls over the Model Context Protocol. This is the largest layer in the index and the fastest-moving.

NameWhat it isChains⬡ ScoreLast activityChecked
BlockRun MCPMCP server giving AI agents live data — markets, crypto, research, X — billed…Base, Solana912 days agoinstall reproduced
CoinGecko MCPOfficial CoinGecko MCP: hosted free/pro endpoints for live prices, market data…Multichain896 days agolive probed
Coinbase AgentKitCoinbase's toolkit for giving AI agents wallets and the ability to take onchain…Base, Ethereum, Multichain88todayinstall reproduced
Trust Wallet Agent Kit (TWAK)Non-custodial toolkit from Trust Wallet (MCP server, CLI, and SDK) that lets AI…Ethereum, Base, Solana +6871 day agoinstall reproduced
DexPaprika MCP ServerZero-config MCP access to DexPaprika's DEX data — tokens, liquidity pools, and…Multichain866 days agolive probed
minia2aminia2a is a marketplace where agents find and pay for services on Base.Base864 days agolive probed
ZerionWallet and DeFi data provider offering portfolio, positions, transactions, PnL…Ethereum, Base, Arbitrum +885todayinstall reproduced
Hermes AgentOpen-source self-improving AI agent from Nous Research with a built-in learning…841 day agolive probed

Highest-scored in this layer, 8 of 206. All 206 →

How to choose. An MCP server is a remote process you hand your agent's tool calls to. Read what it asks for — a key, a signer, shell access — before you connect it.

Wallets, keys & permissions

Where the agent's key lives and what it is allowed to do: embedded wallets, MPC, smart accounts, session keys and spend permissions.

NameWhat it isChains⬡ ScoreLast activityChecked
BankrCrypto execution layer and cross-chain wallet that lets agents and users trade…Base, Ethereum, Polygon +787todayinstall reproduced
Trust Wallet Agent Kit (TWAK)Non-custodial toolkit from Trust Wallet (MCP server, CLI, and SDK) that lets AI…Ethereum, Base, Solana +6871 day agoinstall reproduced
0xGasless AgentKitToolkit giving AI agents gasless access to crypto wallets and onchain…BNB Chain, Avalanche, Base8611 days agoinstall reproduced
PrivyEmbedded and server wallet infrastructure used to give agents secure key…Ethereum, Base, Solana +1831 day agoinstall reproduced
TurnkeySecure key management infrastructure with policy controls, commonly used for…Ethereum, Base, Solana +1831 day agoinstall reproduced
Q402 (Quack AI)Gasless stablecoin payment relay and managed Agent Wallets across 12 EVM chains…BNB Chain, Ethereum, Avalanche +4772 days agoinstall reproduced

Highest-scored in this layer, 6 of 33. All 33 →

How to choose. The score says nothing about custody. Read the open-source status and the project's own docs on who can move funds; this index does not audit key handling.

Data, RPC & indexing

What the agent knows before it acts: RPC access, market data, chain indexing, wallet and token analytics.

NameWhat it isChains⬡ ScoreLast activityChecked
CoinGecko MCPOfficial CoinGecko MCP: hosted free/pro endpoints for live prices, market data…Multichain896 days agolive probed
DexPaprika MCP ServerZero-config MCP access to DexPaprika's DEX data — tokens, liquidity pools, and…Multichain866 days agolive probed
ZerionWallet and DeFi data provider offering portfolio, positions, transactions, PnL…Ethereum, Base, Arbitrum +885todayinstall reproduced
Gate MCP ServerOfficial Gate MCP: hosted endpoints for market data, info, and news, plus…Multichain845 months agolive probed
Boar Blockchain MCPBlockchain infrastructure MCP from Boar Network, with setup guides and…Multichain845 months agolive probed
AlchemyA blockchain developer platform providing node infrastructure plus NFT, Token…Ethereum, Base, Solana +5831 day agoinstall reproduced

Highest-scored in this layer, 6 of 75. All 75 →

Payments & agent commerce

How agents pay and get paid: x402 (HTTP 402 plus stablecoin), agent commerce protocols, and the stablecoin rails underneath.

NameWhat it isChains⬡ ScoreLast activityChecked
BlockRun MCPMCP server giving AI agents live data — markets, crypto, research, X — billed…Base, Solana912 days agoinstall reproduced
BankrCrypto execution layer and cross-chain wallet that lets agents and users trade…Base, Ethereum, Polygon +787todayinstall reproduced
Trust Wallet Agent Kit (TWAK)Non-custodial toolkit from Trust Wallet (MCP server, CLI, and SDK) that lets AI…Ethereum, Base, Solana +6871 day agoinstall reproduced
0xGasless AgentKitToolkit giving AI agents gasless access to crypto wallets and onchain…BNB Chain, Avalanche, Base8611 days agoinstall reproduced
x402Open payment protocol enabling agents and apps to pay for APIs over HTTP using…Base, Ethereum, Multichain +1861 day agoinstall reproduced
World AgentKitSDK from World (Tools for Humanity) that lets AI agents present a…Base8626 days agoinstall reproduced

Highest-scored in this layer, 6 of 119. All 119 →

How to choose. x402 support in this index means the standard is declared. Whether an endpoint actually answers HTTP 402 is measured separately — see Numbers this week.

Identity, discovery & standards

How an agent is identified and found by other agents: ERC-8004 registration, MCP discovery, A2A agent cards.

NameWhat it isChains⬡ ScoreLast activityChecked
BankrCrypto execution layer and cross-chain wallet that lets agents and users trade…Base, Ethereum, Polygon +787todayinstall reproduced
0xGasless AgentKitToolkit giving AI agents gasless access to crypto wallets and onchain…BNB Chain, Avalanche, Base8611 days agoinstall reproduced
World AgentKitSDK from World (Tools for Humanity) that lets AI agents present a…Base8626 days agoinstall reproduced
Model Context Protocol (MCP)Anthropic's open standard for connecting AI systems to external tools and data…831 day agolive probed
Self ProtocolOpen-source zero-knowledge identity protocol (passport-based proof of…Multichain808 days agoinstall reproduced
Agentic Commerce Protocol (ACP)Open standard maintained by OpenAI and Stripe for connecting buyers, their AI…772 months agolive probed

Highest-scored in this layer, 6 of 34. All 34 →

How to choose. Registering an identity proves a key controls a record. It is not a claim about the agent behind it, and nothing in this layer verifies behaviour.

Security & preflight

Checks you run before an agent installs, connects, signs or trades: contract and token screening, endpoint checks, monitoring.

NameWhat it isChains⬡ ScoreLast activityChecked
Self ProtocolOpen-source zero-knowledge identity protocol (passport-based proof of…Multichain808 days agoinstall reproduced
Agent Skills HubA registry of AI agent skills that applies automated source-code scanning and…737 days agolive probed
GoPlus AgentGuardMIT-licensed runtime guard for AI coding agents: hook-level action blocking, a…683 days ago
PRXVTOpen-source privacy SDK that adds unlinkable, zero-knowledge payments on top of…Ethereum, Base, Polygon68install reproduced
ChainAwarePre-built MCP blockchain capability modules giving agents fraud detection, AML…Polygon, Ethereum, BNB Chain +4671 month agolive probed
COTIPrivacy infrastructure that gives MCP-compatible agents private wallets…COTI, Ethereum671 day agolive probed

Highest-scored in this layer, 6 of 15. All 15 →

How to choose. Nothing in this layer makes an agent safe. These tools surface signals; the decision, and the loss, stay yours.

Trading & DeFi venues

Where the agent actually trades: DEXs, aggregators, perps, lending and yield venues with programmatic access.

NameWhat it isChains⬡ ScoreLast activityChecked
RaydiumSolana AMM and DEX with an open-source TypeScript SDK V2 and public…Solana958 days agoinstall reproduced
JupiterSolana swap aggregator that routes trades across DEXs via a widely used API and…Solana841 day agoinstall reproduced
OrcaSolana concentrated-liquidity AMM (Whirlpools) with open-source TypeScript and…Solana835 days agolive probed
dYdXPerpetual futures DEX running on its own Cosmos SDK app-chain with…Cosmos, Ethereum, Base +5832 days agolive probed
Drift ProtocolOpen-source Solana perpetual futures DEX with TypeScript and Python SDKs and a…Solana812 months agoinstall reproduced
UniswapLeading multichain spot DEX with v4 hooks, official SDKs, and a hosted Trading…Ethereum, Base, Arbitrum +4802 days agolive probed

Highest-scored in this layer, 6 of 53. All 53 →

How to choose. No performance, returns or profitability is measured here, and none is implied by a score.

Starting stacks

Five ways the layers fit together, each built only from listings in this index and picked by the highest Sato Score in each layer. These are examples, not endorsements — we have not run these combinations end to end, and a higher score does not mean a better fit for your problem.

Per-layer pages with every listing: docs/index.md · per-listing pages: docs/listings/ · the full index is below.


Onchain Agents — the scored, daily-updated index of the crypto agent stack 431 resources · 29 chains · 428 scored · 156 independently checked · updated 2026-09-23 **428 scored** (evidence-only Sato Score, every product) · **156 independently checked ✓** (76 installs reproduced in isolated containers, 36 evidence-reviewed, 43 live endpoints probed) — and growing.

Every product listing carries a Sato Score — a 0–100 measure of how open, active, and verifiable it is. Independently checked means we reproduced its documented install in an isolated container, reviewed its verification evidence, or probed its live endpoint ourselves.

Follow SatoHub on X

🔌 Query it from your agent — one click:

Add to Cursor Add to VS Code

Claude Desktop: paste https://satohub.ai/api/mcp into Settings → Connectors. Claude Code: claude mcp add --transport http satohub https://satohub.ai/api/mcp. Everything else → MCP quickstart

🛠️ Build your agent — Agent Architect · describe it in a sentence, get the stack → satohub.ai/build

🖥️ SATO OS — Onchain Agent Mission Control · run it on any chain, any model, your machine

The stack | Starting stacks | Index | ⬡ Top | 📈 Movers | Live Agents | Standards | New this week | Contribute | satohub.ai ↗


An agent querying the index live over MCP

Built for agents as much as humans: a stable data/index.json (versioned schema), data/index.csv, llms.txt, and a live MCP endpoint your agent can query directly.

curl -s https://satohub.ai/api/export/index.json | jq '.resources[0]'

Use the data

SurfaceWhat it doesCall it
MCP34 tools over Streamable HTTP — search the index, read agent-economy numbers, look up a Passport, run a Preflight, ask for a routehttps://satohub.ai/api/mcp · quickstart
Skill / pluginthe same tools plus a guide on when to use them, for Claude Code, Codex, Cursor, Hermesnpx skills add satohubai/sato-hub-skill · /plugin marketplace add satohubai/sato-plugins
Preflightcheck a repo, package, MCP endpoint, ERC-8004 agent or ERC-20 token before you install, connect, pay or trade — every verdict names the rule that decided it, and unknown stays unknownGET https://satohub.ai/api/preflight · the page
Preflight in CIthe same check across a whole lockfile on every push, SARIF findings, plus a badge. unknown can never fail your buildsatohubai/preflight-action · POST https://satohub.ai/api/preflight/batch
Sato Routewhich venue to swap, hire an agent, launch a token or pay over x402 — the fee disclosed (including at zero) and every reason named. Recommend-only: it signs nothing and holds nothingGET https://satohub.ai/api/route/{swap,agent,launch,x402,lp} · the page
Sato Swapa swap that can refuse: both tokens, the venue and the recipient checked against your policy, the route simulated, then an UNSIGNED transaction or the rule that withheld one. unknown refuses by defaultPOST https://satohub.ai/api/swap/quote · the method
Sato Bota goal in plain words → a build plan made of real listings from this index/satobot · POST https://satohub.ai/api/satobot/plan
Deploy specthe machine-readable install manifest behind the ✓ column — what a project installs as, and what we reproducedthe standard
Signed responsesresponses can be signed Ed25519 so a downstream agent can verify a figure came from here unalteredJWKS · key metadata
Bulk exportthe whole catalog, JSON · CSV · NDJSON, CC-BY-4.0https://satohub.ai/api/export/index.json · all datasets · OpenAPI

No key, no account, no rate-limit deal to sign. A Sato Score is a measure of how open, active and verifiable a project is — not a safety, quality or returns grade.

Swap through a gate

An agent that can trade is an agent that can be talked into trading. Sato Swap is the other answer: the agent never holds a key, and what it asks for is an unsigned transaction. One call checks four targets — both tokens, the venue endpoint and the recipient — applies the owner's policy server-side, simulates the route, and returns either an unsigned object or the rule under which one was withheld. unknown refuses by default, and every refusal names the rule, the limit and the value it read. Nothing in the path holds a key, signs or broadcasts. The method · full rules.

Legend

  • ⬡ Score — the Sato Score: a 0–100 evidence-based measure of how open, active, and verifiable a project is. It is not a safety, quality, or returns grade (NEUTRALITY.md). Click a score for the full report.
  • Activity — observed liveness: 🟢 Active (≤30d) · 🟡 Recent (≤90d) · 🟠 Quiet (≤1y) · ⚪ Dormant.
  • — GitHub stars (refreshed daily).
  • — install reproduced by our Docker verification harness (methodology).
  • Every score links to the project's page on satohub.ai — full detail, provenance, and score history live there.
  • Want the stack picked for you? The Builder turns "what my agent should do" into a grounded plan from this index.

Index

Top of the index

Openness, activity, and verifiability — not a safety grade.

NameCategoryWhat it isChains⬡ ScoreActivity
RaydiumTrading ToolSolana AMM and DEX with an open-source TypeScript SDK V2 and public trade/routing API.Solana⬡ 95🟢 Active★ 349
BlockRun MCPMCPMCP server giving AI agents live data — markets, crypto, research, X — billed per call via x402 micropayments.Base, Solana⬡ 91🟢 Active★ 394
CoinGecko MCPMCPOfficial CoinGecko MCP: hosted free/pro endpoints for live prices, market data, and on-chain DEX analytics.Multichain⬡ 89🟢 Active★ 58
TradingAgentsAgent FrameworkAn open-source multi-agent LLM framework that simulates a trading firm with analyst, trader, and…⬡ 88🟢 Active★ 106.8k
Coinbase AgentKitDeveloper ToolCoinbase's toolkit for giving AI agents wallets and the ability to take onchain actions.Base, Ethereum, Multichain⬡ 88🟢 Active★ 1.3k
ElizaOSAgent FrameworkOpen-source TypeScript framework for building crypto-native multi-agent systems.Solana, Ethereum, Base +1⬡ 87🟢 Active★ 19.4k
Fetch.ai uAgentsAgent FrameworkPython framework for lightweight autonomous agents with built-in crypto-economic features.Cosmos, Ethereum⬡ 87🟢 Active★ 1.6k
BankrWallet InfrastructureCrypto execution layer and cross-chain wallet that lets agents and users trade, bridge, and manage assets via…Base, Ethereum, Polygon +7⬡ 87🟢 Active★ 1.2k
GOAT SDKSkill RepoCrossmint's open-source library of onchain actions (tools) for AI agents across chains.Ethereum, Base, Solana +1⬡ 87🟢 Active★ 1.0k
Trust Wallet Agent Kit (TWAK)Wallet InfrastructureNon-custodial toolkit from Trust Wallet (MCP server, CLI, and SDK) that lets AI agents read and transact…Ethereum, Base, Solana +6⬡ 87🟢 Active★ 101
Olas (Autonolas)Agent FrameworkNetwork and framework for co-owned autonomous agent services operating onchain.Ethereum, Gnosis, Base +1⬡ 87🟢 Active
0xGasless AgentKitWallet InfrastructureToolkit giving AI agents gasless access to crypto wallets and onchain functionality.BNB Chain, Avalanche, Base⬡ 86🟢 Active★ 415
x402API / SDKOpen payment protocol enabling agents and apps to pay for APIs over HTTP using stablecoins.Base, Ethereum, Multichain +1⬡ 86🟢 Active★ 158
DexPaprika MCP ServerMCPZero-config MCP access to DexPaprika's DEX data — tokens, liquidity pools, and OHLCV across 33 chains.Multichain⬡ 86🟢 Active★ 42
World AgentKitAPI / SDKSDK from World (Tools for Humanity) that lets AI agents present a zero-knowledge proof a verified human…Base⬡ 86🟢 Active★ 23

⬆ Back to Index

Agent Frameworks

30 entries · build & run agents — onchain-native frameworks and general harnesses · Related: Skills & Plugins · Developer Tools · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
TradingAgentsAn open-source multi-agent LLM framework that simulates a trading firm with analyst, trader, and…⬡ 88🟢 Active★ 106.8k
ElizaOSOpen-source TypeScript framework for building crypto-native multi-agent systems.Solana, Ethereum, Base +1⬡ 87🟢 Active★ 19.4k
Fetch.ai uAgentsPython framework for lightweight autonomous agents with built-in crypto-economic features.Cosmos, Ethereum⬡ 87🟢 Active★ 1.6k
Olas (Autonolas)Network and framework for co-owned autonomous agent services operating onchain.Ethereum, Gnosis, Base +1⬡ 87🟢 Active
OpenClawOpen-source self-hosted personal AI agent framework with a public skill registry (ClawHub) that runs across…⬡ 84🟢 Active★ 390.2k
Hermes AgentOpen-source self-improving AI agent from Nous Research with a built-in learning loop and one-step migration…⬡ 84🟢 Active★ 247.5k
AlmanakAn AI-agent framework and non-custodial vault protocol for designing, backtesting, and deploying automated…Multichain, Ethereum, Arbitrum +8⬡ 83🟢 Active★ 61
OpenAI CodexOpenAI's agentic coding tool (CLI, IDE, and cloud) that runs agents and connects to MCP servers and skills.⬡ 80🟢 Active★ 124.8k
Claude CodeAnthropic's agentic command-line coding tool that runs agents and loads Agent Skills, including onchain…⬡ 76🟢 Active★ 146.7k
IntentKitOpen-source, self-hosted framework for running collaborative clusters of onchain AI agents.⬡ 76🟡 Recent★ 6.5k
NEAR Shade Agent FrameworkFramework for TEE-hosted agents that hold assets and sign on many chains via NEAR chain signatures, with…Near, Ethereum, Bitcoin +2⬡ 75🟢 Active★ 2
Lucid AgentsCommerce SDK for bootstrapping AI agents that can pay, sell, and transact onchain.Base, Ethereum, Solana⬡ 71🟡 Recent★ 196
OpenServTypeScript SDK and platform for building, orchestrating, and monetizing collaborative AI agents.Multichain⬡ 71🟠 Quiet★ 137
Arbitrum VibekitArbitrum-native, MCP-first agent framework with A2A and x402 support, backed by an Arbitrum Foundation grant…Arbitrum⬡ 71🟡 Recent★ 53
IronClawNEAR AI's open-source secure agent runtime that runs agent workloads inside hardware TEEs on NEAR AI Cloud.Near⬡ 68🟢 Active★ 12.6k
GAME SDK (Virtuals Protocol)Virtuals Protocol's official Python SDK for building autonomous agents with planning, worker, and function…Base⬡ 64🟠 Quiet★ 100
Grok CLIOpen-source terminal coding agent for the xAI Grok API — community-built, not affiliated with xAI.⬡ 62🟡 Recent★ 3.4k
Starknet AgenticOfficial Starknet-ecosystem infra for self-custodial agents: Cairo contracts, MCP/A2A runtimes, and…Starknet⬡ 60🟢 Active★ 80
LumoKitLightweight AI toolkit framework offering on-chain actions and research abilities for Solana.Solana⬡ 60⚪ Dormant★ 6
Snak (Starknet Agent Kit)NestJS-based toolkit for building AI agents that interact with Starknet, supporting multiple LLM providers.Starknet⬡ 59🟠 Quiet★ 96
Injective AgentsA platform for deploying autonomous AI trading agents on Injective with onchain identity, order-book trading…Injective, Cosmos⬡ 58⚪ Dormant★ 46
Ping Agent KitOpen-source Solana agent-integration kit with a plugin architecture spanning tokens, NFTs, DeFi, and Blinks.Solana⬡ 56⚪ Dormant★ 4
Warden ProtocolA Cosmos SDK Layer 1 with EVM compatibility positioned as a settlement and distribution layer for AI agents.Cosmos, Ethereum, Base +2⬡ 56
DaydreamsFramework and tooling for building AI agents for onchain commerce.⬡ 51🟠 Quiet★ 584
Cambrian Agent KitTypeScript SDK giving AI agents direct access to Sei DeFi protocols: swaps, lending, staking, and perps.Sei⬡ 51⚪ Dormant★ 11
WayfinderOmnichain protocol that lets AI agents navigate blockchains and execute transactions via natural-language…Multichain, Arbitrum, Base +1⬡ 51
listen (DeFAI toolkit)Rust toolkit pairing the rig LLM framework with Solana trading primitives, including Jito bundle submission.Solana⬡ 49🟠 Quiet★ 1.1k
Spectral SyntaxA no-code platform from Spectral Labs that turns natural-language prompts into autonomous onchain agents with…Base, Ethereum⬡ 42
ManusGeneral-purpose autonomous AI agent that executes multi-step tasks and can run onchain agent skills.⬡ 41
Cod3xA DeFAI platform to create no-code AI agents that translate natural-language intent into onchain DeFi…Multichain, Hyperliquid, Arbitrum⬡ 31

⬆ Back to Index

MCP Servers

143 entries · plug-in tool servers your agent calls over the Model Context Protocol · Related: Skills & Plugins · Data & APIs · Browse + filter on satohub.ai →

Trading & DeFi (56)

NameWhat it isChains⬡ ScoreActivity
CoinGecko MCPOfficial CoinGecko MCP: hosted free/pro endpoints for live prices, market data, and on-chain DEX analytics.Multichain⬡ 89🟢 Active★ 58
DexPaprika MCP ServerZero-config MCP access to DexPaprika's DEX data — tokens, liquidity pools, and OHLCV across 33 chains.Multichain⬡ 86🟢 Active★ 42
Gate MCP ServerOfficial Gate MCP: hosted endpoints for market data, info, and news, plus OAuth-gated CEX trading and DEX…Multichain⬡ 84🟠 Quiet★ 27
Bybit Trading MCPOfficial Bybit MCP for market data, trading, positions, wallet, and portfolio via REST and WebSocket.Multichain⬡ 82🟢 Active★ 34
AIBTC MCP ServerBitcoin-native MCP server: BTC/STX wallets, L1 reads and transfers, Stacks, sBTC, and x402 payments.Bitcoin⬡ 82🟢 Active★ 10
BNB Chain MCPDeveloper MCP tools for AI crypto agents on BNB Chain: DeFi trading, DEX swaps, and contract deployment.BNB Chain⬡ 81🟢 Active★ 32
Crypto.com AI ToolsOfficial Crypto.com CLI/MCP server for exchange trading, plus a hosted keyless market-data MCP.⬡ 81🟡 Recent★ 24
AlgoVault Quant Signal MCPMCP server for crypto-perps research signals, funding-rate arbitrage scans, and market-regime data.Multichain⬡ 81🟢 Active★ 8
CoW MCPCommunity MCP server for CoW Protocol: quotes, token/chain lookup, trade history, and EIP-712 order payloads.Multichain⬡ 81🟠 Quiet★ 0
Arcadia MCPOfficial Arcadia Finance MCP for concentrated-liquidity strategies on Uniswap and Aerodrome.Base, Optimism⬡ 78🟢 Active★ 5
deBridge MCPdeBridge's official MCP for cross-chain and same-chain token swaps, fee estimation, and trade execution.Multichain⬡ 76🟢 Active★ 32
Philidor MCPHosted MCP scoring risk across 700+ DeFi vaults on Morpho, Aave, Spark, Yearn, and Beefy for agent due…Ethereum, Base, Arbitrum +3⬡ 76🟠 Quiet★ 4
Sperax Crypto MCPOfficial Sperax MCP for USDs/SPA protocol data: peg health, collateral, yield strategies, and vault risk on…Arbitrum, BNB Chain⬡ 74🟢 Active★ 16
Web3 Research MCPLocal, keyless MCP for structured crypto token research: web/news/image/video search plus CoinGecko and…⬡ 73🟢 Active★ 162
Jupiter Trading MCP + CLIJupiter's hosted read-write MCP server: 75 tools across swap, limit/DCA, lend, perps-adjacent prediction…Solana⬡ 72🟠 Quiet★ 60
Binance MCP Server (community)Community-built MCP server for Binance exchange data in trading-agent workflows. Not official Binance.Multichain⬡ 72🟡 Recent★ 47
TradingView MCP ServerCommunity Python MCP for TradingView-style screening: 30+ technical-analysis tools across Binance, KuCoin…Multichain⬡ 69🟢 Active★ 4.6k
Alpaca MCP ServerOfficial Alpaca MCP for stock, options, and crypto trading, portfolio and order management, and market data.⬡ 69🟢 Active★ 962
Polymarket MCP ServerCommunity Polymarket MCP with 45 tools: market discovery, analysis, trading, portfolio, and WebSocket…Polygon⬡ 68🟢 Active★ 675
Nansen MCPOfficial Nansen MCP exposing smart-money and wallet-labeling data across 25+ chains.Multichain⬡ 67
OpenSea MCPOfficial hosted OpenSea MCP: NFT, token, and wallet data plus swap quotes and mint actions for agents.Multichain⬡ 67
Zerion MCPZerion's hosted MCP server exposing normalized wallet balances, DeFi positions, NFTs, and PnL across EVM…Multichain⬡ 67
Sui MCP ServerCommunity MCP server for Sui: wallet and session tools, coin/object/transaction queries, staking, SuiNS, and…Sui⬡ 66🟢 Active★ 1
Bitget Agent HubOfficial Bitget toolkit: MCP server, CLI, SDK, and skills for spot, futures, and account operations.⬡ 65🟡 Recent★ 223
Alchemy MCP ServerOfficial Alchemy MCP server exposing token, NFT, transaction, and wallet-execution tools to agents.Multichain⬡ 65🟡 Recent★ 88
Pyth MCPOfficial hosted Pyth Network MCP server for price-feed discovery and real-time/historical market data.Multichain⬡ 65
Algorand MCPGoPlausible's Algorand MCP: agent wallets, transaction building/signing, TEAL, DEX aggregation, full…⬡ 64🟡 Recent★ 44
Hive Intelligence Crypto MCPHosted MCP exposing 375+ crypto tools spanning market data, DeFi analytics, security scans, and wallet data.Multichain⬡ 62
LI.FI MCPOfficial hosted LI.FI MCP server for read-only cross-chain swap quotes and route discovery.Multichain⬡ 62
Universal Crypto MCPPlugin-based monorepo MCP: EVM+Solana wallets, DEX aggregation, x402 payments, CEX trading, market data…Multichain⬡ 61🟡 Recent★ 39
TradeRouter MCPMCP Registry-listed server for non-custodial Solana trading: swaps, limit, trailing, TWAP, DCA, and combo…Solana⬡ 61🟠 Quiet★ 3
BitGo MCPBitGo's official Developer Portal MCP for natural-language search over its institutional wallet API docs.Multichain⬡ 61
Yield.xyz AgentKit (MCP + x402)Non-custodial onchain yield API for agents: discover, assess, enter and exit 3,300+ staking/lending/RWA…Base, Ethereum, Solana +3⬡ 61
CCXT MCPCCXT-backed MCP server for multi-exchange market data, order books, balances, orders, and trade history.Multichain⬡ 59🟠 Quiet★ 93
Binance MCP (nirholas)Community Binance MCP with 478+ tools across spot, margin, futures, staking, NFT, and copy trading.⬡ 57🟡 Recent★ 32
Octav API MCPOfficial Octav MCP exposing portfolio holdings, DeFi positions, NAV, and transaction history across 20+…Multichain⬡ 56🟡 Recent★ 0
Hummingbot MCPOfficial Hummingbot MCP server bridging agents to a Hummingbot API instance for multi-exchange trading.⬡ 51🟠 Quiet★ 59
DeFi Trading MCPMCP server that turns an AI assistant into an autonomous DeFi trading agent.Ethereum, Base, Polygon +5⬡ 51🟠 Quiet★ 52
Gate for AIGate.io's official AI infrastructure: CEX/DEX trading, wallet, news, and info MCP tools for agents.Multichain⬡ 50🟠 Quiet★ 35
Haiku DeFi MCPDeFi execution MCP: swaps, lending, bridges, yield discovery, and portfolio analysis with external wallet…Multichain⬡ 50🟠 Quiet★ 2
ChangeNOW MCPOfficial ChangeNOW remote MCP server: quote, create and track cross-chain crypto swaps. Non-custodial, no…Bitcoin, Ethereum, Solana +2⬡ 50
1inch Business MCPOfficial 1inch MCP: docs search, code examples, and Business API access for swaps, portfolio, and pricing.Multichain⬡ 50
Injective MCPOfficial Injective MCP for natural-language queries and trading, incl. spot and perpetual futures.Injective⬡ 48
QuantConnect MCPOfficial open-source QuantConnect MCP for quant project management, doc search, code checks, and backtesting.⬡ 48
Tether WDK MCP ToolkitOfficial Tether toolkit exposing self-custodial WDK wallet ops — balances, transfers, swaps, bridging — as…Multichain⬡ 48
Phantom MCPPhantom's MCP server that lets AI agents view addresses, sign transactions, swap, and transfer tokens across…Solana, Ethereum, Bitcoin +2⬡ 43
Heurist Mesh MCPMCP gateway to Heurist Mesh's 30+ hosted Web3 intelligence agents: token data, DEX pools, X analytics…Multichain⬡ 41🟠 Quiet★ 63
BlockBeats MCPOfficial BlockBeats MCP: crypto newsflashes, articles, market metrics, ETF flows, and macro signals.Multichain⬡ 41🟠 Quiet★ 43
TON AgentKit MCPTON's official @ton/mcp server for wallet operations, transfers, swaps, and NFT management on TON.TON⬡ 40
Jupiter MCP ServerOpen-source MCP servers that let AI agents execute Solana token swaps via Jupiter's Ultra aggregation API.Solana⬡ 35⚪ Dormant★ 29
Bitquery MCPHosted MCP endpoint for natural-language queries over Bitquery's trading, OHLC, and token-economics datasets.Multichain⬡ 25
Coinbase for Agents MCPCoinbase's remote MCP server: an agent signs in with Coinbase OAuth to trade crypto, US stocks/ETFs and…Base, Multichain⬡ 25
Robinhood Trading MCPRobinhood's first-party MCP server: an agent reads the account and trades equities, options and crypto in a…⬡ 22
Base MCP (Base Account gateway)Base's hosted MCP gateway: Claude/ChatGPT/Cursor propose swaps, transfers and app actions; the user signs in…Base⬡ 20
LunarCrush MCPOfficial LunarCrush MCP delivering real-time social sentiment, trends, and market signals to agents.Multichain⬡ 20
Binance Agent OS (Binance MCP Server)Binance's official agent access layer. It pairs a hosted OAuth MCP server for spot, margin, convert and…BNB Chain⬡ 19

Data & Analytics (43)

NameWhat it isChains⬡ ScoreActivity
BlockRun MCPMCP server giving AI agents live data — markets, crypto, research, X — billed per call via x402 micropayments.Base, Solana⬡ 91🟢 Active★ 394
Boar Blockchain MCPBlockchain infrastructure MCP from Boar Network, with setup guides and free-tier access paths.Multichain⬡ 84🟠 Quiet★ 12
Vybe Solana MCPHosted Solana MCP from Vybe Network: schema browsing plus live Solana API calls, no local deployment.Solana⬡ 83🟠 Quiet★ 213
Across MCPOfficial Across Protocol hosted MCP: docs search, chain data, and live bridge fees at mcp.across.to.Multichain⬡ 83🟡 Recent★ 1
Bitcoin MCP (Bortlesboat)Zero-config Bitcoin data MCP: fees, mempool, blocks, transactions, mining, price, and supply.Bitcoin⬡ 81🟢 Active★ 3
Insumer MCP ServerMCP for condition-based access checks: signed boolean attestations across 37 chains without exposing balances.Multichain⬡ 81🟢 Active★ 1
Blockscout MCP ServerWraps Blockscout explorer APIs so agents can query balances, tokens, NFTs, and contract data across chains.Multichain⬡ 80🟢 Active★ 46
Hedera MCPCommunity MCP for Hedera: Mirror Node reads plus 73 build-only tools across accounts, HTS, HCS, EVM, and…⬡ 78🟢 Active★ 0
MetaMask Embedded Wallets MCPOfficial Web3Auth MCP for integrating MetaMask Embedded Wallets: live SDK docs, examples, and type lookup.Multichain⬡ 76🟠 Quiet★ 4
CoinPaprika MCPOfficial CoinPaprika MCP: 30 tools for prices, tickers, OHLCV, and exchange data across 8,000+ coins.Multichain⬡ 76🟡 Recent★ 0
Celo MCPOfficial Celo MCP server for querying the Celo ecosystem, chain data, and developer workflows.Ethereum⬡ 73🟢 Active★ 5
Crypto APIs MCP ServersOfficial Crypto APIs MCP suite: hosted endpoint plus per-package servers for balances, blocks, txs, fees, and…Multichain⬡ 73🟠 Quiet★ 0
Bankless Onchain MCPMCP server providing AI assistants read access to onchain data via the Bankless API.Ethereum, Base, Multichain⬡ 70🟠 Quiet★ 80
Coinbase x402 Bazaar (Discovery API + MCP)Public, keyless catalog of x402 payment-gated services indexed by the CDP facilitator, searchable by intent…Base⬡ 70
Allium MCPAllium's official MCP for querying its multichain blockchain data warehouse via SQL over 80+ chains.Multichain⬡ 69
Tari MCP ServersOfficial Minotari wallet and node MCP servers for local agent access to Tari blockchain data and transactions.⬡ 66🟢 Active★ 499
MCP Crypto PriceMCP server exposing CoinCap-backed crypto pricing, market stats, and technical indicators as agent-callable…Multichain⬡ 66🟢 Active★ 39
CoinStats MCPOfficial hosted CoinStats MCP for portfolio, wallet, and market data across 120+ chains via OAuth.Multichain⬡ 65🟡 Recent★ 16
Avalanche Builder Hub MCPAva Labs' read-only MCP exposing Builders Hub docs, code search, and Avalanche chain data to AI clients.Avalanche⬡ 65
LayerZero Docs MCPOfficial hosted LayerZero documentation MCP: real-time doc search via a single SearchLayerZero tool.Multichain⬡ 65
Hashnet MCP ServerHashgraph Online MCP for agent discovery, chat, registration, workflows, and Hedera agent interactions.⬡ 64🟢 Active★ 13
EVM MCP ServerMCP server exposing 22 tools across 60+ EVM chains: balances, contracts, token transfers, ENS, block/tx data.Multichain⬡ 62🟡 Recent★ 382
Santiment MCPOfficial OAuth-backed Santiment MCP for on-chain, social, and financial crypto metrics.Multichain⬡ 62
thirdweb AIThirdweb's MCP toolkit bundling Nebula, Insight, Engine, and Storage for onchain agent building.Multichain⬡ 61⚪ Dormant★ 18
Tatum Blockchain MCPOfficial Tatum MCP exposing blockchain data and RPC gateway access across 130+ networks.Multichain⬡ 59🟠 Quiet★ 15
Nodit MCP ServerOfficial Nodit MCP server giving agents normalized multi-chain blockchain data across EVM and non-EVM…Multichain⬡ 57🟠 Quiet★ 24
CryptoQuant MCPOfficial CryptoQuant MCP server exposing on-chain metrics like MVRV, SOPR, and exchange flows to agents.Multichain⬡ 57🟠 Quiet★ 6
GoldRush MCP (Covalent)Covalent's official GoldRush MCP: 50+ tools for multichain wallet balances and token data.Multichain⬡ 57
Sei MCPOfficial Sei MCP: wallet/account management, SEI transfers, and ERC20/721/1155 token operations.Sei⬡ 56
Robinhood Chain MCPMIT stdio MCP server for Robinhood Chain: 105 read/build tools (RPC, precompiles, Stock Tokens, Uniswap v4…Robinhood Chain⬡ 54🟡 Recent
Memecoin Observatory MCPSolana MCP server for memecoin launch detection, whale tracking, and rugpull risk scanning.Solana⬡ 52🟠 Quiet★ 24
Helius MCPOfficial Helius MCP server for Solana: wallet, asset, transaction, and chain-state tools via npm package.Solana⬡ 50
Maestro MCP ServerOfficial Maestro Bitcoin MCP: indexer, mempool, price, and node RPC data via hosted mainnet/testnet endpoints.Bitcoin⬡ 47🟠 Quiet★ 24
Erigon MCPOpen-source MCP built into the Erigon Ethereum client, exposing 40+ read-only JSON-RPC and node-data tools.Ethereum⬡ 44
Chainbase MCPOfficial hosted Chainbase MCP for token prices, holders, wallet balances, and NFT data via natural language.Multichain⬡ 40
QuickNode MCPOfficial remote MCP for managing QuickNode blockchain endpoints, rate limits, security, and billing via…Multichain⬡ 35
Polkadot MCPRead-only Rust stdio MCP for Polkadot, Kusama, and parachains: accounts, governance, staking, and chain state.⬡ 32🟠 Quiet★ 0
RWA Pipe MCPMCP server for tokenized real-world asset data: RWA token discovery, TVL/APY, issuer and chain filters, and…Multichain⬡ 32🟠 Quiet★ 0
Messari MCPOfficial hosted Messari MCP for crypto research: market data, on-chain metrics, and news across 40,000+…Multichain⬡ 28
CoinMarketCap MCPOfficial CoinMarketCap hosted MCP for quotes, technical analysis, on-chain metrics, and market data.Multichain⬡ 27
Birdeye MCPOfficial hosted MCP for real-time and historical crypto market data across 8M+ tokens.Multichain⬡ 25
Dune MCPOfficial Dune remote MCP for generating, running, and visualizing DuneSQL queries and dashboards from an…Multichain⬡ 25
Token Terminal MCPOfficial hosted Token Terminal MCP with a research tool over onchain project/protocol financials.Multichain⬡ 25

Payments (7)

NameWhat it isChains⬡ ScoreActivity
MERX MCPTRON infrastructure MCP (hosted SSE + local stdio): energy/bandwidth prices, resource optimization, and…Tron⬡ 84🟠 Quiet★ 3
PayRam MCPPayRam's MCP server for self-hosted crypto payments: hosted endpoints and agent payment workflows.Multichain⬡ 74🟠 Quiet★ 156
Lightning Wallet MCPBitcoin Lightning wallet MCP and CLI for agent payments: invoices, sends, and L402 support.Bitcoin⬡ 73🟢 Active★ 9
LNbits MCPOpen-source MCP server for the LNbits Lightning accounts system: wallet balances, payments, and admin tools.Bitcoin⬡ 58🟠 Quiet★ 4
x402node MCPMCP server that discovers x402-paid APIs via CDP Bazaar and handles USDC micropayments on Base.Base, Solana⬡ 57🟡 Recent★ 1
TensorFeed x402 Base MCPRead-only Base mainnet MCP for x402: verify USDC settlements, parse x402 manifests, probe endpoints, decode…Base⬡ 56🟡 Recent★ 2
Alby MCPOfficial Alby MCP connecting Bitcoin Lightning wallets to agents via Nostr Wallet Connect.Bitcoin⬡ 54🟡 Recent★ 67

Wallets & Identity (4)

NameWhat it isChains⬡ ScoreActivity
BSV MCPMIT-licensed MCP toolset for Bitcoin SV: wallet operations, ordinals, and BSV blockchain utilities.Bitcoin⬡ 69🟢 Active★ 22
Rootstock MCP ServerOfficial Rootstock MCP: wallets, RBTC/ERC-20 balances and transfers, tx status, and contract deployment.Bitcoin⬡ 64🟡 Recent★ 3
go-sui-mcpGo-based MCP server wrapping the local Sui client: node management and chain interactions for agents.Sui⬡ 60🟡 Recent★ 1
Privy MCP ServerOfficial Privy MCP server: create wallets, sign transactions, and manage policies across 11 chains.Multichain⬡ 58🟠 Quiet★ 2

Privacy & Security (4)

NameWhat it isChains⬡ ScoreActivity
Mina MCP ServerOfficial Mina Protocol MCP server for Mina blockchain tooling and developer workflows.⬡ 72🟠 Quiet★ 0
BICScan MCPAhnLab's BICScan MCP server: blockchain address risk scoring and asset lookups over the BICScan API.Multichain⬡ 61🟠 Quiet★ 17
SolanaShield MCPMIT-licensed MCP server that runs vulnerability-pattern checks against Solana smart contracts.Solana⬡ 50🟠 Quiet★ 0
OpenZeppelin MCPOfficial OpenZeppelin MCP for generating template-based smart contracts in Solidity, Cairo, Stylus, and…Ethereum, Arbitrum, Multichain⬡ 38

Build & Infra (1)

NameWhat it isChains⬡ ScoreActivity
Neynar MCPOfficial Neynar hosted MCP exposing Farcaster's OpenAPI spec and Node.js SDK to AI coding assistants.⬡ 40

General (28)

NameWhat it isChains⬡ ScoreActivity
SODAX Builders MCPMCP server giving AI coding agents live access to SODAX's cross-network DeFi API across 20+ chains.Ethereum, Base, Arbitrum +2⬡ 78🟡 Recent★ 9
Klever MCPOfficial MCP server for the Klever blockchain — smart contract development, account/asset queries, and…⬡ 76🟠 Quiet★ 31
Starknet MCPOfficial Starknet MCP server exposing the full Starknet JSON-RPC v0.10.2 surface as agent tools.Starknet⬡ 75🟢 Active★ 115
Cryptopolitan MCPMCP server serving Cryptopolitan's crypto news, analysis, and price data via SSE and HTTP endpoints.⬡ 73🟠 Quiet★ 4
Monad Agent KitMCP toolkit for AI agents to send transactions and deploy/verify contracts on Monad with local-only key…Monad⬡ 72
VeChain MCP ServerOfficial VeChain MCP server exposing ecosystem resources and VeChain developer workflows to agents.⬡ 71🟡 Recent★ 5
Official Solana MCP ServerSolana Foundation's official MCP serving live developer docs, semantic search, and a program autofixer.Solana⬡ 69🟡 Recent★ 79
Chainstack MCPOfficial remote Streamable HTTP MCP: Chainstack docs search, platform status, live pricing, and node…Multichain⬡ 65
Aptos MCPOfficial Aptos MCP server: Move dev guidance, Geomi project automation, and sponsored-transaction setup.Aptos⬡ 63🟡 Recent★ 13
XRPL MCP (RomThpt)Community MCP server providing blockchain services for the XRP Ledger ecosystem.XRP Ledger⬡ 63🟢 Active★ 13
Forta Risk Graph MCPOAuth-gated MCP over a live graph of positions, governance, oracles, custody and backing, answering…Multichain⬡ 60🟢 Active★ 1
Indigo Protocol Cardano MCPCardano wallet MCP server — submit transactions, read UTxOs, resolve ADAHandles, and check stake delegation.⬡ 58🟠 Quiet★ 4
Blockchain Academics MCPMCP server exposing 99 tools for crypto market data, on-chain analytics, news, and entity dossiers.Multichain⬡ 58🟡 Recent★ 1
Multichain MCPSingle MCP server for balance/price reads and unsigned transfer prep across Stacks, Celo, and Base.Base, Multichain⬡ 57🟡 Recent★ 1
Deside MCPMCP server for wallet-to-wallet messaging and agent identity resolution on Solana.Solana⬡ 55🟡 Recent★ 0
Squads MCPCommunity MCP server letting agents create, vote on, and manage Squads Solana multisig proposals.Solana⬡ 54⚪ Dormant★ 3
eth-mcpMCP server enabling agents to build and deploy Ethereum apps with Scaffold-ETH — clone, fork, deploy, and run…Ethereum⬡ 54🟠 Quiet★ 0
JustaName ENS MCPMCP server for ENS — resolve names to addresses, reverse lookups, text records, subdomains, and registration…Ethereum⬡ 52🟠 Quiet★ 8
Linea MCPCommunity MCP server with on-chain tools for AI applications to interact with the Linea blockchain.⬡ 51🟠 Quiet★ 2
Lido MCPMCP server for Lido liquid staking: stake, unstake, wrap, vote, and monitor yields on Ethereum.Ethereum⬡ 48🟠 Quiet★ 2
Aave MCP by JunctHosted MCP server exposing tools mapped 1:1 to Aave's analytics API, no auth required.Ethereum, Base, Arbitrum +2⬡ 47🟠 Quiet★ 0
Ultrade MCPMCP server for Ultrade's order-book DEX — wallet, market, and order tools for AI trading agents.Multichain⬡ 46⚪ Dormant★ 5
Chainlink MCP ServerMCP server exposing Chainlink Data Feeds, VRF, Automation, CCIP, and Proof of Reserve.Multichain⬡ 46
Euler MCP by JunctHosted MCP server with 16 tools for Euler lending-protocol rates and positions.Ethereum, Base⬡ 43🟠 Quiet★ 0
Mercury x402 MCPPay-per-call MCP server (x402, USDC on Base) offering keyless web-read, structured extraction, and markdown…Base, Polygon, Avalanche +1⬡ 35
SOLx402 MCP ServerMCP server bridging AI assistants to the x402 micropayment protocol on Solana, so agents can discover and pay…Solana⬡ 27🟠 Quiet★ 7
OpenDexterAgent middleware (npm/MCP) that discovers, prices, and pays for paid APIs with multi-chain USDC, tracking…Solana, Base, Polygon +3⬡ 26
Tenderly MCPOfficial Tenderly MCP: gasless EVM transaction simulation, tracing, and contract inspection across 100+…Multichain⬡ 25

⬆ Back to Index

Wallet Infrastructure

33 entries · keys, wallets, and signing rails that let agents hold and move assets · Related: Trading & DeFi · Security · Browse + filter on satohub.ai →

Trading & DeFi (8)

NameWhat it isChains⬡ ScoreActivity
BankrCrypto execution layer and cross-chain wallet that lets agents and users trade, bridge, and manage assets via…Base, Ethereum, Polygon +7⬡ 87🟢 Active★ 1.2k
Trust Wallet Agent Kit (TWAK)Non-custodial toolkit from Trust Wallet (MCP server, CLI, and SDK) that lets AI agents read and transact…Ethereum, Base, Solana +6⬡ 87🟢 Active★ 101
0xGasless AgentKitToolkit giving AI agents gasless access to crypto wallets and onchain functionality.BNB Chain, Avalanche, Base⬡ 86🟢 Active★ 415
Swapper ToolkitDeFi toolkit that gives AI agents and coding assistants wallets to deposit funds, execute trades, and manage…Ethereum, Base, Arbitrum +5⬡ 59🟠 Quiet★ 4
MetaMask Agent WalletSelf-custodial MetaMask wallet for AI agents with built-in transaction simulation, threat scanning, and…Ethereum, Base, Arbitrum +7⬡ 57🟠 Quiet
WAIaaSWallet-as-a-Service infrastructure for AI agents.Solana, Ethereum, Polygon +5⬡ 54🟠 Quiet★ 26
MegaETHReal-time Ethereum L2 (~10ms blocks) with a native agent stack: the MOSS embedded wallet lets agents act…MegaETH, Ethereum⬡ 50
Alchemy AgentPayAlchemy's payment proxy for AI agents — every API request is authenticated, metered, and settled…Base, Multichain⬡ 37

Data & Analytics (1)

NameWhat it isChains⬡ ScoreActivity
Coinbase Agentic WalletsCoinbase Developer Platform wallet infrastructure built for AI agents, with spend caps, gasless Base…Base, Solana, Multichain⬡ 44

Payments (5)

NameWhat it isChains⬡ ScoreActivity
PrivyEmbedded and server wallet infrastructure used to give agents secure key management.Ethereum, Base, Solana +1⬡ 83🟢 Active
AgentiGives any AI agent a crypto wallet to pay x402 APIs, receive USDC, and check balances.Ethereum, Base, Arbitrum +2⬡ 66🟢 Active★ 79
Circle Agent StackCircle's official agent toolkit: Circle CLI, policy-controlled Agent Wallets, gasless USDC Nanopayments, an…Base, Polygon, Ethereum +5⬡ 62🟢 Active★ 30
Laso FinanceStablecoin-to-real-world spending for agents: prepaid and gift cards, Venmo/PayPal/ACH payouts. Callable via…Base, Solana⬡ 60
Cobo Agentic WalletNon-custodial MPC wallet for AI agents with cryptographically enforced human rules, plus a WaaS Skill for…Ethereum, Solana, Base +3⬡ 48

Wallets & Identity (4)

NameWhat it isChains⬡ ScoreActivity
TurnkeySecure key management infrastructure with policy controls, commonly used for agent wallets.Ethereum, Base, Solana +1⬡ 83🟢 Active
Open Wallet Standard (OWS)Open, local-first standard + CLI/SDK for agent wallets: encrypted keystore, policy checks before signing…Bitcoin, Ethereum, Solana +3⬡ 66🟢 Active★ 370
Ledger Agent StackLedger's toolkit for AI agents: headless Ledger Wallet CLI + agent skills. Agents propose, a Ledger device…Multichain⬡ 61🟢 Active★ 6
TON Agentic WalletsOpen, non-custodial TON wallet standard for AI agents: user funds a per-agent wallet, sets a budget, can swap…TON⬡ 51🟠 Quiet★ 13

General (15)

NameWhat it isChains⬡ ScoreActivity
Q402 (Quack AI)Gasless stablecoin payment relay and managed Agent Wallets across 12 EVM chains (EIP-712 + EIP-7702), with an…BNB Chain, Ethereum, Avalanche +4⬡ 77🟢 Active★ 0
VultisigSeedless MPC wallet whose vaults are programmable by agents through a TypeScript SDK, a CLI and an MCP…Bitcoin, Ethereum, Solana +12⬡ 72🟢 Active★ 13
MetaMask Delegation FrameworkMetaMask's official smart-account delegation contracts — grant an AI agent scoped, revocable permissions…Ethereum, Base, Multichain⬡ 62🟡 Recent★ 219
Metaplex Agent Kit (mpl-agent)Solana program binding a verifiable on-chain identity PDA to an agent, so agents can hold assets without…Solana⬡ 59🟡 Recent★ 2
Safe Wallet MCP (safer)CLI and MCP client for querying Safe{Wallet} multisig transactions and owner/threshold details.Ethereum, Base, Polygon +1⬡ 54⚪ Dormant★ 3
Circle Agent Stack MCPMCP wrapper around Circle's Agent Stack — create USDC wallets, set spend policies, send stablecoin, and pay…Ethereum, Base⬡ 52🟠 Quiet★ 1
SolenticZero-custody Solana staking MCP server with 26 tools for staking, unstaking, validator lookup, and APY data.Solana⬡ 50🟠 Quiet★ 0
BotWallet MCPNon-custodial wallet MCP for AI agents to invoice, get paid, and spend on other agents/APIs, with human-set…Solana⬡ 49🟠 Quiet★ 2
ParaMPC embedded-wallet platform (SOC 2 Type II) with an MCP server for AI agents to create and sign wallets…Multichain⬡ 48
ZeroDevERC-4337 smart-account SDK (Kernel) with session keys, gas sponsorship, and batched transactions for agent…Multichain⬡ 48
MetaMask mcp-x402MetaMask's own MCP server for generating x402 payment headers signed by a supplied private key.Ethereum, Base⬡ 46🟠 Quiet★ 2
OktoCoinDCX's embedded-wallet SDK: MPC key management, social login and chain-abstracted transactions across EVM…Ethereum, Polygon, Solana +2⬡ 46
Purple Flea WalletNon-custodial HD wallet MCP server for AI agents with cross-chain swaps via the Wagyu aggregator.Multichain⬡ 42🟠 Quiet★ 0
Para Wallet SkillPortable SKILL.md for Para's MPC embedded-wallet SDK, letting coding agents wire up seedless wallet…Solana, Ethereum, Cosmos⬡ 35
Crossmint Solana Smart WalletsSmart-contract wallet SDK (50+ chains incl. Solana) with modular TEE/passkey signers and onchain permissions…Solana, Multichain⬡ 34

⬆ Back to Index

Trading & DeFi

53 entries · DEXs, perps, swaps, and DeFi tooling agents trade through · Related: Wallet Infrastructure · Data & APIs · Browse + filter on satohub.ai →

Trading & DeFi (31)

NameWhat it isChains⬡ ScoreActivity
RaydiumSolana AMM and DEX with an open-source TypeScript SDK V2 and public trade/routing API.Solana⬡ 95🟢 Active★ 349
JupiterSolana swap aggregator that routes trades across DEXs via a widely used API and SDKs.Solana⬡ 84🟢 Active
OrcaSolana concentrated-liquidity AMM (Whirlpools) with open-source TypeScript and Rust SDKs.Solana⬡ 83🟢 Active★ 540
dYdXPerpetual futures DEX running on its own Cosmos SDK app-chain with REST/WebSocket and gRPC APIs.Cosmos, Ethereum, Base +5⬡ 83🟢 Active★ 345
Drift ProtocolOpen-source Solana perpetual futures DEX with TypeScript and Python SDKs and a self-hosted HTTP gateway.Solana⬡ 81🟡 Recent★ 395
UniswapLeading multichain spot DEX with v4 hooks, official SDKs, and a hosted Trading API.Ethereum, Base, Arbitrum +4⬡ 80🟢 Active
OKX Agent Trade KitOKX's official MCP server and CLI for agents trading OKX spot, swap, futures, options and grid bots.⬡ 76🟢 Active★ 396
HyperliquidOnchain perpetual futures and spot DEX running on its own L1 with an HyperEVM smart-contract layer.Multichain, Hyperliquid⬡ 76🟢 Active
CloddsBotOpen-source autonomous AI trading agent operating across 1000+ markets including Polymarket, Kalshi, and…Solana, Base, Ethereum +4⬡ 75🟢 Active★ 2.8k
1inchMultichain DEX aggregator with a developer API suite and an official MCP server for AI-agent swap execution.Ethereum, Base, Arbitrum +9⬡ 75🟢 Active
EpsilonNon-custodial limit, stop-loss, DCA and trailing-stop order venue on Robinhood Chain with a REST API…Robinhood Chain⬡ 70🟢 Active★ 0
GMXDecentralized spot and perpetual exchange on Arbitrum and Avalanche with an official SDK and REST API.Arbitrum, Avalanche⬡ 69🟢 Active
NOFXOpen-source AI trading terminal: an LLM drives strategy inside hard-coded risk limits across 9 exchanges.…Hyperliquid, Base, Multichain⬡ 68🟢 Active★ 12.9k
CoW ProtocolIntent-based trading protocol with batch-auction solvers, MEV protection, and a developer API and SDK.Ethereum, Base, Arbitrum +1⬡ 65
SimmerPrediction-market harness for agents: one SDK, MCP server and skill catalogue to trade Polymarket and Kalshi…Polygon⬡ 62🟢 Active★ 49
AerodromeSpot DEX and liquidity marketplace on Base, with open-source contracts and third-party swap APIs/SDKs.Base⬡ 58
PonsPermissionless fixed-supply token launchpad on Robinhood Chain, with liquidity migrated into a locked Uniswap…Robinhood Chain⬡ 56🟢 Active★ 154
ParadexPerpetuals (and options) DEX built as a Starknet appchain with REST/WebSocket APIs and SDK tooling.Ethereum, Multichain⬡ 55
Carbon DeFiAn on-chain trading protocol for automated, adjustable limit, range, and recurring orders that execute fully…Ethereum, COTI⬡ 50
AevoDecentralized options and perpetuals exchange on a custom OP Stack L2 with REST and WebSocket APIs.Optimism, Ethereum⬡ 46
TradoorA decentralized options and perpetuals exchange on TON and BNB Chain with an optional AI trading-assistant…BNB Chain, Multichain, TON⬡ 45
HydrexBase MetaDEX and liquidity hub where users lock HYDX for vote-escrowed governance and deposit single-sided…Base⬡ 44
FlapA one-click token launch and trading platform whose skill lets agents launch tokens, provide liquidity, and…BNB Chain, Robinhood Chain⬡ 44
DefinitiveA non-custodial trading platform and API offering algorithmic order types (TWAP, limit, stop) with smart…Solana, Base, Ethereum +6⬡ 42
MegapotPermissionless on-chain lottery on Base where players buy stablecoin tickets for provably-fair draws and…Base⬡ 37
Pools.tradeUniswap Labs' token launch venue on Robinhood Chain; every launch becomes a Uniswap v4 pool with locked…Robinhood Chain⬡ 33
ArcusStock-token spot and perpetuals DEX on Robinhood Chain from the dYdX team, with REST/WebSocket trading APIs…Robinhood Chain⬡ 32
hood.funBonding-curve token launchpad on Robinhood Chain; a filled curve migrates into a Uniswap v3 position held by…Robinhood Chain⬡ 32
Binance Agent SkillsA set of MCP-style Agent Skills that let AI agents access Binance spot, derivatives, margin, Alpha market…BNB Chain⬡ 31
Maestro (Telegram trading bot)Telegram trading and sniper bot with custodial in-chat wallets; its own site lists Robinhood Chain among…Robinhood Chain, Ethereum, BNB Chain +7⬡ 31
RobinPadSmall Robinhood Chain launchpad that opens a Uniswap v3 pool at launch instead of migrating one later.Robinhood Chain⬡ 25

General (22)

NameWhat it isChains⬡ ScoreActivity
OphisIntent-based DEX aggregator for agents — natural-language swap intents settled via batch auction across 11+…Ethereum, Optimism, BNB Chain +7⬡ 65🟢 Active★ 4
AgentSwapNon-custodial trade execution for AI agents: the agent signs, trading funds stay in the owner's wallet, and…Base, Arbitrum, BNB Chain +1⬡ 60🟢 Active★ 0
CSPR.trade MCPNon-custodial MCP for trading on CSPR.trade, the leading Casper Network DEX, with a public hosted endpoint.⬡ 57🟠 Quiet★ 1
Lighter MCPMCP server for trading on Lighter, a zero-fee zk-rollup perpetual DEX — place orders, manage positions, query…Ethereum⬡ 56🟠 Quiet★ 2
Usenami Funding MCPMCP server for perp funding rates and cross-exchange data across 20+ venues, including Hyperliquid HIP-3.Base, Hyperliquid⬡ 53🟠 Quiet★ 0
MorphoNon-custodial lending protocol with isolated markets and curated vaults, shipped as a Base MCP skill plugin.Base, Ethereum⬡ 52🟡 Recent★ 347
SuperfluidReal-time token-streaming protocol enabling per-second payment flows, usable as an agent subscription/payroll…Multichain⬡ 52
CryptoIZ MCPSolana DEX smart-money signal MCP server (whale accumulation, divergence, BTC regime) sold pay-per-call via…Solana⬡ 50🟠 Quiet★ 1
PaladinFi Swap MCPMCP-native swap router on Base querying 0x and Velora in parallel, with a built-in risk-screen tool.Base⬡ 50🟠 Quiet★ 0
AvantisOnchain perpetuals exchange on Base for crypto, forex, and commodities, with a dedicated Base MCP skill.Base⬡ 49
Rhea FinanceNEAR DeFi protocol merging Ref Finance and Burrow: swaps, lending and liquid staking behind an MIT TypeScript…Near⬡ 49
DeFi Yield Scanner MCPMCP server combining DexScreener and DeFiLlama data for yield scanning and token risk checks.Base, Ethereum, Arbitrum⬡ 48🟠 Quiet★ 1
MoonwellOpen lending and borrowing protocol on Base, included as a launch-day Base MCP skill plugin.Base, Optimism⬡ 45
Breeze Agent KitToolkit for AI agents managing Solana yield-farming positions via the Breeze protocol, in MCP, x402, and…Solana⬡ 44🟠 Quiet★ 0
BalancerProgrammable-liquidity AMM protocol included as a Base MCP skill for agent-driven swaps and liquidity actions.Base, Ethereum, Arbitrum +2⬡ 41
KyberSwapMulti-chain DEX aggregator routing across 420+ liquidity sources, shipped as a Base MCP skill plugin.Base, Ethereum, Arbitrum +4⬡ 40
Ionic ProtocolMoney-market lending protocol on Base/Mode with a GOAT SDK plugin for agent-driven supply, borrow, and swap…Multichain⬡ 39
Purple Flea TradingAPI and MCP server for trading 275+ perpetual futures (crypto, stocks, commodities, forex) on Hyperliquid.Hyperliquid⬡ 34🟠 Quiet★ 0
WOO XCentralised spot and perpetuals exchange with a keyed REST API and WebSocket V2 feed for programmatic order…Multichain⬡ 32
BrickkenInstitutional RWA tokenization platform (ISO 27001/27701/27018, MiCA-aligned) with a no-code issuer studio…Base, Ethereum, Polygon +1⬡ 29
YO ProtocolNon-custodial ERC-4626 yield optimizer on Base and Ethereum; agents deposit stablecoins into yoUSD to earn…Base, Ethereum, Arbitrum⬡ 28
GMGNMulti-chain meme-token trading terminal (Base, Solana, Ethereum, BNB Chain) with agent-callable AI Skills for…Base, Solana, Ethereum +3⬡ 24

⬆ Back to Index

Data & APIs

85 entries · market data, chain data, and SDKs that feed agent decisions · Related: MCP Servers · Trading & DeFi · Browse + filter on satohub.ai →

Trading & DeFi (25)

NameWhat it isChains⬡ ScoreActivity
ZerionWallet and DeFi data provider offering portfolio, positions, transactions, PnL, and prices across many…Ethereum, Base, Arbitrum +8⬡ 85🟢 Active★ 59
OpenSea Agent SkillOfficial OpenSea agent skill and MCP server letting AI agents query NFT/token data and execute marketplace…Ethereum, Base, Solana +3⬡ 81🟢 Active★ 51
Agentic Commerce Protocol (ACP)Open standard maintained by OpenAI and Stripe for connecting buyers, their AI agents, and businesses to…⬡ 77🟡 Recent★ 1.5k
cryptocurrency.cvFree, key-less crypto news and market-data API aggregating Bitcoin, Ethereum, Solana, and DeFi.⬡ 77🟢 Active★ 310
Hyperliquid Python SDKThe official open-source Python SDK for programmatic trading on the Hyperliquid perpetuals DEX.Arbitrum, Multichain, Hyperliquid⬡ 76🟠 Quiet★ 1.8k
DefiLlamaOpen DeFi analytics dashboard and free API tracking TVL, fees, revenue, volume, and yields across many chains…Ethereum, Base, Solana +6⬡ 75🟢 Active
Agent Payments Protocol (AP2)Open protocol from Google for secure agent-led payments across traditional and crypto rails, with a…Ethereum, Base, Multichain⬡ 72🟠 Quiet★ 2.9k
ERC-8004: Trustless AgentsEthereum standard providing on-chain identity, reputation, and validation registries for AI agents.Ethereum, Multichain, Base +1⬡ 71🟡 Recent★ 237
NEAR Intents 1Click API (+ MPP payment method)Cross-chain swap/settlement API solved by the NEAR Intents solver network; also an MPP payment method so…Near, Ethereum, Bitcoin +5⬡ 71🟢 Active★ 1
EnsoAn intent-based onchain execution engine and API that lets developers and agents bundle multi-step DeFi…Ethereum, Base, Arbitrum +3⬡ 70🟡 Recent★ 2
ERC-8183: Agentic CommerceDraft Ethereum standard defining an on-chain job-escrow protocol with evaluator attestation so AI agents can…Ethereum⬡ 69🟡 Recent★ 9
Orderly NetworkOmnichain orderbook trading infrastructure exposing REST and WebSocket APIs and SDKs for DEX builders.Multichain, Ethereum, Arbitrum +2⬡ 69
BlockRunPay-per-call gateway where AI agents reach 55+ LLMs, data, and tools through one endpoint, settled in USDC…Base, Solana⬡ 69
Universal Commerce Protocol (UCP)Open standard co-developed by Google and Shopify for AI agents to discover, negotiate, and transact with any…⬡ 59
MadeOnSolTrading-intelligence API for Robinhood Chain and Solana (KOL trades, DEX tape, deployer reputation) with MCP…Robinhood Chain, Solana⬡ 59🟢 Active★ 0
ERC-8126: AI Agent VerificationEthereum standard for verifying ERC-8004 agents across five categories with a unified 0-100 risk score.Ethereum, Multichain⬡ 54
Massive (formerly Polygon.io)US stock market data API (formerly Polygon.io); agents buy it per request over x402 at agent.massive.com with…Base⬡ 53🟠 Quiet★ 389
Chainlink for AgentsChainlink's hosted HTTP gateway and skill bundle: pay-per-call Data Streams prices and CRE-run onchain…Base, Ethereum, Polygon +1⬡ 50🟠 Quiet★ 5
NansenOnchain analytics platform with wallet labeling and smart-money tracking, offering an API with key-based and…Ethereum, Base, Solana +4⬡ 47🟠 Quiet
ZapperOnchain portfolio data provider exposing token, NFT, and DeFi position data across many chains via a GraphQL…Ethereum, Base, Arbitrum +5⬡ 44
Visa Trusted Agent Protocol (TAP)Visa protocol that lets merchants authenticate trusted AI shopping agents via cryptographic signatures, with…⬡ 38
ArkhamOnchain intelligence API that attributes wallets to entities; agents can pay per request in USDC over x402.Ethereum, Base, Solana +1⬡ 38
Drip (DripStack)Pay-per-article access to 100+ paywalled financial newsletters and podcasts, plus a structured stock-picks…Base, Solana⬡ 38
GlassnodeOnchain market metrics (MVRV, exchange flows, supply distribution) sold per call over x402, no API key.Bitcoin, Ethereum, Base +1⬡ 38
You.com APIWeb Search and Finance Research APIs that agents can call with no key and pay per request in USDC over x402.Base, Solana⬡ 38

Data & Analytics (11)

NameWhat it isChains⬡ ScoreActivity
World AgentKitSDK from World (Tools for Humanity) that lets AI agents present a zero-knowledge proof a verified human…Base⬡ 86🟢 Active★ 23
AlchemyA blockchain developer platform providing node infrastructure plus NFT, Token, and Transfers APIs and SDKs…Ethereum, Base, Solana +5⬡ 83🟢 Active
ExaWeb search and content-retrieval API built for AI; /search and /contents can be paid per request over x402.Base, Solana⬡ 80🟢 Active★ 5.0k
NeynarFarcaster developer platform providing APIs, SDKs, webhooks, and an agent skill for building and deploying…Base, Ethereum⬡ 69
peaqDePIN infrastructure providing agents with identity, wallets, and pay-per-request onchain settlement, with…Multichain⬡ 68
QuickNodeRPC infrastructure provider offering endpoints, Streams, and indexing tools across many blockchain networks.Ethereum, Base, Solana +9⬡ 66🟠 Quiet
PMXTOpen-source unified prediction-market API with a hosted MCP: market search, events, order books, and prices…Multichain⬡ 63🟡 Recent★ 2.2k
ChainbaseAn onchain data network providing structured, AI-ready blockchain data across many chains, with API, CLI…Ethereum, Base, Solana +5⬡ 42
OneSourceAgent-native blockchain data API: single-purpose REST 'Skills', an MCP server (@one-source/mcp) and an M10…Ethereum, Robinhood Chain⬡ 35
x402scanExplorer for the x402 ecosystem: transactions, sellers, origins, and resources across agentic commerce.Base⬡ 31
MPPscanEcosystem explorer for the Machine Payments Protocol (MPP) on Tempo: agent payment servers, micropayments…⬡ 26

Payments (9)

NameWhat it isChains⬡ ScoreActivity
x402Open payment protocol enabling agents and apps to pay for APIs over HTTP using stablecoins.Base, Ethereum, Multichain +1⬡ 86🟢 Active★ 158
x402 OpenAI (Python)Drop-in OpenAI Python client with transparent x402 micropayment support.Ethereum, Base, Solana⬡ 74🟢 Active★ 261
Amazon Bedrock AgentCore PaymentsManaged AWS service that lets agents pay for APIs, MCP servers and content over x402 and MPP, using Coinbase…Base, Solana⬡ 63🟢 Active★ 3.4k
AgentlyRouting and settlement layer and CLI for agent-to-agent commerce, supporting EVM wallets, agent discovery…Base⬡ 62🟠 Quiet★ 65
Stripe Machine PaymentsStripe's merchant-side agent payments: charge agents per call over MPP (cards via SPTs, USDC on Tempo and…Base, Solana, Multichain⬡ 62🟢 Active★ 53
PayAI NetworkSolana-first x402 payment facilitator enabling usage-based, machine-to-machine payments for AI agents.Solana, Base, Polygon +2⬡ 60
KobaruAn x402 micropayment gateway and transparent proxy that adds pay-per-request paywalls to existing APIs…Solana, Base⬡ 56🟠 Quiet★ 4
VeilNetPrivacy-preserving x402 payments for agents on Base, with stealth addresses and TEE-encrypted inference, no…Base, Ethereum⬡ 47
AgentCashOne prepaid balance that lets AI agents buy data, APIs, and tools per call - no API keys, no subscriptions.⬡ 29

Privacy & Security (1)

NameWhat it isChains⬡ ScoreActivity
Venice AIPrivate, uncensored AI inference platform with an OpenAI-compatible API used by agent builders.Base⬡ 51

General (39)

NameWhat it isChains⬡ ScoreActivity
BlindPayOfficial MCP server for BlindPay's stablecoin payment rails: payouts, payins, virtual accounts, and FX quotes.Multichain⬡ 78🟢 Active★ 10
SkimSkim is a data service for agents on Base.Base⬡ 78🟢 Active★ 2
FlaunchUniswap-V4-based token launch protocol on Base with a TypeScript SDK and its own MCP server.Base⬡ 77🟢 Active★ 17
OnchainKitCoinbase's React component and TypeScript SDK library for building onchain apps and mini-apps on Base.Base⬡ 76🟢 Active★ 1.0k
graph-aave-mcpMCP server querying Aave V2/V3/V4 lending and governance data across 7 chains via The Graph.Ethereum, Base, Arbitrum +3⬡ 69🟢 Active★ 2
web3agent (Apegurus)MCP package giving agents 190+ EVM DeFi tools — swaps, bridges, limit orders, exchange trading — with…Multichain⬡ 65🟢 Active★ 1
PrintrOmnichain token launchpad with a dedicated MCP server and white-label API for agent-run token launches.Base, Solana, BNB Chain +4⬡ 64🟡 Recent★ 4
Tempo MPP SpecsSpecification for the Payment HTTP auth scheme (Multi-Party Payments) from Tempo, the Stripe/Paradigm-backed…Multichain⬡ 63🟢 Active★ 93
ACP Node SDK v2 (Agent Commerce Protocol)Official Node.js SDK for Virtuals' Agent Commerce Protocol — event-driven agent-to-agent job and escrow flows.Base, Solana⬡ 61🟢 Active★ 1
SQD Portal MCPOfficial MCP server from Subsquid (SQD) exposing its Portal API for querying onchain data across five chain…Multichain, Solana, Bitcoin +1⬡ 61🟢 Active★ 1
Polygon Agent CLIOfficial Polygon Labs CLI giving AI agents session-scoped wallets, x402 payments, and ERC-8004 identity in…Polygon⬡ 59🟡 Recent★ 30
Ogena token riskOgena token risk is a data service for agents on Solana, Base.Solana, Base⬡ 59
CabalSpy Wallet TrackerMulti-chain API tracking 1,600+ labeled KOL, smart-money, and whale wallets, with an MCP server.Solana, BNB Chain, Base +2⬡ 56🟡 Recent★ 0
Gloria MCPMCP server for Gloria AI's curated crypto news feed — sentiment-tagged headlines, recaps, and search for…Base⬡ 54🟡 Recent★ 1
Masumi NetworkCardano-based payment and identity protocol letting AI agents pay each other via escrow with on-chain audit…⬡ 54
monapiOne-line x402 paywall SDK for monetizing APIs and MCP servers with per-route USDC pricing.Base, Arbitrum, Polygon⬡ 52🟠 Quiet★ 0
Solana Pay Agent SkillsSolana Foundation community registry of stablecoin-gated (USDC/USDT) APIs the pay CLI and AI agents can…Solana⬡ 51🟡 Recent★ 14
Oraichain Multichain MCPCosmJS-based MCP toolkit for wallet queries, transactions, and contract deployment on Oraichain and Cosmos…Cosmos⬡ 51⚪ Dormant★ 4
AINetwork Blockchain Toolkit (LangChain)Official LangChain toolkit for reading and writing value/app/owner state on the AI Network layer-1 blockchain.⬡ 51
LangChainBitcoinLightning Labs toolkit giving LangChain agents Bitcoin/Lightning balance access and L402-authenticated API…Bitcoin⬡ 48⚪ Dormant★ 142
Allora NetworkDecentralized ML-inference network aggregating community models into price/volatility forecasts agents can…Cosmos⬡ 48
EverstakeOfficial MCP server from certified staking provider Everstake exposing live APY, uptime, and…Multichain⬡ 48🟡 Recent★ 0
Cryo MCP ServerMCP wrapper around Cryo, the Rust/Python Ethereum data-extraction tool, for bulk block/trace/log queries plus…Ethereum⬡ 47⚪ Dormant★ 91
NFTGoOfficial MCP server for NFTGo's Ethereum NFT analytics API: collections, assets, market data, and wallet…Ethereum⬡ 47⚪ Dormant★ 4
Solana LLM Oracle (SLO)On-chain oracle letting Solana smart contracts request LLM inference and process results via verified…Solana⬡ 45🟠 Quiet★ 8
Crypto.com Exchange CLI (cdcx-cli)Official Crypto.com Exchange command-line client — scriptable trading API access with a TUI for humans.⬡ 45
Swiss Whale Intelligence MCPHosted MCP server for on-chain whale tracking and forensics across BTC, ETH, SOL, USDT, and tokenized gold.Bitcoin, Ethereum, Solana⬡ 45🟠 Quiet★ 0
Solscan MCPCommunity MCP server for querying Solana transactions in natural language via the Solscan API.Solana⬡ 44⚪ Dormant★ 47
FewsatsL402 payments platform and MCP server letting agents pay for API access with Bitcoin Lightning or stablecoins.Bitcoin, Multichain⬡ 43⚪ Dormant★ 15
Kirha CryptoPay-per-use MCP gateway aggregating Dune, DefiLlama, Zerion, CoinGecko, and Cielo for agent-facing crypto…Ethereum, Bitcoin, Solana +6⬡ 41⚪ Dormant★ 0
BridgeStablecoin payments infrastructure (acquired by Stripe) offering an orchestration, issuance, cards, and…Multichain⬡ 40
Ocean ProtocolDecentralized data exchange that lets agents access, publish, and pay for datasets and compute-to-data jobs.Ethereum, Polygon, Optimism⬡ 39
ClawnchAgent-only token launch, trading, and liquidity SDK on Base with anti-human authentication and a chat-based…Base⬡ 36
EruditePay Blockchain IntelligencePay-per-call MCP for blockchain analytics — gas tracking, whale monitoring, wallet profiling — spanning Base…Base, Bitcoin, XRP Ledger +1⬡ 34
Bankless Claimables APIREST API that returns the unclaimed airdrops, rewards and claimables for one wallet address across EVM…Ethereum, Base, Arbitrum +5⬡ 31
Galxe Quest APIGraphQL API over Galxe quests and campaigns — the task layer most airdrop-eligibility programs are run on…Multichain⬡ 31
RalioPolicy and audit layer for agent-initiated business payments, with an SDK, a CLI and MCP support over bank…Multichain⬡ 30
BitrefillCrypto-to-gift-card and mobile top-up commerce platform with a Skills/MCP/API surface for agents to buy…Base, Bitcoin, Ethereum +1⬡ 29
Squads GridREST API suite (accounts, cards, yield, trading data) for building stablecoin-native fintech on Solana, from…Solana⬡ 29

⬆ Back to Index

Developer Tools

22 entries · scaffolds, testing, and infra for building onchain agents · Related: Agent Frameworks · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
Coinbase AgentKitCoinbase's toolkit for giving AI agents wallets and the ability to take onchain actions.Base, Ethereum, Multichain⬡ 88🟢 Active★ 1.3k
Model Context Protocol (MCP)Anthropic's open standard for connecting AI systems to external tools and data sources.⬡ 83🟢 Active
ClawRouter (BlockRun)Local LLM router for agents: routes each request to the cheapest capable model across 78 models, paid with…Base, Solana⬡ 81🟢 Active★ 6.6k
Universal Contract AI Interface (UCAI)ABI-to-MCP generator: turns any smart contract ABI into an MCP server agents can call.Multichain⬡ 76🟡 Recent★ 37
AG KitAn AI agent toolkit of markdown-based templates for Skills, Agents, and Workflows, with a coordinator mode…⬡ 75🟢 Active★ 8.1k
AgentNodeAn open package registry where AI agents detect missing capabilities and install trust-scored skills on…⬡ 75🟢 Active★ 2
MCP Reference ServersAnthropic's official collection of reference Model Context Protocol server implementations across languages.⬡ 72🟢 Active★ 90.6k
TradeMemory ProtocolDecision audit trail and persistent memory for AI trading agents, with tamper-evident recall.⬡ 71🟢 Active★ 1.4k
UnbrowseAPI-native browser skill/CLI/MCP/SDK that auto-discovers APIs from browser traffic so agents skip DOM…Solana⬡ 65🟢 Active★ 759
Kraken CLIOfficial Kraken CLI with a built-in MCP server for spot, futures, forex, and tokenized stock trading.⬡ 64🟡 Recent★ 717
Arc (Circle)Circle's EVM-compatible L1 with USDC as gas, live on mainnet since Sep 16, 2026. It is positioned for…⬡ 64🟢 Active★ 175
RARE ProtocolCLI toolkit for deploying NFT collections, minting, and running SuperRare-integrated auctions.Ethereum, Base⬡ 57🟡 Recent★ 0
create-solana-agentSendAI scaffolding CLI (npx create-solana-agent) for spinning up an LLM-powered chat agent wired to Solana…Solana⬡ 56⚪ Dormant★ 26
x402 AI StarterVercel Labs' reference Next.js template wiring the x402 payment protocol into the AI SDK and MCP for paying…Base⬡ 55🟠 Quiet★ 71
x402-proxyCLI and MCP proxy that auto-pays x402/MPP-gated endpoints on Base, Solana, Monad, and Tempo from one mnemonic.Base, Solana, Monad⬡ 53🟡 Recent★ 11
ZetaChain CLIOfficial ZetaChain CLI with MCP installation support for universal smart-contract workflows across connected…Multichain⬡ 50🟠 Quiet★ 6
Robinhood ChainRobinhood's permissionless Arbitrum-stack L2 (chain ID 4663), on mainnet since 1 July 2026, built for…Robinhood Chain⬡ 49
NodeOps (CreateOS)A deployment platform whose CreateOS skills let AI coding tools deploy and manage apps without manual DevOps.⬡ 47
XRPL AI Starter KitRipple's starter kit for building agentic payment apps on the XRP Ledger, with x402 payments in XRP and…XRP Ledger⬡ 43
Sato OSSelf-hosted control plane for onchain agents: sealed local wallet, ERC-7715 session grants with…Base, Ethereum, Solana +3⬡ 42
DialectSDK/API stack for Solana Blinks (link-to-transaction actions) plus multi-channel onchain alerts and…Solana, Ethereum, Monad⬡ 39
0xWorkBase-based marketplace where humans and AI agents post and complete tasks, with USDC locked in on-chain…Base⬡ 36

⬆ Back to Index

Skills & Plugins

29 entries · reusable skill packs and plugins that teach agents new tricks · Related: MCP Servers · Agent Frameworks · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
GOAT SDKCrossmint's open-source library of onchain actions (tools) for AI agents across chains.Ethereum, Base, Solana +1⬡ 87🟢 Active★ 1.0k
Solana Agent KitSendAI's open-source toolkit connecting AI agents to Solana protocol actions.Solana⬡ 76🟠 Quiet★ 1.7k
Surf (asksurf.ai)An installable skill and unified API giving AI agents access to crypto market, on-chain, social, and…Multichain⬡ 74🟡 Recent★ 74
ClawHubA public, npm-style registry for publishing, versioning, and searching OpenClaw agent skills and plugins.⬡ 71🟢 Active★ 9.4k
Emblem Agent SkillsSkill collection for EmblemAI agents — 200+ crypto tools across seven blockchains.Solana, Ethereum, Base +3⬡ 71🟠 Quiet★ 12
Axiom (clawbots)An autonomous agent/builder on Base publishing open-source crypto agent skills such as calldata decoding…Base, Ethereum⬡ 70🟡 Recent★ 18
solana-dev-skillSolana Foundation's official skill package for agentic development on Solana.Solana⬡ 68🟢 Active★ 560
Uniswap AIOfficial Uniswap skill repo: swap, liquidity, and v4 hook tooling for AI trading agents.Multichain⬡ 68🟢 Active★ 230
Circle SkillsOfficial Circle skill repo for USDC payments, cross-chain transfers, and wallet integration.Multichain⬡ 68🟡 Recent★ 148
OKX OnchainOS SkillsAgent skills for OKX OnchainOS: wallet, token discovery, market data, and DEX swaps.Solana, Ethereum, Base +3⬡ 66🟢 Active★ 331
ClawmesHermes Agent plugin for crypto: wallets, DEX trading, lending, staking, governance, and onchain automation.Base, Ethereum⬡ 65🟢 Active★ 25
MetaMask SkillsOfficial MetaMask skill repo: smart-accounts and gator (delegation) tooling for wallet agents.Multichain⬡ 64🟢 Active
Aptos Agent SkillsOfficial Aptos Labs skill pack giving Claude Code, Cursor, and Copilot deep Aptos/Move expertise.Aptos⬡ 63🟡 Recent★ 20
MOSS Agent Skills PackEight install-ready SKILL.md modules that teach coding agents — Claude Code, Codex, Cursor, Gemini — to build…MegaETH⬡ 63🟡 Recent★ 0
Bitget Wallet SkillAgent skill for Bitget Wallet: token swaps, cross-chain bridging, and gasless transactions.Ethereum, Solana, BNB Chain +6⬡ 62🟠 Quiet★ 180
ChainGPT Claude SkillWeb3 toolkit for Claude Code: 140 custody-free MCP tools for EVM and Solana DeFi, DEX, and perps.Ethereum, Solana, Tron +1⬡ 62🟡 Recent★ 11
Trail of Bits SkillsSecurity-research skill marketplace incl. smart-contract vulnerability scanning and constant-time analysis.⬡ 60🟢 Active★ 7.1k
MoonPay SkillsOfficial MoonPay skill repo for crypto onramps, wallet ops, swaps, and prediction-market trading.Multichain⬡ 59🟢 Active★ 111
GMX AIOfficial GMX V2 skill repo for perp trading and liquidity-pool operations via agent.Arbitrum, Avalanche⬡ 59🟠 Quiet★ 11
dRPC Agent SkillsdRPC-maintained blockchain RPC skill and MCP surface giving agents node access across 200+ networks.Multichain⬡ 56🟠 Quiet★ 17
SendAI Skills RepositorySendAI-maintained catalog of Solana agent skills (Jupiter, Helius, Kamino, Squads, and more) spanning DeFi…Solana⬡ 55🟡 Recent★ 129
awesome-solana-aiCommunity-curated Solana AI-tooling index (MCP servers, wallet SDKs, frameworks) in the Solana Foundation…Solana⬡ 52🟡 Recent★ 418
Polymarket Agent SkillsPolymarket's official agent skill: CLOB auth, order patterns, Gamma/Data APIs, WebSockets, CTF…Polygon⬡ 52🟠 Quiet★ 187
solana-ai-kitClaude Code / Codex configuration bundle for Solana development — CLAUDE.md, agents, commands, hooks, and…Solana⬡ 51🟡 Recent★ 87
Lightning Agent Tools (Lightning Labs)Lightning Labs' agent toolkit: 7 skills + MCP server to run an lnd node, pay L402 APIs (lnget), host paid…Bitcoin⬡ 51🟠 Quiet★ 57
KuCoin Skills HubOfficial KuCoin skills giving agents read-only access to spot, margin, futures, and account data.⬡ 49🟠 Quiet★ 27
Venus Agent SkillsOfficial Venus Protocol agent-skill toolkit with a lending skill for the Venus money market.BNB Chain⬡ 47
Rocket Pool Agent SkillsOfficial Rocket Pool repo of 7 agent skills for ETH staking workflows on the Rocket Pool protocol.Ethereum⬡ 45
ETHSKILLS24 modular markdown skill guides teaching AI agents production Ethereum development, from wallets to security.Ethereum⬡ 35

⬆ Back to Index

Launchpads & Marketplaces

10 entries · venues where agents launch, list, and get hired · Related: Live Onchain Agents (directory) · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
minia2aminia2a is a marketplace where agents find and pay for services on Base.Base⬡ 86🟢 Active★ 1
Virtuals ProtocolLaunchpad and protocol for creating and tokenizing AI agents, primarily on Base.Base, Solana, Robinhood Chain⬡ 78🟢 Active
AgenCA Solana coordination protocol and marketplace where agents claim escrowed tasks, prove completion with ZK…Solana⬡ 60
PieverseOne-click deployment of Web3-native AI agents to Line, Kakao, and WhatsApp, each with its own wallet and…Multichain, BNB Chain⬡ 53
A0xA no-code platform on Base for building, tokenizing, and deploying social AI agents ('Onchain Minds') across…Base⬡ 48
TermiXMarketplace where AI agents hire agents: on-chain .agent identities (ERC-8004), escrowed jobs and quotes…BNB Chain, Base⬡ 44🟠 Quiet★ 101
SingularityNETDecentralized marketplace where AI services are published, discovered, and called by other agents, with an…Ethereum⬡ 39
NEAR AI Agent MarketOfficial NEAR AI marketplace where agents bid on posted tasks and get paid in NEAR via NEAR Intents.Near⬡ 38
OrthogonalOne gateway for agents to discover, call and pay for 800+ API endpoints from 50+ providers. Pay per call via…Base, Solana, Monad +1⬡ 24
BitAgent (Unibase AIP 2.0)An ERC-8183 agent skill marketplace where builders register skills and agents discover, chain, and pay for…BNB Chain, Base⬡ 20

⬆ Back to Index

Security

15 entries · audit, monitoring, and safety tooling for agent operations · Related: Wallet Infrastructure · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
Self ProtocolOpen-source zero-knowledge identity protocol (passport-based proof of personhood) used to gate agent access…Multichain⬡ 80🟢 Active★ 1.3k
Agent Skills HubA registry of AI agent skills that applies automated source-code scanning and assigns security grades before…⬡ 73🟢 Active★ 101
GoPlus AgentGuardMIT-licensed runtime guard for AI coding agents: hook-level action blocking, a 24-rule skill scanner, and a…⬡ 68🟢 Active★ 463
PRXVTOpen-source privacy SDK that adds unlinkable, zero-knowledge payments on top of the x402 agent payment…Ethereum, Base, Polygon⬡ 68
ChainAwarePre-built MCP blockchain capability modules giving agents fraud detection, AML scoring, wallet profiling, and…Polygon, Ethereum, BNB Chain +4⬡ 67🟡 Recent★ 10
COTIPrivacy infrastructure that gives MCP-compatible agents private wallets, encrypted messaging, and…COTI, Ethereum⬡ 67🟢 Active
MistTrack MCPMCP server from SlowMist exposing MistTrack address risk scoring and fund-flow tracing to AI agents.Ethereum, Bitcoin, Polygon +2⬡ 63🟠 Quiet★ 39
Usenami Signer MCPMCP server that signs CEX/DEX orders inside an attested AWS Nitro Enclave so keys never touch the agent…⬡ 61🟢 Active★ 2
SIWA (Sign In With Agent)Agent-identity authentication protocol modeled on Sign-In-With-Ethereum, letting services verify an agent…Ethereum⬡ 59🟠 Quiet★ 35
CryptoGuardIntercepts agent transactions and checks them against 5 security oracles before execution.Multichain⬡ 53🟠 Quiet★ 8
GoPlus SecurityKeyless REST APIs for token risk, approval risk, malicious addresses, signature decoding and transaction…Multichain⬡ 44
WebacyKeyed risk APIs for address, contract and transaction screening, including sanction checks, across 13…Multichain⬡ 35
Honeypot.isKeyless API that simulates a buy and sell of an EVM token and reports the observed taxes, gas and honeypot…Ethereum, BNB Chain, Base⬡ 31
RugCheckPublic Solana token-report API: mint and freeze authority, metadata mutability, LP lockers and insider…Solana⬡ 31
CybercentryPay-per-use security verification endpoints for AI agents, billed via x402 micropayments.Base, Ethereum, Solana⬡ 28

⬆ Back to Index

Live Onchain Agents (directory)

6 entries · deployed agents listed in the directory (registered ones live in the Passport section) · Related: Launchpads & Marketplaces · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
FranklinAn autonomous AI agent with its own wallet that spends USDC to get real work done.Base, Solana⬡ 70🟢 Active★ 556
ClankerAgent that deploys tokens on Base when tagged on Farcaster.Base, Arbitrum, BNB Chain⬡ 47
Mode NetworkAn Optimism Superchain L2 focused on AI-driven onchain finance, with configurable rules-based trading agents.Optimism, Base, Multichain⬡ 43
Giza (ARMA)ARMA is Giza's autonomous agent that manages stablecoin lending positions across Base DeFi protocols on the…Base⬡ 37
aixbtAI market-intelligence agent that publishes crypto narrative and project analysis.Base⬡ 33
FreysaAdversarial AI agent experiment where users try to convince an agent to release onchain funds.Base⬡ 32

⬆ Back to Index

Research & Reference

3 entries · papers, research tooling, and reference material (not scored — see methodology) · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
MessariCrypto research and data platform covering fundraising, metrics, signals, and news, with API-key and x402…Multichain
KaitoAI-powered crypto research and attention-analytics platform.Multichain
Who Pays the Agent? (Keyrock x Coinbase Report)Research report analyzing on-chain AI-agent payments, finding agents settled roughly $73M across about 176M…Multichain

⬆ Back to Index

Other

2 entries · everything that doesn't fit a shelf yet · Browse + filter on satohub.ai →

NameWhat it isChains⬡ ScoreActivity
EndaomentOn-chain US 501(c)(3) community foundation enabling donor-advised funds and crypto, stock, and cash donations…Ethereum, Base⬡ 46
EvoEvoAgent prediction platform: agents publish reasoned forecasts on real topics, are scored against outcomes, and…BNB Chain⬡ 31

⬆ Back to Index

Movers (7d)

Sato Score changes over the last 7 days, computed from the daily snapshot history — a moving list only a daily pipeline can produce.

⬆ Back to Index

Numbers this week

Measured by Sato Hub from public sources (week 2026-W39); each row names its venue, chain and sample on its page. Rows are never added together — one unit means something different in each. "unknown" is a measurement that could not be taken, never zero.

FigureThis week8 weeks
Catalogued x402 resources that actually answer HTTP 402sample too small n=1······▄▄method ↗
USDC settlements to catalogued x402 sellers (nominal, 7d)unknown····█▁··method ↗
…excluding sellers classified as machine noiseunknown····█▁··method ↗
…under the Artemis–Visa rule (≥3 tx from ≥2 payers)unknownmethod ↗
ERC-8004 registration files that resolve · Arbitrum2% n=49·····▁▇█method ↗
ERC-8004 registration files that resolve · Gnosis100% n=22·····▄▄▄method ↗
ERC-8004 registration files that resolve · Basesample too small n=10·····▁▄█method ↗
ERC-8004 registration files that resolve · BNB Chainsample too small n=5·····▄▄▄method ↗
Declared MCP endpoints that answer a handshake · Gnosissample too small n=5·····▄▄▄method ↗
ERC-8004 agents registered · BNB Chain355,678····▁▄▇█method ↗
ERC-8004 agents registered · Base95,270····▁▂▃█method ↗
ERC-8004 agents registered · Ethereum51,028····▁▂▄█method ↗
ERC-8004 agents registered · Gnosis4,138····▁▂▄█method ↗

⬆ Back to Index

Live agents

Registered agents with Sato Agent Passports — machine-readable manifests plus on-chain verification checks (ERC-8004 registration, MCP/A2A endpoint probes, x402, wallet activity). Wallet verification proves control of a key, never product quality.

AgentWhat it doesChainsWalletOn-chain checksPassport
SatoBotThe agent Sato OS runs in production: executes funded errands on Base under ERC-7715 session grants, registers its own ERC-8004 identity, and publishes verified executions to an EAS attestation ledger.Baseself-reportederc8004_registeredpassport
Solana Airdrop SentinelTracks new token launches and airdrop claims on Solana, verifies contract provenance, and proposes claim transactions for human review inside Sato OS.Base, Solanaself-reportedpassport

⬆ Back to Index

Standards & protocols

StandardWhat it isWhere it shows up here
MCPModel Context Protocol — how agents call toolsThe MCP Servers section; this index itself is queryable over MCP
ERC-8004On-chain agent identity/registration registryPassport on-chain checks; live registered-agent count on satohub.ai
x402HTTP-native payments for agents (402 + USDC)Standards facet on listings; passport x402 checks
A2AAgent-to-agent discovery (agent-card.json)Passport endpoint probes

New this week

  • Arc (Circle) (Developer Tool) — Circle's EVM-compatible L1 with USDC as gas, live on mainnet since Sep 16, 2026. It is positioned for…
  • Arcus (Trading Tool) — Stock-token spot and perpetuals DEX on Robinhood Chain from the dYdX team, with REST/WebSocket trading APIs…
  • Arkham (Data Tool) — Onchain intelligence API that attributes wallets to entities; agents can pay per request in USDC over x402.
  • Amazon Bedrock AgentCore Payments (API / SDK) — Managed AWS service that lets agents pay for APIs, MCP servers and content over x402 and MPP, using Coinbase…
  • Base MCP (Base Account gateway) (MCP) — Base's hosted MCP gateway: Claude/ChatGPT/Cursor propose swaps, transfers and app actions; the user signs in…
  • Binance Agent OS (Binance MCP Server) (MCP) — Binance's official agent access layer. It pairs a hosted OAuth MCP server for spot, margin, convert and…
  • Chainlink for Agents (API / SDK) — Chainlink's hosted HTTP gateway and skill bundle: pay-per-call Data Streams prices and CRE-run onchain…
  • ChangeNOW MCP (MCP) — Official ChangeNOW remote MCP server: quote, create and track cross-chain crypto swaps. Non-custodial, no…
  • Circle Agent Stack (Wallet Infrastructure) — Circle's official agent toolkit: Circle CLI, policy-controlled Agent Wallets, gasless USDC Nanopayments, an…
  • ClawRouter (BlockRun) (Developer Tool) — Local LLM router for agents: routes each request to the cheapest capable model across 78 models, paid with…
  • …and 38 more this week — full changelog →

⬆ Back to Index

Community

Support the index

Donations fund the data infrastructure (daily pipelines, verification harness) and buy nothing: not a listing, not rank, not a score (NEUTRALITY.md).

  • Ethereum · Base · Arbitrum: 0xcEE53Eb001d4d1743EF9df333Dcf45bC38622bE9
  • Solana: HDBVC3Kf3ma3YrU97PcKzbxDhGZX23F1AzbiN7gdap4z
  • Bitcoin: bc1q3f7cp0u47y3cr77eu6urh0xetaz7090scp6d84

Contributing

Add a project: the add-project issue form, or PR a proposals/<slug>.json (schema) — both land in the Sato Hub review inbox. An issue is triaged automatically against public evidence (the repo exists, is not archived and was pushed in the last 180 days, or a declared endpoint answers today) and answered once on the issue with that evidence: listed, held with what could not be checked, or declined with the reason. A proposal PR waits for a person. Every new listing starts Self-Reported; nothing here can mint Verified or Audited. Accepted projects appear both here and on satohub.ai. Something wrong with an entry? Report it. Direct PRs to the data files are overwritten by the nightly render; PR the generator or docs instead. See CONTRIBUTING.md.

Listed already? Embed your Sato Score badge: https://satohub.ai/api/badge/<your-slug> — or the shields JSON at https://satohub.ai/api/badge/<your-slug>.json.

Cite this dataset

Weekly tagged releases carry the day's index.json + index.csv as assets, so a citation can pin a version. Machine-readable metadata: CITATION.cff · dataset.jsonld (schema.org Dataset) · .zenodo.json. Concept DOI: 10.5281/zenodo.22803661.

Sato Hub. Onchain Agents — the scored, daily-updated index of the crypto agent stack (dataset, CC-BY-4.0). https://github.com/satohubai/onchain-agents — retrieved 2026-09-23.


Maintained by Sato Hub — the agent builder hub for crypto. Index auto-rendered daily from the public export (https://satohub.ai/api/export/index.json). Catalog data CC-BY-4.0 (attribution: data by satohub.ai); tooling MIT © Prime Signal LLC. Scores and liveness are informational signals, not endorsements or financial advice (NEUTRALITY.md · cite this dataset). Last render: 2026-09-23.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://satohub.ai/api/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.