{
	"name": "mcp-indodax",
	"version": "1.0.0",
	"description": "Model Context Protocol server for Indodax cryptocurrency exchange API",
	"endpoints": {
		"/mcp": "MCP streamable HTTP endpoint",
		"/health": "Health check endpoint",
		"/": "This info endpoint"
	},
	"tools": {
		"public": 7,
		"private": 14,
		"total": 21
	},
	"features": [
		"Public API (market data, tickers, trades)",
		"Private API (account, trading, withdrawals)",
		"Rate limiting per API key",
		"Response caching",
		"Input validation"
	]
}