Tradingale MCP Server

Real-time Martingale trading scores and market analysis for 250+ cryptocurrencies, stocks, and commodities.

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/api/mcp

Your 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

Alternatively, add this to your Claude Desktop config file:

{
  "mcpServers": {
    "tradingale": {
      "url": "https://tradingale.com/api/mcp/sse",
      "headers": {
        "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

Subscription Plans

Bitcoin Lover (Free)

Access to Bitcoin-only data via the web interface. No API/MCP access.

Crypto Master ($29.99/mo)

250+ cryptos + 100 API/MCP calls per month

Pro API (Starting at $79/mo)

Full API access with 1,000+ calls per month. Contact us for custom limits.

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"

Need Help?