Install
$ agentstack add mcp-rudazy-web3-mcp-hub ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Web3 MCP Hub
[](https://github.com/rudazy/web3-mcp-hub) [](https://github.com/rudazy/web3-mcp-hub) [](LICENSE) [](CONTRIBUTING.md)
The definitive open-source registry of Model Context Protocol (MCP) servers for Web3, blockchain, and decentralized applications.
> Making blockchain accessible to AI agents and developers
Why This Exists
MCP servers are scattered across GitHub with no central Web3-focused directory. This hub solves that by:
- Curating the best blockchain MCP servers in one place
- Categorizing by ecosystem (EVM, Solana, Bitcoin, L2s, DeFi, NFTs)
- Providing ready-to-use configuration examples
- Maintaining quality standards and documentation
Quick Links
| Resource | Description | |----------|-------------| | Live Site | Searchable registry with filters | | [Getting Started](docs/getting-started.md) | Setup guide for beginners | | [Full Server List](docs/SERVERS.md) | Expanded directory with 50+ servers | | [Contributing](CONTRIBUTING.md) | Add new servers to the registry |
Overview
Web3 MCP Hub is a comprehensive, community-maintained registry that aggregates all production-ready MCP servers across the blockchain ecosystem. Our mission is to provide developers and AI agents with unified access to Web3 infrastructure through standardized tooling.
What is MCP?
The Model Context Protocol (MCP) is an open standard developed by Anthropic that enables AI models to interact with external tools, APIs, and data sources in a structured, secure manner. MCP servers expose blockchain functionality to AI agents, allowing them to query on-chain data, execute transactions, and interact with decentralized protocols.
Table of Contents
- [Quick Start](#quick-start)
- [Registry Categories](#registry-categories)
- [Identity and Reputation](#identity-and-reputation)
- [Multi-Chain Infrastructure](#multi-chain-infrastructure)
- [EVM Networks](#evm-networks)
- [Solana Ecosystem](#solana-ecosystem)
- [Bitcoin and Lightning](#bitcoin-and-lightning)
- [Layer 2 Solutions](#layer-2-solutions)
- [Non-EVM Chains](#non-evm-chains)
- [DeFi Protocols](#defi-protocols)
- [NFT and Digital Assets](#nft-and-digital-assets)
- [Data and Analytics](#data-and-analytics)
- [Market Data](#market-data)
- [Developer Tools](#developer-tools)
- [Installation Guide](#installation-guide)
- [Contributing](#contributing)
- [License](#license)
Quick Start
Prerequisites
- Node.js 18+ or Python 3.10+
- An MCP-compatible client (Claude Desktop, Cursor, Claude Code, etc.)
- API keys for specific services (where required)
Basic Configuration
Add servers to your MCP client configuration:
{
"mcpServers": {
"server-name": {
"command": "npx",
"args": ["-y", "@package/mcp-server"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
Registry Categories
Identity and Reputation
Decentralized identity, reputation systems, and trust infrastructure.
| Server | Features | Repository | |--------|----------|------------| | Intuition MCP | Atoms, triples, knowledge graph queries, attestations, claims, identity resolution, on-chain reputation | 0xIntuition/intuition-mcp-server | | ENS MCP | ENS name resolution, reverse lookups, domain records | EVM MCP Server |
Intuition MCP Features:
- Query atoms and triples from Intuition's decentralized knowledge graph
- Create and retrieve attestations
- Identity and claim resolution
- On-chain reputation data access
- Integration with Intuition Protocol on Base
Configuration Example - Intuition MCP:
{
"mcpServers": {
"intuition": {
"command": "npx",
"args": ["-y", "@0xintuition/intuition-mcp-server"]
}
}
}
Multi-Chain Infrastructure
Production-ready MCP servers providing unified access across multiple blockchain networks.
| Server | Networks | Features | Repository | |--------|----------|----------|------------| | Web3 MCP | Ethereum, Solana, Cardano, THORChain, XRP, TON, Bitcoin, Litecoin, Dogecoin | Multi-chain balances, transactions, swaps, staking | strangelove-ventures/web3-mcp | | Tatum Blockchain MCP | 130+ networks | Blockchain data API, RPC gateway, NFT metadata, wallet portfolios | tatumio/blockchain-mcp | | GOAT SDK MCP | Ethereum, Solana, Base, 200+ integrations | On-chain actions, smart contract interactions, token management | goat-sdk/goat | | Nodit MCP | Ethereum, Base, Optimism, Arbitrum, Polygon, Aptos, Bitcoin, TRON, XRPL | Web3 Data APIs, node infrastructure, GraphQL indexing | noditlabs/nodit-mcp-server | | Pocket Network MCP | 63+ networks | Natural language blockchain queries, ENS resolution, cross-chain comparisons | pokt-network/mcp |
Configuration Example - Web3 MCP:
{
"mcpServers": {
"web3": {
"command": "npx",
"args": ["-y", "@strangelove-ventures/web3-mcp"],
"env": {
"ENABLE_ETHEREUM_TOOLS": "true",
"ENABLE_SOLANA_TOOLS": "true",
"ENABLE_BITCOIN_TOOLS": "true"
}
}
}
}
EVM Networks
Comprehensive tooling for Ethereum and all EVM-compatible blockchains.
| Server | Networks | Features | Repository | |--------|----------|----------|------------| | EVM MCP Server | 60+ EVM chains | Smart contracts, token transfers, ENS resolution, gas estimation | mcpdotdirect/evm-mcp-server | | Alchemy MCP | Ethereum, Polygon, Arbitrum, Optimism, Base | Token prices, NFT ownership, transaction history, swaps | alchemyplatform/alchemy-mcp-server | | Moralis MCP | 100+ endpoints, multi-chain | Wallet analytics, DeFi positions, token metrics, NFT data | MoralisWeb3/moralis-mcp-server | | Etherscan MCP | Ethereum | Balance checking, transaction history, contract ABIs, gas prices, ENS | crazyrabbitLTC/mcp-etherscan-server | | Starknet MCP | Starknet | Wallet operations, smart contracts, StarknetID resolution | mcpdotdirect/starknet-mcp-server |
Configuration Example - EVM MCP:
{
"mcpServers": {
"evm": {
"command": "npx",
"args": ["-y", "@mcpdotdirect/evm-mcp-server"]
}
}
}
Solana Ecosystem
Specialized tooling for Solana blockchain and its DeFi ecosystem.
| Server | Features | Repository | |--------|----------|------------| | Solana Agent Kit MCP | 40+ Solana actions, SPL tokens, DeFi operations, NFT creation | sendaifun/solana-agent-kit | | Aldrin Labs Solana MCP | 21 RPC methods, account operations, staking, token management | Aldrin Labs | | Solana Web3.js MCP | Smart contract deployment, transactions, account management | FrankGenGo/solana-web3js-mcp-server | | SolanaViz MCP | Wallet analysis, price predictions, security assessment, visualizations | FarseenSh/GOATsolana-mcp | | Jupiter Limit Order MCP | Limit orders, token swaps, price fetching | sendaifun/awesome-solana-mcp-servers | | Solana Wallet Security Scanner | Security analysis, threat detection, program monitoring | sendaifun/awesome-solana-mcp-servers | | Solana DeFi Analytics MCP | Wallet analytics, DeFi insights, strategy optimization | sendaifun/awesome-solana-mcp-servers |
Configuration Example - Solana Agent Kit:
{
"mcpServers": {
"solana": {
"command": "npx",
"args": ["-y", "@sendaifun/solana-agent-kit-mcp"],
"env": {
"SOLANA_PRIVATE_KEY": "your-private-key",
"SOLANA_RPC_URL": "your-rpc-url"
}
}
}
}
Bitcoin and Lightning
Native Bitcoin and Lightning Network integration for AI agents.
| Server | Features | Repository | |--------|----------|------------| | Bitcoin MCP | Key generation, address validation, transaction decoding, Lightning payments | AbdelStark/bitcoin-mcp | | Lightning Network MCP | Invoice payments, balance queries, BOLT11 decoding | AbdelStark/lightning-mcp | | Ordiscan MCP | Ordinals inscriptions, BRC-20 tokens, Runes, UTXO queries | Calel33/ordiscan-mcp-v1 | | MCP Inscription | Ordinal detection, inscription parsing, content display | Laz1mov/mcp-inscription | | Zebedee ZBD MCP | Lightning micropayments, rewards | zebedeeio/zbd-mcp-server |
Configuration Example - Bitcoin MCP:
{
"mcpServers": {
"bitcoin": {
"command": "npx",
"args": ["-y", "bitcoin-mcp@latest"],
"env": {
"LNBITS_URL": "your-lnbits-url",
"LNBITS_API_KEY": "your-api-key"
}
}
}
}
Layer 2 Solutions
Optimized tooling for Ethereum Layer 2 networks and privacy-preserving zkRollups.
| Server | Networks | Features | Repository | |--------|----------|----------|------------| | EVM MCP Server | Arbitrum, Optimism, Base, Polygon, zkSync | Full L2 support with unified interface | mcpdotdirect/evm-mcp-server | | Aztec Noir MCP | Aztec Network | 47 tools: Noir compiler, contract deployment, PXE interaction, key management, privacy operations, 7 documentation resources | rudazy/aztecmcp | | Base USDC Transfer MCP | Base | Gas-free USDC transfers via Coinbase MPC wallets | magnetai/mcp-free-usdc-transfer |
Configuration Example - Aztec Noir MCP:
{
"mcpServers": {
"aztec": {
"command": "npx",
"args": ["-y", "aztec-noir-mcp"],
"env": {
"AZTEC_PXE_URL": "http://localhost:8080"
}
}
}
}
Aztec Noir MCP Features:
- 47 tools across 8 categories for comprehensive Aztec development
- Noir contract compilation and deployment
- PXE (Private Execution Environment) interaction
- Key generation and wallet management
- Transaction simulation and sending
- Privacy-preserving blockchain operations
- 7 built-in documentation resources
- Full Aztec CLI integration
Non-EVM Chains
Support for alternative blockchain architectures.
| Server | Network | Features | Repository | |--------|---------|----------|------------| | Cardano (via Web3 MCP) | Cardano | ADA transfers, stake pools, UTxO queries | strangelove-ventures/web3-mcp | | TON MCP (via Web3 MCP) | TON | Balance queries, transactions, memos | strangelove-ventures/web3-mcp | | XRP Ledger (via Web3 MCP) | XRPL | XRP transfers, trustlines, transaction history | strangelove-ventures/web3-mcp | | THORChain (via Web3 MCP) | THORChain | Cross-chain swaps, RUNE balances, pool info | strangelove-ventures/web3-mcp | | Ergo MCP | Ergo | Transaction history, forensic analysis | marctheshark3/ergo-mcp | | Cosmos SDK (via Pocket MCP) | Cosmos chains | Multi-denom balances, staking, governance, IBC | pokt-network/mcp |
DeFi Protocols
Direct integration with decentralized finance protocols.
| Server | Protocol | Features | Repository | |--------|----------|----------|------------| | Aave MCP | Aave V3 | Lending, borrowing, liquidations on Base | Aave MCP | | Uniswap Trader MCP | Uniswap | Token swaps, price quotes | kukapay/uniswap-trader | | Uniswap PoolSpy MCP | Uniswap V3 | New pool tracking across 9 networks | kukapay/uniswap-poolspy-mcp |
NFT and Digital Assets
Comprehensive NFT marketplace and digital asset tooling.
| Server | Features | Repository | |--------|----------|------------| | OpenSea MCP | NFT marketplace data, collection analytics, token info, 20+ chains | OpenSea MCP | | Alchemy NFT MCP | NFT ownership, metadata, transaction history | alchemyplatform/alchemy-mcp-server | | Moralis NFT Tools | NFT data, wallet holdings, collection analytics | MoralisWeb3/moralis-mcp-server |
Configuration Example - OpenSea MCP:
{
"mcpServers": {
"opensea": {
"url": "https://mcp.opensea.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
}
}
}
Data and Analytics
Blockchain data platforms and analytics infrastructure.
| Server | Features | Repository | |--------|----------|------------| | Dune Analytics MCP | Custom SQL queries, cached results, EVM and Solana data | SAK1337/dune-mcp | | Dune + Blockscout MCP | Combined analytics, multi-chain support, compound tools | dennisonbertram/web3-stats-mcp | | Heurist Mesh MCP | On-chain analytics, token metrics, security insights | heurist-network/heurist-mesh-mcp-server |
Configuration Example - Dune Analytics:
{
"mcpServers": {
"dune": {
"command": "python",
"args": ["-m", "mcp_server_dune"],
"env": {
"DUNE_API_KEY": "your-api-key"
}
}
}
}
Market Data
Real-time cryptocurrency pricing and market intelligence.
| Server | Features | Repository | |--------|----------|------------| | CoinGecko MCP | Token prices, market data | Blockchain-MCPs/coingecko-mcp | | CoinMarketCap MCP | Real-time prices, market cap, volume | anjor/coinmarket-mcp-server | | CoinCap MCP | Real-time market data (no API key required) | QuantGeekDev/coincap-mcp | | CoinStats MCP | Portfolio tracking, market data, news | CoinStatsHQ/coinstats-mcp | | Hive Intelligence MCP | Unified crypto, DeFi, Web3 analytics | hive-intel/hive-crypto-mcp |
Prediction Markets
| Server | Repository | Features | |--------|------------|----------| | Polymarket MCP | caiovicentino/polymarket-mcp-server | 45 tools, trading, portfolio management, real-time monitoring, AI analysis | | Kalshi MCP | 9crusher/mcp-server-kalshi | Prediction market trading, settlements, order management |
Configuration
`
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rudazy
- Source: rudazy/web3-mcp-hub
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.