{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"name": "indodax-cli",
"maintainers": [
"ibidathoillah"
],
"mcpName": "io.github.ibidathoillah/indodax-cli",
"description": "Professional-grade MCP server and CLI for the Indodax cryptocurrency exchange. Provides comprehensive access to real-time market data, secure account management, spot trading, paper trading, and WebSocket event streams. Supports STDIO for desktop apps (Claude) and HTTP Bridge for mobile/cloud (ChatGPT/Glama) with multi-user isolation.",
"environmentVariables": [
{
"name": "INDODAX_API_KEY",
"description": "Your Indodax API Key. Required for private operations.",
"required": true,
"isSecret": true
},
{
"name": "INDODAX_API_SECRET",
"description": "Your Indodax API Secret. Required for private operations.",
"required": true,
"isSecret": true
}
],
"capabilities": {
"prompts": true,
"resources": true,
"tools": true
},
"deployment": {
"docker": {
"image": "ghcr.io/ibidathoillah/indodax-cli:latest",
"port": 8000
},
"http": {
"supported": true,
"auth": "Header (x-api-key, x-api-secret)",
"endpoints": {
"call": "/call/{tool_name}",
"health": "/health"
}
}
},
"keywords": [
"indodax",
"crypto",
"trading",
"mcp",
"rust",
"bitcoin",
"market-data",
"automated-trading",
"paper-trading",
"http-bridge"
]
}