Skip to main content
Glama

CCXT MCP Server

analyzeTradingPerformance

Evaluate trading performance for a specified account by analyzing trades over a chosen period, with options to filter by symbol, using the CCXT MCP Server for detailed insights.

Instructions

Analyze trading performance for a configured account

Input Schema

NameRequiredDescriptionDefault
accountNameYesAccount name defined in the configuration file (e.g., 'bybit_main')
periodNoAnalysis period: '7d', '30d', '90d', or 'all'30d
symbolNoOptional trading symbol (e.g., 'BTC/USDT') to filter trades

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "description": "Account name defined in the configuration file (e.g., 'bybit_main')", "type": "string" }, "period": { "default": "30d", "description": "Analysis period: '7d', '30d', '90d', or 'all'", "enum": [ "7d", "30d", "90d", "all" ], "type": "string" }, "symbol": { "description": "Optional trading symbol (e.g., 'BTC/USDT') to filter trades", "type": "string" } }, "required": [ "accountName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lazy-dinosaur/ccxt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server