Alchemy MCP Plugin
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALCHEMY_API_KEY | Yes | Your API key from Alchemy (https://www.alchemy.com/) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_nfts_for_owner | Get NFTs owned by a specific wallet address |
get_nft_metadata | Get metadata for a specific NFT |
get_nft_sales | Get NFT sales data for a contract or specific NFT |
get_contracts_for_owner | Get NFT contracts owned by an address |
get_floor_price | Get floor price for an NFT collection |
get_owners_for_nft | Get owners of a specific NFT |
get_nfts_for_contract | Get all NFTs for a contract |
get_transfers_for_contract | Get transfers for an NFT contract |
get_transfers_for_owner | Get NFT transfers for an owner |
get_token_balances | Get token balances for a specific address |
get_token_metadata | Get metadata for a token contract |
get_tokens_for_owner | Get tokens owned by an address |
get_asset_transfers | Get asset transfers for a specific address or contract |
get_transaction_receipts | Get transaction receipts for a block |
get_block_number | Get the latest block number |
get_block_with_transactions | Get a block with its transactions |
get_transaction | Get transaction details by hash |
resolve_ens | Resolve an ENS name to an address |
lookup_address | Lookup the ENS name for an address |
estimate_gas_price | Estimate current gas price |
subscribe | Subscribe to blockchain events |
unsubscribe | Unsubscribe from blockchain events |