
max mcp
一个基于 MaiCoin MAX API 的 MCP 服务实现,支持市场数据获取、账户管理及订单操作。
Repository Info
About This Server
一个基于 MaiCoin MAX API 的 MCP 服务实现,支持市场数据获取、账户管理及订单操作。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
WIP: MaiCoin MAX Exchange MCP Server
MaiCoin MAX API
Tools
- get_markets
- get_currencies
- get_accounts
- get_tickers
- submit_order
- cancel_orders
Usage
From PyPI:
{
"mcpServers": {
"maxmcp": {
"command": "uvx",
"args": ["maxmcp"],
"env": {
"MAX_API_KEY": "",
"MAX_API_SECRET": ""
}
}
}
}
From GitHub repository:
{
"mcpServers": {
"maxmcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/max-mcp",
"maxmcp"
],
"env": {
"MAX_API_KEY": "",
"MAX_API_SECRET": ""
}
}
}
}
TODO?
- Public API
- index prices
- historical index prices
- available loan amount
- interest rates
- get all available markets.
- getApiV3Currencies
- getApiV3Timestamp
- getApiV3K
- getApiV3Depth
- getApiV3Trades
- v2 tickers
- v3 ticker
- Wallet
- accounts
- ad ratio
- submit loan
- loan history
- submit repayment
- repayment history
- liquidation history
- liquidation detail
- interest history of your m-wallet
- withdraw_addresses
- deposit_address
- Order
- open orders
- closed orders
- order history by order id
- submit order
- cancel all orders
- order detail
- cancel an order
- Trade
- trade history
- trade detail
- Transaction
Quick Start
Clone the repository
git clone https://github.com/narumiruna/max-mcpInstall dependencies
cd max-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.