Metadata-Version: 2.4
Name: mcp-server-max
Version: 0.1.1
Author-email: narumi <toucans-cutouts0f@icloud.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: mcp>=1.6.0
Requires-Dist: rich>=13.9.4
Description-Content-Type: text/markdown

# mcp-server-max

[MaiCoin MAX API](https://max.maicoin.com/documents/api_list/v3)

### GitHub

```json
{
  "mcpServers": {
    "mcp-server-max": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/mcp-server-max",
        "mcp-server-max"
      ]
    }
  }
}
```

### Local

```json
{
  "mcpServers": {
    "mcp-server-max": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/home/<user>/workspace/mcp-server-max",
        "mcp-server-max"
      ]
    }
  }
}
```

## TODO

- Public API
  - [ ] index prices
  - [ ] historical index prices
  - [ ] available loan amount
  - [ ] interest rates
  - [x] get all available markets.
  - [x] getApiV3Currencies
  - [ ] getApiV3Timestamp
  - [ ] getApiV3K
  - [ ] getApiV3Depth
  - [ ] getApiV3Trades
  - [x] v2 tickers
  - [x] v3 ticker
- Wallet
- Order
- Trade
- Transaction
