# io.github.tradingale/mcp (remote · tradingale.com)

Read-only martingale data: Martingale Score & Startingale for 250+ cryptos and US stocks.

- Trust score: 81/100 (high trust)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tradingale.com`: 81/100 (this document), [markdown](https://verifymcp.io/servers/tradingale-mcp/tradingale.md), [page](https://verifymcp.io/servers/tradingale-mcp/tradingale)

## Channel facts

- Endpoint: `https://tradingale.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 473 tokens (~67/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http tradingale-mcp https://tradingale.com/mcp
```

### Codex

```toml
[mcp_servers.tradingale-mcp]
url = "https://tradingale.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tradingale-mcp": {
      "type": "remote",
      "url": "https://tradingale.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tradingale-mcp --url https://tradingale.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tradingale-mcp:
    url: "https://tradingale.com/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 79, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 72, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 72)

First indexed and scored.

## MCP tools (7)

### `get_instrument` (~77 tokens)

Get Martingale score and detailed analysis for a specific crypto or stock. Returns score breakdown, parameters, and exchange availability.

Input parameters:

- `symbol` (string, required): Ticker symbol (e.g., BTC, ETH, AAPL, GOLD)
- `type` (string): Asset type. Default: crypto. If not found, searches other types automatically.

### `search_instruments` (~139 tokens)

Search and filter instruments by Martingale score, Startingale, exchange, and other criteria. Returns a ranked list of matching instruments.

Input parameters:

- `exchange` (string): Filter by exchange availability
- `limit` (integer): Maximum results to return. Default: 10, Max: 20
- `min_martingale` (number): Minimum Martingale score (0-5). Default: 0
- `min_startingale` (number): Minimum Startingale value (0-5). Default: 0
- `rounds` (string): Filter by number of rounds
- `type` (string): Asset type to search. Default: crypto

### `list_top_crypto` (~66 tokens)

Get the top-rated cryptocurrencies by Martingale score. Optionally filter by minimum Startingale.

Input parameters:

- `limit` (integer): Number of results. Default: 10, Max: 20
- `min_startingale` (number): Minimum Startingale to include. Default: 0

### `list_top_stocks` (~67 tokens)

Get the top-rated stocks by Martingale score. Optionally filter by minimum Startingale.

Input parameters:

- `limit` (integer): Number of results. Default: 10, Max: 20
- `min_startingale` (number): Minimum Startingale to include. Default: 0

### `market_overview` (~45 tokens)

Get a comprehensive overview of current market conditions across crypto and stocks. Shows top 5-10 instruments ranked by Martingale Score (0-5), with their Startingale readings.

### `crypto_overview` (~40 tokens)

Get an overview of the cryptocurrency market. Shows top 5 cryptos ranked by Martingale Score (0-5), with their current Startingale readings.

### `stock_overview` (~39 tokens)

Get an overview of the stock market. Shows top 5 stocks ranked by Martingale Score (0-5), with their current Startingale readings.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tradingale-mcp/tradingale#diagnostics

## Score history

- 2026-08-03: 81
- 2026-08-02: 80
- 2026-08-01: 80
- 2026-07-31: 79
- 2026-07-30: 74
- 2026-07-29: 74
- 2026-07-28: 73
- 2026-07-27: 72
- 2026-07-26: 72

## Links

- Remote endpoint: https://tradingale.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/tradingale-mcp/tradingale/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tradingale-mcp/tradingale/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tradingale-mcp/tradingale
