Alchemy MCP for AI Agents. Analyze wallet assets and audit blockchain transactions by address
Alchemy MCP lets your AI client audit and analyze any blockchain data—from wallet balances to NFT ownership and complex transaction histories. Instead of navigating block explorers, you ask your agent questions, and it instantly queries Ethereum and compatible networks for real-time asset intelligence.
Give Claude and any AI agent real-world access
Retrieves the native currency balance and all specific ERC-20 token balances for any given Ethereum address.
Scans a specified wallet to list every unique digital asset (NFT) it owns, including collection metadata.
Pulls the detailed receipt for any transaction hash, showing its final status and outcome on the chain.
Gets the most recent block number to confirm the current state of the blockchain network.
Verifies whether the Alchemy service is currently operational and ready for querying.
Ask an AI about this
Waiting for input…
What AI agents can do with Alchemy: 6 Tools for Blockchain Data Access
These tools let your agent query native balances, list NFTs, check token holdings, and review transaction receipts directly from the chain.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Alchemy MCPCheck Api Status
Confirms if the Alchemy service connection is currently working and operational for querying data.
Get Wallet Balance
Retrieves the current native currency balance (in wei) for any specified Ethereum...
Get Latest Block Number
Returns the number of the most recent block published on the network.
Get Owned Nfts
Lists all Non-Fungible Tokens owned by a specific wallet address.
Get Token Balances
Gets the balance of every ERC-20 token associated with an address.
Get Transaction Receipt
Provides a full, detailed receipt for any specific transaction using its unique hash.
Security and governance baked right in.
Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on each call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Alchemy, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 5,200+ others, all in one place
- Add new capabilities to your AI anytime you want
- Connections are secured and governed automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog weekly
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Alchemy. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS CLOUD
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on each call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Alchemy MCP: Auditing Web3 Asset Ownership and NFT Data
Today, auditing an entire digital portfolio means opening multiple block explorers. You copy the address, check the ETH balance, then switch tabs to query ERC-20 tokens, and finally perform a separate search just for owned NFTs. It's tedious, slow, and easy to miss crucial details.
With this MCP, you simply ask your agent: 'Show me everything related to this wallet.' The system combines calls like `get_wallet_balance`, `get_token_balances`, and `get_owned_nfts` into one coherent response. You get a single source of truth about the assets without leaving your chat window.
Alchemy MCP: Analyzing Blockchain Transaction History
Manually tracing transaction failures is a nightmare. You have to find the hash, then read through all the raw data to determine *why* it failed—was it an insufficient gas payment? Did the smart contract reject the call? This manual process eats up hours.
Now you pass the transaction hash directly to your agent. It uses `get_transaction_receipt` and delivers a clean, human-readable breakdown of the outcome, showing exactly what happened when the funds moved or the contract executed.
What Alchemy MCP for AI Agents MCP does for your AI
Blockchain analysis used to mean endless clicking through web interfaces. You'd copy addresses, paste them into a dozen different tabs, and piece together the puzzle yourself. This MCP changes that. It lets you talk to your data instead of digging through it.
With this connector, your AI agent acts as an instant Web3 analyst. You can ask complex questions—like 'Show me all assets owned by these addresses' or 'Did this specific smart contract interaction succeed?'—and get immediate, actionable answers. Your agent pulls real-time data on native currency holdings, ERC-20 tokens, and full NFT portfolios across multiple networks.
When you connect to the Vinkius catalog, your AI client gains access to this intelligence layer. You don't need to know RPC querying; you just need to ask a question. It’s about making blockchain data conversational.
019d8414-1484-7106-b0bb-36a43dc3565d How to set up Alchemy MCP for AI Agents MCP
The bottom line is you get real-time, deep web3 insights without manually querying any block explorer or API endpoint.
Start by connecting your preferred AI client to this MCP within Vinkius.
Provide a clear prompt, asking your agent to perform a specific blockchain task (e.g., 'What are the token balances for address X?').
The agent executes the necessary queries and returns the structured data directly in your chat interface.
Who uses Alchemy MCP for AI Agents MCP
This MCP is for the crypto analyst who spends hours cross-referencing data points. It’s built for security researchers needing rapid audit reports and developers building complex DeFi tools that need reliable, immediate on-chain data.
Checks if a multi-step smart contract interaction succeeded or failed by running get_transaction_receipt against a specific transaction hash.
Quickly audits an opponent's wallet to see their total asset exposure, combining calls to get_wallet_balance, get_token_balances, and get_owned_nfts.
Performs rapid due diligence by retrieving the latest block number (get_latest_block_number) before attempting to audit assets or contracts.
Benefits of connecting Alchemy MCP for AI Agents MCP
Audit NFT collections instantly. Instead of browsing a collection page, you can use get_owned_nfts to list every digital asset owned by an address in seconds.
Consolidate all token data. Combining the results from get_wallet_balance and get_token_balances gives you a single view of total crypto exposure for any wallet.
Understand transaction outcomes. Use get_transaction_receipt to verify if a complex smart contract call completed successfully or failed midway, saving hours of manual investigation.
Stay current on the network. Running get_latest_block_number confirms you are operating with the most up-to-date data available across supported networks.
Reliable data access. The ability to check API status first ensures that your deep research workflow doesn't fail because of a temporary service outage.
Alchemy MCP for AI Agents MCP use cases
Investigating suspicious funds transfers
A security analyst wants to know how funds moved. They ask their agent, and it uses get_transaction_receipt to pull the full history of a transaction hash, revealing exactly which contracts were called and if any part failed.
Valuing an NFT portfolio
A client needs an asset summary. The agent runs three commands: get_owned_nfts to list the assets, then checks the overall wallet balance using get_wallet_balance, giving a complete picture of the user's wealth.
Checking DeFi protocol status
A developer building a monitoring tool needs confirmation that all necessary data is available. They call check_api_status first, ensuring their automated workflow runs against an active endpoint before querying balances or transactions.
Mapping token movements across addresses
A researcher wants to track a specific asset type. The agent uses get_token_balances for multiple related addresses in one query, mapping the flow of ERC-20 tokens and identifying potential leakage points.
Alchemy MCP for AI Agents MCP tradeoffs
What to watch out for, and the recommended way to handle each one.
Treating blockchain as a simple database
Assuming that just because an address exists, you can immediately find all its balances without specifying the token type or network. This leads to incomplete data sets.
Always use get_token_balances alongside get_wallet_balance to get a comprehensive view of native and specific ERC-20 assets for total asset accountability.
Ignoring transaction failure details
Seeing that a transaction was initiated but assuming it succeeded. This is dangerous because many smart contract calls fail silently or partially.
You must run get_transaction_receipt to verify the final status code and detailed outcome of the event, confirming if the action actually completed on-chain.
Overlooking network timing
Running a time-sensitive analysis without knowing the absolute latest state of the blockchain. This means missing critical data points.
Start by calling get_latest_block_number to anchor your research in the most current, verified block height before proceeding with any asset or transaction audit.
When to use Alchemy MCP for AI Agents MCP
Use this MCP if your core task involves deep financial analysis of decentralized assets. You need to verify token balances (get_token_balances), track NFTs (get_owned_nfts), and review the immutable history provided by get_transaction_receipt. Don't use it if you are simply writing basic code or managing simple records that don't involve a public blockchain ledger—those tasks require standard database connectors. If your goal is merely to check if an API endpoint is up, while check_api_status works, remember this MCP is designed for data retrieval, not pure uptime monitoring.
Frequently asked questions about Alchemy MCP for AI Agents MCP
How does the Alchemy MCP help me track my crypto holdings? +
It provides a single, comprehensive view of all your digital assets. You don't just see ETH; you get separate balances for every ERC-20 token and a list of owned NFTs, giving you a true picture of your portfolio value.
Can I use the Alchemy MCP to audit smart contract interactions? +
Yes. By querying transaction receipts using this MCP, you can review the full execution details of any smart contract call. You'll see if it succeeded, failed, or transferred funds as expected.
I need to know the latest blockchain state; how does Alchemy help? +
You simply ask your agent for the latest block number. This confirms that all data you are analyzing is based on the most current and validated state of the network, preventing stale research.
What if I need to check balances across multiple addresses? +
The MCP lets your agent handle multiple address lookups in a single workflow. You can ask it to audit several wallets at once to compare asset distributions or track ownership changes across different parties.
Is this suitable for developing DeFi monitoring tools? +
Absolutely. It gives developers reliable, real-time access to core blockchain data—from token movements to transaction history—making it perfect for building robust automation.