Analytics
ou-reports.com
Provides live stock quotes, market analysis reports, and investment grading.
ENDPOINT 1
https://www.ou-reports.com/api/mcp.php
MCP server metadata
- Name
- just-signal
- Version
- 1.3.0
Just Signal: sentience-driven macro intelligence at https://ou-reports.com. Use get_stock_quote for live Day-0 prices, publish_report to ground+publish a 5-trend briefing (targets as percentages like "+18%" or multiples like "2.5x", NEVER dollars; the server computes dollars from the live Day-0 price), list_reports to browse, get_scorecard to audit past signals, and get_panel_grade for the Chophouse doneness grade + 11 emulated-lens votes on any ticker.
Known tools 5
get_stock_quoteLive stock/ETF quote (price + % change) via Just Signal's market-data relay.
Inferred read-onlypublish_reportGround, render, and PUBLISH a Just Signal briefing to the public library.
Potential side effectslist_reportsList recent Just Signal reports from the public library (newest first).
Inferred read-onlyget_scorecardAudit past signals: projected vs actual return for every grounded ticker, graded AHEAD / TRACKING / BEHIND, pro-rated by elapsed time.
Inferred read-onlyget_panel_gradeThe Investment Panel's read on one ticker: its Chophouse doneness grade (RAW.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.just-signal]
url = "https://www.ou-reports.com/api/mcp.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"just-signal": {
"type": "http",
"url": "https://www.ou-reports.com/api/mcp.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: just-signal
Remote MCP URL: https://www.ou-reports.com/api/mcp.php
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"just-signal": {
"url": "https://www.ou-reports.com/api/mcp.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"just-signal": {
"type": "http",
"url": "https://www.ou-reports.com/api/mcp.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "just-signal",
"transport": "streamable-http",
"url": "https://www.ou-reports.com/api/mcp.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ou-reports.com was fetched 2026-08-03T20:23:37.151Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.