# RCQ Data Oracle (remote · mcp.rcqsignals.com)

Signed BTC and macro market intelligence for autonomous research, risk, and trading agents.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.rcqsignals.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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**: 46/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 7 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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 715 tokens (~65/item across 11 items; 7 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the RCQ Data Oracle MCP server?

RCQ Data Oracle is a hosted endpoint at https://mcp.rcqsignals.com/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 com-rcqsignals-data-oracle 'https://mcp.rcqsignals.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-rcqsignals-data-oracle": {
      "url": "https://mcp.rcqsignals.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-rcqsignals-data-oracle": {
      "type": "http",
      "url": "https://mcp.rcqsignals.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-rcqsignals-data-oracle]
url = "https://mcp.rcqsignals.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-rcqsignals-data-oracle --url 'https://mcp.rcqsignals.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-rcqsignals-data-oracle:
    url: "https://mcp.rcqsignals.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-rcqsignals-data-oracle": {
      "Transport": "http",
      "Url": "https://mcp.rcqsignals.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-rcqsignals-data-oracle -t streamable-http -u 'https://mcp.rcqsignals.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-rcqsignals-data-oracle": {
      "type": "http",
      "url": "https://mcp.rcqsignals.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-09-20 (score 71, +1)

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

### 2026-09-18 (score 70, +1)

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

### 2026-09-16 (score 69, +1)

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

### 2026-09-14 (score 68, +1)

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

### 2026-09-11 (score 67, +1)

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

### 2026-09-09 (score 66, +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. Other categories moved too: Schema Quality & AI Usability fell 1.

### 2026-09-07 (score 65, +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-05 (score 64, +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.

## MCP tools (7)

### `btc_intel` (~82 tokens)

BTC Intel

Paid BTC decision-context snapshot. Use when an agent needs current directional bias, conviction, regime score, technical levels and 72-hour large on-chain transfer activity. This is market intelligence, not individualized investment advice. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `btc_funding_surface` (~103 tokens)

BTC Perpetual Funding Surface

Paid normalized BTC perpetual-funding surface across Bitnomial, OKX, Hyperliquid and dYdX. Use for crowding, cross-venue dislocation, leverage-regime monitoring and arbitrage screening. The directional-alpha hypothesis was rejected; do not use this tool as a validated directional signal. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `btc_funding_regime` (~109 tokens)

BTC Funding Regime

Paid compact BTC perpetual-funding regime read across Bitnomial, OKX, Hyperliquid and dYdX. Use as a low-cost branch-on-state check before requesting the full funding surface. Returns regime state, normalized surface statistics, venue coverage and freshness. This is derivatives and crowding intelligence, not validated directional alpha. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `macro_event_risk` (~105 tokens)

Macro Event Risk Surface

Paid cross-asset macro-fragility and scheduled-event context. Use when evaluating risk exposure, carry-unwind conditions, or proximity to BOJ, FOMC, CPI and NFP events. Event proximity adds context and never changes the frozen core score. This is descriptive risk intelligence, not a directional BTC signal. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `btc_dca_indicator` (~101 tokens)

BTC DCA Indicator

Paid regime-aware BTC accumulation-intensity indicator. Use when a systematic accumulation workflow needs a 0-9 score, LIGHT, BASE, ACCELERATE or AGGRESSIVE state, and an intensity multiplier. Forward validation remains active; this is market intelligence, not statistically proven alpha or individualized advice. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `monthly_series` (~86 tokens)

RCQ BTC Monthly Series

Paid signed RCQ BTC monthly performance series. Use for historical review, audit and research workflows that require the complete currently published monthly dataset. The separately arranged access-key subscription applies only to monthly_series and is not self-serve through MCP. Read rcq://catalog for current availability and price.

Input parameters:

- `payment_signature` (string): x402 payment authorization for MCP 2026 header-aware clients.

### `rcq_status` (~45 tokens)

RCQ Data Oracle Status

Free operational check for RCQ Data Oracle. Use before paid calls to confirm product availability and freshness. Returns a filtered operational summary only, not paid market intelligence or internal infrastructure details.

## Diagnostics

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

## Score history

- 2026-09-20: 71
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 67
- 2026-09-10: 66
- 2026-09-09: 66
- 2026-09-08: 65
- 2026-09-07: 65
- 2026-09-06: 64
- 2026-09-05: 64
- 2026-09-04: 63
- 2026-09-03: 63
- 2026-09-02: 62
- 2026-09-01: 62

## Common questions

### What is the RCQ Data Oracle MCP server?

RCQ Data Oracle is an MCP server listed in the public MCP registry as com.rcqsignals/data-oracle. Signed BTC and macro market intelligence for autonomous research, risk, and trading agents. This page covers its hosted endpoint (https://mcp.rcqsignals.com/mcp).

### Is the RCQ Data Oracle MCP server safe to use?

RCQ Data Oracle scores 71 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 RCQ Data Oracle MCP server expose?

RCQ Data Oracle exposes 7 tools: btc_intel, btc_funding_surface, btc_funding_regime, macro_event_risk, btc_dca_indicator, and 2 more. Their descriptions and schemas cost roughly 631 tokens of context every time the server is loaded.

### Does the RCQ Data Oracle MCP server require authentication?

No. We connected to RCQ Data Oracle without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the RCQ Data Oracle MCP server still maintained?

RCQ Data Oracle 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.rcqsignals.com/mcp
- Website: https://mcp.rcqsignals.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-rcqsignals-data-oracle/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-rcqsignals-data-oracle/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-rcqsignals-data-oracle/mcp
