Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server that enables AI agents to interact with Alchemy's blockchain APIs for querying token prices, NFT ownership, transaction history and other blockchain data.
Add this to your MCP client configuration:
{
"mcpServers": {
"alchemyplatform-alchemy-mcp-server": {
"command": "npx",
"args": [
"-y",
"@alchemy/mcp-server"
],
"env": {
"ALCHEMY_API_KEY": "<Your Alchemy API key>"
}
}
}
}{
"id": "alchemyplatform-alchemy-mcp-server",
"name": "Alchemy",
"description": "A Model Context Protocol (MCP) server that enables AI agents to interact with Alchemy's blockchain APIs for querying token prices, NFT ownership, transaction history and other blockchain data.",
"source_url": "https://github.com/alchemyplatform/alchemy-mcp-server",
"publisher_name": "alchemyplatform",
"publisher_url": "https://github.com/alchemyplatform",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 26985,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@alchemy/mcp-server"
},
"tools_count": 9
}