What it does
This MCP server enables AI agents to query Alchemy's blockchain APIs without writing code, exposing 97 structured tools. It provides token price lookups (current and historical with flexible time-frame queries), NFT ownership and contract data retrieval, multi-network balance checking, and detailed transaction analysis. Two deployment modes are available: a hosted remote server at mcp.alchemy.com (recommended) authenticating via OAuth, or a local STDIO mode that runs on-premises with an API key. Optional wallet agent integration unlocks transaction signing and DEX swaps through Smart Contract Accounts.
Who it's for
Backend engineers building AI-powered dapps, blockchain developers integrating Claude into contract workflows, and teams deploying agents that analyze or interact with on-chain data without requiring Web3 expertise.
Common use cases
- Query current and historical token prices across flexible time frames
- Check token and NFT balances across Ethereum, Base, and other networks
- Retrieve NFT collections and contract metadata for addresses
- Analyze transaction history and asset transfer patterns
- Sign and broadcast transactions via Smart Contract Accounts
Setup pitfalls
- Secrets in codebase: Registry scanner detected 2 secrets; audit before self-hosting locally.
- Authentication differs by mode: Hosted server uses OAuth (no key needed); local STDIO requires
ALCHEMY_API_KEYenvironment variable. - Wallet server dependency:
sendTransactionandswaptools requireAGENT_WALLET_SERVERURL configured; they will not function without it. - Rate limits and uptime dependencies: All queries depend on Alchemy API availability and rate limits.