com.ou-reports/just-signal
NPM · JUST-SIGNAL-MCP · 2 COMPONENTS · SCANNED AUG 3
Keyless MCP for Just Signal: live quotes, report publishing, scorecard, and Chophouse panel grades.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 9 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 517 tokens (~103/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 50% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · just-signal-mcp
claude mcp add com-ou-reports-just-signal -- npx -y just-signal-mcp
codex mcp add com-ou-reports-just-signal -- npx -y just-signal-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-ou-reports-just-signal": {
"type": "local",
"command": [
"npx",
"-y",
"just-signal-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-ou-reports-just-signal --command npx --arg -y --arg just-signal-mcp
mcp_servers:
com-ou-reports-just-signal:
command: "npx"
args: ["-y", "just-signal-mcp"] {
"mcpServers": {
"com-ou-reports-just-signal": {
"command": "npx",
"args": [
"-y",
"just-signal-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +12
- Known CVEs: partial → unverified ▼ security
- Malware scan: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- 1 Aug 26 +24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 20
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_panel_grade Get the Chophouse panel grade ~135
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 (Buffett, Dalio, Ackman, Einhorn, Tepper, Druckenmiller, Cohen, Platt, Williams, Deutscher, CryptoLifer), with the registry verdict for context. The panel advises; the reader decides. If a ticker isn't plated yet, says so and points to Ask the Kitchen.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | US ticker symbol, e.g. NVDA |
No output schema declared.
No examples provided.
get_scorecard Get the Signal Scorecard ~89
Audit past signals. Reads the ticker registry (the master list the website scores) and grades EVERY ticker with the unified verdict cascade (projection › direction › return): AHEAD / TRACKING / BEHIND, pro-rated by elapsed time, against the daily snapshot close — zero live quote calls, identical to the website. Includes the Chophouse doneness grade where the panel has plated a ticker.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_stock_quote Get live stock quote ~72
Fetch a live stock/ETF quote (current price + % change) through Just Signal's server-side Finnhub relay. Use this to establish the Day-0 baseline price for a ticker before writing projections.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | US ticker symbol, e.g. NVDA, TSLA, FLNC |
No output schema declared.
No examples provided.
list_reports List published reports ~29
List recent Just Signal reports from the public library (newest first).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
No output schema declared.
No examples provided.
publish_report Publish a Just Signal briefing ~192
Ground, render, and PUBLISH a complete Just Signal briefing to the public library at ou-reports.com. The SERVER grounds every ticker's live Day-0 price, computes exact dollar targets from your percentage projections, renders the report, and stores it — so publishing is open to the community with no API key: tokenless callers are rate-limited per day; set JS_PUBLISH_TOKEN to bypass. Provide targets ONLY as % ('+18%') or multiples ('2.5x'), never dollars. Returns the published URL. 5 trends is the standard briefing.
| Name | Type | Req | Description |
|---|---|---|---|
| briefingTitle | string | yes | — |
| durationSeconds | number | — | Optional: seconds the client spent generating, for the Time-Out Timer stamp. Defaults to 0. |
| executiveSummary | string | yes | — |
| sectors | string | yes | Short topic label, e.g. 'grid-scale energy storage' |
| trends | array | yes | — |
No output schema declared.
No examples provided.