@alchemy/mcp-server
MCP ServerFreeMCP server for using Alchemy APIs
Capabilities7 decomposed
blockchain rpc method invocation via mcp protocol
Medium confidenceExposes Alchemy's blockchain RPC methods (eth_call, eth_getBalance, eth_sendTransaction, etc.) as MCP tools that can be called by Claude and other MCP clients. Implements a schema-based tool registry that maps Alchemy's JSON-RPC API surface to MCP's standardized tool-calling interface, handling parameter validation, request serialization, and response deserialization transparently.
Bridges Alchemy's full JSON-RPC API surface directly into MCP's tool-calling protocol without requiring developers to write custom tool definitions; handles Alchemy-specific enhanced methods (alchemy_getTokenBalances, alchemy_getNFTs) alongside standard Ethereum RPC, providing a unified interface for blockchain data access in agentic contexts.
Simpler than building custom Claude tools for each Alchemy method and more feature-complete than generic Ethereum RPC MCP servers because it exposes Alchemy's proprietary enhanced APIs (token/NFT data, transaction simulation) natively.
multi-chain network abstraction and routing
Medium confidenceAbstracts blockchain network selection by mapping network identifiers (mainnet, sepolia, polygon, arbitrum, etc.) to Alchemy endpoints, allowing MCP clients to specify target chains without managing endpoint URLs. Implements a configuration layer that routes RPC calls to the correct Alchemy endpoint based on network context, supporting both EVM and non-EVM chains that Alchemy serves.
Provides transparent network routing within the MCP protocol layer, allowing clients to specify chains as parameters rather than managing separate tool instances per network; integrates Alchemy's multi-chain endpoint infrastructure directly into the MCP tool registry.
More convenient than managing separate MCP servers per blockchain network and more flexible than hardcoded single-chain RPC tools because it centralizes network routing logic in one server instance.
alchemy enhanced api exposure (token and nft data)
Medium confidenceWraps Alchemy's proprietary enhanced APIs (alchemy_getTokenBalances, alchemy_getNFTs, alchemy_getAssetTransfers, alchemy_getOwnersForToken) as MCP tools, providing high-level blockchain data queries without requiring clients to parse raw contract state or construct complex filter logic. These methods abstract away contract interaction complexity and return pre-indexed, normalized data from Alchemy's infrastructure.
Exposes Alchemy's proprietary indexed data APIs (not available through standard Ethereum RPC) as first-class MCP tools, allowing agents to query normalized token and NFT data without implementing custom indexing or contract parsing logic.
More efficient than building agents that call raw eth_call methods to query token balances or NFT ownership because it leverages Alchemy's pre-indexed data; provides richer metadata than generic blockchain RPC servers.
mcp server lifecycle management and configuration
Medium confidenceImplements standard MCP server initialization, configuration loading, and resource management. Handles MCP protocol handshake, tool registry initialization, and graceful shutdown. Supports environment-based configuration (API keys, network settings) and exposes Alchemy API credentials securely through the MCP server process without leaking them to clients.
Implements the full MCP server specification for Alchemy, handling protocol compliance, tool registry initialization, and secure credential management within the server process boundary.
Simpler than building a custom MCP server from scratch because it provides pre-built lifecycle management and Alchemy-specific tool definitions; more secure than passing API keys directly to clients because credentials stay server-side.
error handling and rpc failure recovery
Medium confidenceImplements error handling for blockchain RPC failures, network timeouts, and invalid parameters. Maps Alchemy-specific error codes and JSON-RPC errors to human-readable MCP error responses. Provides retry logic for transient failures (network timeouts, temporary endpoint unavailability) while failing fast on permanent errors (invalid addresses, insufficient gas).
Provides Alchemy-specific error handling that understands blockchain-domain failures (invalid addresses, contract reverts, gas estimation errors) and maps them to MCP error responses, rather than generic HTTP error handling.
More robust than naive RPC proxies that fail on any error because it implements retry logic and error classification; more transparent than black-box error handling because it exposes error details to agents.
schema-based tool parameter validation
Medium confidenceValidates MCP tool parameters against JSON schemas derived from Alchemy's RPC method signatures. Checks parameter types, required fields, and value constraints (e.g., valid hex addresses, block numbers) before sending requests to Alchemy. Provides detailed validation error messages to clients, preventing invalid RPC calls and reducing wasted API quota.
Implements JSON schema-based validation for Alchemy RPC parameters within the MCP tool registry, preventing invalid calls before they reach Alchemy's endpoints.
More efficient than letting invalid calls fail at Alchemy because it catches errors earlier and provides better error messages; more maintainable than custom validation code because it uses standard JSON schemas.
transaction construction and signing preparation
Medium confidenceProvides MCP tools for constructing unsigned transaction objects that conform to Ethereum standards (EIP-1559, legacy transactions). Accepts transaction parameters (to, from, value, data, gas, gasPrice) and returns a serialized transaction object ready for signing. Does not perform signing itself (that remains client responsibility) but validates transaction structure and estimates gas if requested.
Integrates Alchemy's gas estimation and transaction validation into the MCP tool layer, allowing agents to construct and validate transactions without implementing Ethereum transaction encoding logic.
Simpler than agents implementing their own transaction encoding because it provides pre-built transaction construction tools; more flexible than hardcoded transaction templates because it accepts arbitrary parameters.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @alchemy/mcp-server, ranked by overlap. Discovered automatically through the match graph.
@alchemy/mcp-server
MCP server for using Alchemy APIs
Thirdweb
** - Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by [Thirdweb](https://thirdweb.com/)
@moralisweb3/api-mcp-server
Moralis MCP server
Hive Intelligence
** 📇 ☁️ 🏠 - Hive Intelligence: Ultimate cryptocurrency MCP for AI assistants with unified access to crypto, DeFi, and Web3 analytics. Hive's remote mcp server guide [remote server](https://hiveintelligence.xyz/crypto-mcp).
Nebula-Block-Data/nebulablock-mcp-server
** integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools
Openfort
** - Supercharge your AI assistant with plug-and-play access to authentication, project scaffolding, and smart wallet tooling.
Best For
- ✓AI agents and Claude instances that need blockchain data access
- ✓Developers building LLM-powered dApps or blockchain analysis tools
- ✓Teams integrating Alchemy infrastructure into agentic workflows
- ✓Multi-chain dApp developers and blockchain analysts
- ✓Agents that need to compare data or execute transactions across different blockchains
- ✓Teams building cross-chain orchestration tools
- ✓Portfolio tracking and wallet analysis agents
- ✓NFT discovery and collection analysis tools
Known Limitations
- ⚠Requires valid Alchemy API key; rate limits apply per Alchemy plan tier
- ⚠Network latency depends on Alchemy endpoint availability and blockchain congestion
- ⚠No built-in transaction simulation or gas estimation — raw RPC methods only
- ⚠Synchronous request/response model; no streaming for long-running blockchain operations
- ⚠Limited to networks supported by Alchemy (does not support all EVM chains or non-EVM blockchains)
- ⚠No automatic chain detection or validation — client must specify network explicitly
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Package Details
About
MCP server for using Alchemy APIs
Categories
Alternatives to @alchemy/mcp-server
Are you the builder of @alchemy/mcp-server?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →