MCP Hub
Back to servers

tradingale-mcp

Martingale Intelligence for AI trading agents. Provides proprietary scores and sequence parameters for 250+ crypto and stock instruments to evaluate martingale strategy suitability.

glama
Stars
1
Updated
Mar 29, 2026
Validated
Mar 31, 2026

Tradingale MCP Server

Martingale intelligence for AI agents via Model Context Protocol.

MCP Server

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

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

ToolDescription
get_instrumentGet detailed metrics for a specific instrument
search_instrumentsSearch and filter by score, exchange, rounds
list_top_cryptoTop cryptocurrencies by Martingale Score
list_top_stocksTop stocks by Martingale Score
market_overviewFull market overview across all assets
crypto_overviewCrypto market summary
stock_overviewStock market summary

Local Development

npm install
npm run build
npm start

Note: The local server is a stub for inspection. Use the remote endpoint for actual data.

Documentation

License

MIT

Reviews

No reviews yet

Sign in to write a review