← tradingale.com

INDIVIDUAL MCP TOOL

list_top_stocks

Get the top-rated stocks by Martingale score.

tradingale.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tradingale.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tradingale-com]
url = "https://tradingale.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tradingale-com": {
      "type": "http",
      "url": "https://tradingale.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tradingale-com
Remote MCP URL: https://tradingale.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tradingale-com": {
      "url": "https://tradingale.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tradingale-com": {
      "type": "http",
      "url": "https://tradingale.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tradingale-com",
  "transport": "streamable-http",
  "url": "https://tradingale.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_instrument — Get Martingale score and detailed analysis for a specific crypto, stock, or commodity.
  • search_instruments — Search and filter instruments by Martingale score, Startingale, exchange, and other criteria.
  • list_top_crypto — Get the top-rated cryptocurrencies by Martingale score.
  • market_overview — Get a comprehensive overview of current market conditions across crypto and stocks.
  • crypto_overview — Get an overview of the cryptocurrency market.
  • stock_overview — Get an overview of the stock market.