# com.ou-reports/just-signal (remote · www.ou-reports.com)

Keyless MCP for Just Signal: live quotes, report publishing, scorecard, and Chophouse panel grades.

- Trust score: 54/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.ou-reports.com`: 54/100 (this document), [markdown](https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php.md), [page](https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php)
- npm · `just-signal-mcp`: 60/100, [markdown](https://verifymcp.io/servers/com-ou-reports-just-signal/just-signal-mcp.md), [page](https://verifymcp.io/servers/com-ou-reports-just-signal/just-signal-mcp)

## Channel facts

- Endpoint: `https://www.ou-reports.com/api/mcp.php`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.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-08-03.

- **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 5 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 496 tokens (~99/item across 5 items; 5 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**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 44% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-ou-reports-just-signal https://www.ou-reports.com/api/mcp.php
```

### Codex

```toml
[mcp_servers.com-ou-reports-just-signal]
url = "https://www.ou-reports.com/api/mcp.php"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ou-reports-just-signal": {
      "type": "remote",
      "url": "https://www.ou-reports.com/api/mcp.php",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ou-reports-just-signal --url https://www.ou-reports.com/api/mcp.php --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ou-reports-just-signal:
    url: "https://www.ou-reports.com/api/mcp.php"
```

### Other

```json
{
  "mcpServers": {
    "com-ou-reports-just-signal": {
      "type": "http",
      "url": "https://www.ou-reports.com/api/mcp.php"
    }
  }
}
```

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 54, +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 53, +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 52, −1)

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

### 2026-07-30 (score 53, +1)

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

### 2026-07-28 (score 52, +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 51, +1)

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

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

First indexed and scored.

## MCP tools (5)

### `get_stock_quote` (~55 tokens)

Live stock/ETF quote (price + % change) via Just Signal's market-data relay. Establishes a ticker's Day-0 baseline before projecting.

Input parameters:

- `ticker` (string, required): US ticker, e.g. NVDA

### `publish_report` (~170 tokens)

Ground, render, and PUBLISH a Just Signal briefing to the public library. Grounds each ticker's live Day-0 price and computes exact dollar targets from your % projections. Targets MUST be percentages ("+18%") or multiples ("2.5x"), never dollars. assetOrSector: "Name (TICKER)" or "(PRIVATE)" for relative basis. Open to community contributions: the server itself renders every report, and tokenless publishing is rate-limited per day.

Input parameters:

- `briefingTitle` (string, required)
- `durationSeconds` (number)
- `executiveSummary` (string, required)
- `sectors` (string, required): Short topic label — becomes the report filename keywords
- `token` (string): Optional owner token; bypasses the daily community rate limits
- `trends` (array, required)

### `list_reports` (~29 tokens)

List recent Just Signal reports from the public library (newest first).

Input parameters:

- `limit` (number)

### `get_scorecard` (~39 tokens)

Audit past signals: projected vs actual return for every grounded ticker, graded AHEAD / TRACKING / BEHIND, pro-rated by elapsed time.

### `get_panel_grade` (~92 tokens)

The Investment Panel's read on one ticker: its Chophouse doneness grade (RAW..CHARRED, how much value is already cooked in) plus every seat's vote across 11 emulated investor lenses, with the registry verdict for context. The panel advises, the reader decides. Says so if the ticker is not plated yet.

Input parameters:

- `ticker` (string, required): US ticker, e.g. NVDA

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php#diagnostics

## Score history

- 2026-08-03: 54
- 2026-08-02: 53
- 2026-08-01: 53
- 2026-07-31: 52
- 2026-07-30: 53
- 2026-07-29: 52
- 2026-07-28: 52
- 2026-07-27: 51
- 2026-07-26: 50

## Links

- Remote endpoint: https://www.ou-reports.com/api/mcp.php
- Website: https://www.ou-reports.com/mcp.html
- Changelog RSS feed: https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-ou-reports-just-signal/api-mcp-php
