Mesh Agent MCP Server is a server that connects to Heurist Mesh APIs, enabling interaction with blockchain and Web3 tools. It supports multiple transports and provides data access for cryptocurrency analysis and more through a unified interface.
To use the Mesh Agent MCP Server, clone the repository, install necessary packages, and run the server. Choose either stdio or SSE transport and configure the server with your Heurist API key for access.
- **What are the prerequisites to run the server?** You need Python 3.10 or higher, UV package manager or Docker, and a Heurist API key. - **Is there a way to customize the available agents?** Yes, you can modify the `DEFAULT_AGENTS` list in the `server.py` file to add or remove agents. - **How can I get a Heurist API key?** Follow the instructions provided in the Heurist documentation to obtain an API key.