alchemy-mcp-server

alchemy-mcp-server

46

Alchemy MCP Server is a Model Context Protocol server that empowers AI agents to interact seamlessly with Alchemy's blockchain APIs. It facilitates actions like querying token prices and retrieving NFT ownership information, all without the need to write code.

How do I set up the Alchemy MCP Server?

You can set up the server by configuring your MCP config file with the provided JSON configuration, which includes using 'npx' to run the server with your Alchemy API key.

What blockchain networks are supported?

The server supports multiple blockchain networks, allowing you to query data across different chains such as Ethereum and Base.

Can I fetch historical token prices?

Yes, you can use methods like 'fetchTokenPriceHistoryBySymbol' to get historical price data for tokens.

Is there a tool for debugging the MCP server?

Yes, the MCP Inspector is available for debugging, providing a visual interface to test methods and view response data.

How can I contribute to the Alchemy MCP Server?

Contributions are welcome via pull requests. For major changes, it's recommended to open an issue first to discuss the proposed changes.