Tradingale MCP Server
Martingale scores and sequences for 250+ crypto and stocks.
Quick Setup
Step 1: Get Your API Token
Sign up at tradingale.com and generate your API token from Settings → API.
Step 2: Add to Claude Desktop
Run this simple command in your terminal:
claude mcp add --transport http tradingale https://tradingale.com/mcpYour browser will open for login. After authentication, you're all set!
Step 3: Start Using
Open Claude Desktop and try: "What's the Martingale score for Bitcoin?"
Manual Configuration
Option 1: Streamable HTTP (Claude Desktop 0.8+)
For newer Claude Desktop versions that support Streamable HTTP:
{
"mcpServers": {
"tradingale": {
"url": "https://tradingale.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}Option 2: Using mcp-remote (Older versions)
For older Claude Desktop versions or other MCP clients (requires Node.js):
{
"mcpServers": {
"tradingale": {
"command": "npx",
"args": [
"mcp-remote",
"https://tradingale.com/mcp",
"--header",
"Authorization: Bearer YOUR_TOKEN_HERE"
]
}
}
}Config file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Available Tools
get_instrument - Get detailed Martingale analysis for any crypto, stock, or commodity
search_instruments - Search and filter by Martingale score, Startingale, exchange
list_top_crypto - Top-rated cryptocurrencies by Martingale score
list_top_stocks - Top-rated stocks by Martingale score
market_overview - Comprehensive market snapshot across all asset types
crypto_overview - Cryptocurrency market overview
stock_overview - Stock market overview
API Access
API and MCP access is available with Martingale Maestro subscription. Choose your API tier based on your needs:
100 calls/monthIncluded
€29.99/mo1,000 calls/monthStarter
€79.99/mo3,500 calls/monthPro
€199.99/mo10,000 calls/monthFund
€499.99/moView full pricing for all subscription options and annual discounts.
Example Usage
Ask Claude:
"What's the Martingale score for Bitcoin?""Show me the top 5 cryptocurrencies by Martingale score""Find cryptocurrencies with Martingale score above 4 available on Binance"