Alchemy MCP
UpThe Alchemy MCP Server is Alchemy's official hosted server: around 168 tools give access to on-chain data across Ethereum, Solana, Polygon, Arbitrum, Base and other networks — token prices, NFT metadata and ownership, transaction and transfer history, spam detection, transaction simulation. A remote endpoint signs in via OAuth with your Alchemy account, no install or key needed.
Why this server
- ~168 tools across dozens of networks — Ethereum, Solana, Polygon, Arbitrum, Base and more
- simulateExecution previews a transaction's outcome before it hits the chain — no wasted gas
- Remote OAuth sign-in with your Alchemy account — no API key, no local install
- isSpamContract and getSpamContracts filter out spam tokens before the agent ever sees them
Usage examples
Prompt: What's ETH trading at right now, and how many Azuki NFTs does wallet 0xAB…12 hold?
Result: fetchTokenPriceBySymbol returned ETH's price, and getNFTsForOwner returned the wallet's NFTs filtered to the Azuki contract.
Prompt: Check whether contract 0xF3…9c on Base is a spam token, and show its recent transfers
Result: isSpamContract confirmed the contract is legitimate, and fetchTransfers returned the token's recent Base-network transfers.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.