narumiruna/max-mcp
If you are the rightful owner of max-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MaiCoin MAX Exchange MCP Server provides a protocol server for interacting with the MaiCoin MAX API, enabling users to manage cryptocurrency trading operations programmatically.
Tools
Functions exposed to the LLM to take actions
get_markets
Retrieve all available markets on the MAX exchange.
get_currencies
Retrieve all available currencies on the MAX exchange.
get_tickers
Retrieve tickers for specified markets on the MAX exchange.
submit_order
Submit an order to the MAX exchange.
A confirmation prompt will display all order details for user review and require explicit approval before execution.
get_accounts
Retrieve all available accounts on the MAX exchange.
cancel_orders
Cancel orders on the MAX exchange.
get_open_orders
Retrieve all open orders on the MAX exchange.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client