directory / blockchain rpc

Alchemy MCP Server

mcpofficial

Official Alchemy MCP server. 168 tools over 100+ chains: EVM and Solana RPC, token and NFT data, prices, portfolio balances, transaction simulation, tracing, and account abstraction, reached through a single OAuth-authenticated endpoint.

reviewedDX Docs production-ready
ethereumsolanastarknetbasearbitrumoptimismpolygonzksyncscroll

install

claude mcp add alchemy --transport http https://mcp.alchemy.com/mcp

use cases

  • query EVM or Solana RPC state for an address or block
  • fetch token balances, metadata, and transfer history
  • retrieve NFT ownership, metadata, and floor prices
  • look up current and historical token prices
  • simulate asset changes for a transaction before sending
  • trace and debug a transaction across supported chains

tools exposed

  • ping
  • list_chains
  • list_apps
  • ethGetBalance
  • ethGetLogs
  • ethCall
  • ethGetTransactionReceipt
  • ethGetBlockByNumber
  • resolveEnsName
  • getTokenBalances
  • getTokenMetadata
  • getAssetTransfers
  • simulateAssetChanges
  • simulateExecution
  • traceTransaction
  • debugTraceTransaction
  • getUserOperationReceipt
  • getNFTsForOwner
  • getNFTMetadata
  • getFloorPrice
  • getTokenPricesBySymbol
  • getHistoricalTokenPrices
  • getTokensByAddress
  • solana_getBalance
  • solana_getAsset

metadata

maintainer
Alchemy
auth
oauth
data sensitivity
write capable
audit
official
pricing
freemium
last reviewed
2026-06-01
chains
ethereum, base, polygon, arbitrum, optimism, solana, starknet, zksync, scroll, evm-compatible
tags
rpc, node-provider, nft, prices, simulation, multi-chain, official

links

machine-readable