MaiCoin MAX Exchange MCP Server logo

MaiCoin MAX Exchange MCP Server

by narumiruna

This is a work-in-progress server for interacting with the MaiCoin MAX Exchange API. It provides tools for accessing market data, managing accounts, and submitting/cancelling orders.

View on GitHub

Last updated: N/A

What is MaiCoin MAX Exchange MCP Server?

This server provides tools to interact with the MaiCoin MAX Exchange API (v3). It allows users to programmatically access market data, manage their accounts, and execute trades.

How to use MaiCoin MAX Exchange MCP Server?

The server can be installed from PyPI or directly from the GitHub repository using the provided JSON configurations. You will need to set the MAX_API_KEY and MAX_API_SECRET environment variables with your API credentials.

Key features of MaiCoin MAX Exchange MCP Server

  • Retrieving market data (currencies, markets, tickers)

  • Managing accounts

  • Submitting and cancelling orders

  • Accessing historical data (in progress)

  • Wallet management (in progress)

Use cases of MaiCoin MAX Exchange MCP Server

  • Automated trading strategies on MaiCoin MAX

  • Building custom trading dashboards

  • Integrating MaiCoin MAX data into other applications

  • Programmatically managing cryptocurrency portfolios

  • Researching market trends on MaiCoin MAX

FAQ from MaiCoin MAX Exchange MCP Server

What is the MaiCoin MAX API?

The MaiCoin MAX API is a set of interfaces that allows developers to interact with the MaiCoin MAX exchange programmatically.

Where can I find the MaiCoin MAX API documentation?

The API documentation is available at https://max.maicoin.com/documents/api_list/v3

How do I get an API key and secret?

You need to create an account on MaiCoin MAX and generate API keys in your account settings.

What are the environment variables used?

The server requires MAX_API_KEY and MAX_API_SECRET to be set as environment variables.

Is this server complete?

No, this is a work-in-progress. Some features are still under development, as indicated in the TODO section.