MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Martingale Intelligence MCP Server - Proprietary scores and sequence parameters for 250+ instruments. Connect AI agents via Model Context Protocol.

创建于 3/29/2026
更新于 about 7 hours ago
Repository documentation and setup instructions

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

| Tool | Description | |------|-------------| | get_instrument | Get detailed metrics for a specific instrument | | search_instruments | Search and filter by score, exchange, rounds | | list_top_crypto | Top cryptocurrencies by Martingale Score | | list_top_stocks | Top stocks by Martingale Score | | market_overview | Full market overview across all assets | | crypto_overview | Crypto market summary | | stock_overview | Stock 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

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "tradingale-mcp-server": { "command": "npx", "args": [ "tradingale-mcp-server" ] } } }