The Ergo MCP repository provides a Model Context Protocol server for interacting with the Ergo blockchain, offering tools for exploring blocks, transactions, network statistics, and token price information.
A Model Context Protocol (MCP) server for interacting with the Ergo blockchain, providing tools for exploring blocks, transactions, addresses, and other aspects of the Ergo blockchain.
Installation instructions are provided for using a virtual environment (recommended), system-wide pip installation, and installation from source.
The MCP server can be run as a Python module or a command-line tool. Configuration is possible via environment variables in a .env
file, including SERVER_HOST
, SERVER_PORT
, SERVER_WORKERS
, ERGO_NODE_API
, and ERGO_NODE_API_KEY
. Configuration examples for Claude.app are also provided. API documentation is available at http://localhost:3001/docs
after the server is running.
Instructions for setting up a development environment are provided, including cloning the repository, creating a virtual environment, and installing development dependencies. The project includes a comprehensive test suite, which can be run using pytest or the provided test runner script.
This project is licensed under the MIT License.
marctheshark3/ergo-mcp
March 7, 2025
March 20, 2025
Python