Web3 MCP Server

55 tools. 10 can modify or destroy data without limits.

10 destructive tools with no built-in limits. Policy required.

Last updated:

10 can modify or destroy data
45 read-only
55 tools total

Community server · catalogue entry verified 11/06/2026

How to control Web3 MCP Server ↓

Read (45) Write / Execute (0) Destructive / Financial (10)
Critical Risk

10 of Web3 MCP Server's 55 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and Web3 MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "executeSwap": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Cap read operations
{
  "getAccountInfo": {
    "limits": [
      {
        "counter": "getaccountinfo_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Web3 MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON WEB3 →

Free to start. No card required.

READ 45 tools
Read getAccountInfo Get detailed account information for a Solana address Read getBalance Get balance for a Solana address Read getBCHNetworkInfo Get current Bitcoin Cash network information Read getBCHTransactionHistory Get transaction history for a Bitcoin Cash address Read getBitcoinBalance Get balance for a Bitcoin address Read getBitcoinCashBalance Get balance for a Bitcoin Cash address Read getBTCNetworkInfo Get current Bitcoin network information Read getBTCTransactionHistory Get transaction history for a Bitcoin address Read getCardanoAddressBalance Get balance and token holdings for a Cardano address Read getCardanoWalletInfo Get the current wallet information, including balance and tokens Read getCoinGeckoPrices Get current prices of tokens using their CoinGecko IDs. Must provide valid CoinGecko IDs (use searchCoinGecko Read getCoinInfoByCoingeckoId Look up contract addresses and chain information for a token using its CoinGecko ID. Use searchCoinGecko first Read getDogeBalance Get balance for a Dogecoin address Read getDOGENetworkInfo Get current Dogecoin network information Read getDOGETransactionHistory Get transaction history for a Dogecoin address Read getEvmBalance Get native token balance for an EVM address on any supported network Read getEvmTokenBalance Get ERC-20 token balance for an address on any supported EVM network Read getGasPrice Get current gas price for any supported EVM network Read getLitecoinBalance Get balance for a Litecoin address Read getLTCNetworkInfo Get current Litecoin network information Read getLTCTransactionHistory Get transaction history for a Litecoin address Read getMyAddress Get your Solana public address from private key in .env Read getRubicBridgeQuote Get the best cross-chain bridge route for swapping tokens between different blockchains. Read getRubicBridgeQuotes Get all available cross-chain bridge routes for swapping tokens between different blockchains. Read getRubicBridgeStatus Check the status of a cross-chain bridge transaction. Read getRubicSupportedChains Get a list of all blockchains supported by Rubic for cross-chain bridging. Read getSplTokenBalances Get SPL token balances for a Solana address Read getSwapQuote Get best swap quote from Jupiter DEX aggregator Read getThorchainBalance Get RUNE balance for an address Read getThorchainPoolInfo Get information about a THORChain liquidity pool Read getThorchainSwapQuote Get a quote for swapping assets on THORChain Read getTonBalance Get balance for a TON address Read getTonNetworkInfo Get current TON network information Read getTonTransactionHistory Get transaction history for a TON address Read getXrpBalance Get balance for an XRP address Read getXrpLedgerInfo Get current XRP Ledger information Read getXrpTokenBalances Get token balances for an XRP address Read getXrpTransactionHistory Get transaction history for an XRP address Read searchCoinGecko Search for coins by ticker symbol OR name to get their CoinGecko ID. IMPORTANT: Only search with one term - ei Read validateBCHAddress Validate a Bitcoin Cash address format Read validateBTCAddress Validate a Bitcoin address format Read validateDOGEAddress Validate a Dogecoin address format Read validateLTCAddress Validate a Litecoin address format Read validateTonAddress Validate a TON address format Read validateXrpAddress Validate an XRP address format

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent move money through the Web3 MCP Server MCP server? +

Yes. The Web3 MCP Server server exposes 10 financial tools including executeSwap, transfer, approveEvmToken. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How many tools does the Web3 MCP Server MCP server expose? +

55 tools across 4 categories: Execute, Financial, Read, Write. 45 are read-only. 10 can modify, create, or delete data.

How do I enforce a policy on Web3 MCP Server? +

Register the Web3 MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Web3 MCP Server tool call.

Deterministic rules across all 55 Web3 MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

55 Web3 MCP Server tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.