How to Use the Alchemy MCP in Claude Code
Pipe live Ethereum wallet balances and transaction receipts into Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Alchemy MCP to Claude Code
Create your Vinkius account to connect Alchemy to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script automated wallet audits in Claude Code
The Alchemy MCP Server provides terminal-ready tools like `get_wallet_balance` to inspect on-chain assets from your command line. Claude Code calls this tool to retrieve the exact Ether balance of any address in wei. Because Claude Code runs in your shell, you can pipe this output directly into local scripts or save it to a JSON report. It simplifies command-line Ethereum verification in Claude Code without requiring heavy web3 libraries.
Validate on-chain transaction logs via CLI
Querying receipts with the `get_transaction_receipt` MCP tool retrieves the full execution data for any transaction hash you provide. Your terminal session displays event logs, gas usage, and block status immediately after execution. DevOps teams can run Claude Code in CI/CD pipelines to verify that Alchemy-tracked transactions succeeded. This setup removes the need to open a web browser to check Etherscan during Claude Code deployment runs.
Monitor node status using Claude Code terminal commands
Running the `check_api_status` tool queries the node provider to ensure the connection is active and responsive. Your CLI agent uses this tool to diagnose connection issues before executing complex on-chain scripts. If your automated cron jobs fail, running this Alchemy check in Claude Code tells you instantly if the node provider is down. This simple call acts as a lightweight health check for your Claude Code web3 workflows.
Set up Alchemy MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seealchemy-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Alchemy transactions." It will automatically discover and invoke the available Alchemy tools.
claude mcp add --transport http alchemy-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Alchemy MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Alchemy MCP today
We host it, we monitor it, we maintain it. You just paste one token.