# AlphaBotPro Trading API (remote · mcp.alphabotpro.cloud)

Live XAUUSD/BTCUSD trading signals, priced in USD, payable by AI agents via crypto (x402).

- Trust score: 61/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.alphabotpro.cloud`: 61/100 (this document), [markdown](https://verifymcp.io/servers/imrane2019-alphabotpro/v1-mcp.md), [page](https://verifymcp.io/servers/imrane2019-alphabotpro/v1-mcp)

## Channel facts

- Endpoint: `https://mcp.alphabotpro.cloud/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## 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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 192 tokens (~21/item across 9 items; 9 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### How do I install the AlphaBotPro Trading API MCP server?

AlphaBotPro Trading API is a hosted endpoint at https://mcp.alphabotpro.cloud/v1/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http imrane2019-alphabotpro 'https://mcp.alphabotpro.cloud/v1/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "imrane2019-alphabotpro": {
      "url": "https://mcp.alphabotpro.cloud/v1/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "imrane2019-alphabotpro": {
      "type": "http",
      "url": "https://mcp.alphabotpro.cloud/v1/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.imrane2019-alphabotpro]
url = "https://mcp.alphabotpro.cloud/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "imrane2019-alphabotpro": {
      "type": "remote",
      "url": "https://mcp.alphabotpro.cloud/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add imrane2019-alphabotpro --url 'https://mcp.alphabotpro.cloud/v1/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  imrane2019-alphabotpro:
    url: "https://mcp.alphabotpro.cloud/v1/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "imrane2019-alphabotpro": {
      "Transport": "http",
      "Url": "https://mcp.alphabotpro.cloud/v1/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add imrane2019-alphabotpro -t streamable-http -u 'https://mcp.alphabotpro.cloud/v1/mcp'
```

### Other

```json
{
  "mcpServers": {
    "imrane2019-alphabotpro": {
      "type": "http",
      "url": "https://mcp.alphabotpro.cloud/v1/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-09-20 (score 61, +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-09-18 (score 60, +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-09-16 (score 59, +1)

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

### 2026-09-14 (score 58, +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-09-13 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-12 (score 57)

First indexed and scored.

## MCP tools (9)

### `get_catalog` (~15 tokens)

Public offerings + sample payloads.

### `get_signals` (~19 tokens)

Latest live XAUUSD/BTCUSD signals.

### `get_signal_performance` (~15 tokens)

Win rate per symbol.

### `get_warroom_analysis` (~17 tokens)

Latest War Room briefings.

### `list_expert_advisors` (~18 tokens)

EA catalog (public metadata).

### `get_ea_download` (~23 tokens)

Single-use EA download link.

Input parameters:

- `slug` (string, required)

### `get_stock_catalog` (~14 tokens)

AI stock detections.

### `purchase_access` (~38 tokens)

Create a crypto invoice for a tier.

Input parameters:

- `network` (string)
- `robot_id` (string)
- `tier` (string, required)

### `check_payment` (~33 tokens)

Verify a payment and receive a key.

Input parameters:

- `payment_reference_id` (string, required)
- `tx_hash` (string)

## Diagnostics

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

## Score history

- 2026-09-20: 61
- 2026-09-19: 60
- 2026-09-18: 60
- 2026-09-17: 59
- 2026-09-16: 59
- 2026-09-15: 58
- 2026-09-14: 58
- 2026-09-13: 57
- 2026-09-12: 57

## Common questions

### What is the AlphaBotPro Trading API MCP server?

AlphaBotPro Trading API is an MCP server listed in the public MCP registry as io.github.imrane2019/alphabotpro. Live XAUUSD/BTCUSD trading signals, priced in USD, payable by AI agents via crypto (x402). This page covers its hosted endpoint (https://mcp.alphabotpro.cloud/v1/mcp).

### Is the AlphaBotPro Trading API MCP server safe to use?

AlphaBotPro Trading API scores 61 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AlphaBotPro Trading API MCP server expose?

AlphaBotPro Trading API exposes 9 tools: get_catalog, get_signals, get_signal_performance, get_warroom_analysis, list_expert_advisors, and 4 more. Their descriptions and schemas cost roughly 192 tokens of context every time the server is loaded.

### Does the AlphaBotPro Trading API MCP server require authentication?

No. We connected to AlphaBotPro Trading API without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AlphaBotPro Trading API MCP server still maintained?

AlphaBotPro Trading API is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.alphabotpro.cloud/v1/mcp
- Repository: https://github.com/imrane2019/mcp-x402-example
- Website: https://alphabotpro.cloud/api-mcp
- Changelog RSS feed: https://verifymcp.io/servers/imrane2019-alphabotpro/v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/imrane2019-alphabotpro/v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/imrane2019-alphabotpro/v1-mcp
