The repository implements a server that acts as an intermediary between AI models/tools (like Cursor and Claude) and various Ergo blockchain data sources (Explorer API, Node API, ErgoWatch API). It utilizes a modular design, separating API interactions into distinct tool functions that can be invoked by the AI model. Configuration is managed through environment variables, which simplifies deployment.
Python
4