Alchemy Blockchain API
Integrates with Alchemy's blockchain APIs to enable querying token prices, NFT ownership, transaction history, and token balances across multiple blockchain networks without writing code.
Featured
View Source61 stars
0 tools
Created Aug 2025
@alchemyplatform/alchemyplatform-alchemy-blockchain-api-alchemy-mcp-serverAbout
Integrates with Alchemy's blockchain APIs to enable querying token prices, NFT ownership, transaction history, and token balances across multiple blockchain networks without writing code.
Categories
general
Installation
npm
npm install @alchemyplatform/alchemyplatform-alchemy-blockchain-api-alchemy-mcp-server
Configuration
{
"mcpServers": {
"alchemyplatform-alchemy-blockchain-api-alchemy-mcp-server": {
"command": "npx",
"args": [
"-y",
"@alchemyplatform/alchemyplatform-alchemy-blockchain-api-alchemy-mcp-server"
]
}
}
}