Tradingale MCP Server
Martingale intelligence for AI agents via Model Context Protocol.
What is Tradingale?
Tradingale provides martingale metrics for 250+ crypto and stock instruments:
Martingale Score (0-5): Measures instrument suitability for martingale strategies
Startingale (0-5): Real-time market alignment indicator
Sequence Parameters: Delta price, multipliers, rounds configuration
Related MCP server: DexPaprika (CoinPaprika)
Quick Start (Recommended: Remote Server)
Add to your Claude Desktop, Cursor, or Windsurf config:
{
"mcpServers": {
"tradingale": {
"type": "streamable-http",
"url": "https://tradingale.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Get your API key at tradingale.com/pricing
Available Tools
Tool | Description |
| Get detailed metrics for a specific instrument |
| Search and filter by score, exchange, rounds |
| Top cryptocurrencies by Martingale Score |
| Top stocks by Martingale Score |
| Full market overview across all assets |
| Crypto market summary |
| Stock market summary |
Local Development
npm install
npm run build
npm startNote: The local server is a stub for inspection. Use the remote endpoint for actual data.
Documentation
License
MIT