๐Ÿ”Œ Keyless Access via MCP

Don't want to enter an API key? Bring the AI you already pay for. MCP (Model Context Protocol) is now the industry-wide open standard โ€” governed by the Linux Foundation and adopted by Anthropic, OpenAI, Google, Microsoft, xAI, and more โ€” so Claude, ChatGPT, Copilot, Grok, Gemini, and any other MCP-capable client can drive Just Signal directly. Your subscription's model does the research and writing; Just Signal supplies what it uniquely owns โ€” live Day-0 price grounding, mechanical dollar-target math, transmission stamps, publishing to the public library, and the Signal Scorecard. No API key is ever entered, and generation costs you nothing beyond the subscription you already have.

OPTION A โ€” CONNECT BY URL (MOST AI APPS)

Web-based AI apps can't run local programs, so they connect to our hosted MCP endpoint. Add this URL wherever your AI app configures connectors:

https://www.ou-reports.com/api/mcp.php
Your AIWhere to add itStatus
Claude (claude.ai / Desktop)Settings โ†’ Connectors โ†’ Add custom connector โ†’ paste URLโœ… Remote connectors (Pro/Max/Team/Enterprise)
ChatGPTSettings โ†’ Connectors (enable Developer Mode) โ†’ New connector โ†’ paste URLโœ… Plus / Pro / Business / Enterprise
Microsoft CopilotCopilot Studio โ†’ your agent โ†’ Tools โ†’ Add MCP server โ†’ paste URLโœ… Copilot Studio (consumer Copilot rolling out)
xAI Grokgrok.com โ†’ Connectors โ†’ add remote MCP โ†’ paste URLโœ… Paid Grok accounts
Google GeminiGemini CLI: add an httpUrl MCP entry ยท Gemini Enterprise: admin connectorsโœ… CLI & Enterprise ยท consumer app in beta
Meta LlamaNo MCP in the Meta AI app โ€” run Llama in an MCP-capable client (LM Studio, Ollama + an MCP client) and use Option A or Bโš  Via open clients
Perplexity / Mistral / othersTheir connector settings โ†’ paste URLโœ… Where MCP connectors are offered

The hosted endpoint exposes all four tools openly, including publish_report. Community publishing needs no key and no token: the server itself grounds every Day-0 price and renders every page, so the only thing anyone can add to the library is a genuine Just Signal report. To keep it fair, tokenless publishing is rate-limited (a few reports per connection per day, plus a global daily budget); read tools are never limited.

OPTION B โ€” RUN IT LOCALLY (CLAUDE DESKTOP / CODE, CURSOR, LLAMA CLIENTS)

Clients that can launch local programs get the full experience, including publishing, from a tiny package that runs on your machine:

โฌ‡ DOWNLOAD JUST-SIGNAL-MCP.ZIP
~15 KB ยท MIT licensed ยท runs locally on your computer (it is not a website)

THE FOUR TOOLS (BOTH OPTIONS)

ToolWhat it does
get_stock_quoteLive price + % change via Just Signal's market-data relay โ€” establishes a ticker's Day-0 baseline.
publish_reportThe big one: grounds every ticker's Day-0 price, computes exact dollar targets from your Claude's percentage projections, renders the full report (with Go-Ahead / Over-&-Out / Time-Out stamps and Scorecard data), and publishes it to Past Transmissions. Returns the live URL.
list_reportsBrowse the public library.
get_scorecardAudit past signals โ€” projected vs. actual, graded against live prices.

OPTION B SETUP (โ‰ˆ5 MINUTES)

  1. Requirements: Node.js 18+ and Claude Desktop or Claude Code.
  2. Download & install: unzip the download somewhere permanent, then in a terminal:
    cd just-signal-mcp
    npm install
  3. Connect Claude Desktop โ€” edit claude_desktop_config.json
    macOS: ~/Library/Application Support/Claude/  ยท  Windows: %APPDATA%\Claude\
    {
      "mcpServers": {
        "just-signal": {
          "command": "node",
          "args": ["/ABSOLUTE/PATH/TO/just-signal-mcp/index.js"]
        }
      }
    }
    Or Claude Code:
    claude mcp add just-signal -- node /ABSOLUTE/PATH/TO/just-signal-mcp/index.js
  4. Restart your client. The four tools appear automatically.
  5. Ask your Claude:
    "Research grid-scale energy storage and write a Just Signal briefing: 5 trends, each with a hook, qualitative + quantitative analysis, a lead ticker in assetOrSector, and 1/5/10-year targets as percentages. Use get_stock_quote to check each Day-0 price, then publish_report."
    Your Claude researches and writes; the server grounds the prices, computes the dollars, stamps it, and publishes. Ask for get_scorecard any time to see how past calls are holding up.

RULES OF THE ROAD

Targets must be percentages ("+18%") or multiples ("2.5x") โ€” never dollar figures; the server computes dollars from the live Day-0 price so the arithmetic is real. Private companies or no ticker? Use (PRIVATE) and that trend honestly displays relative basis. Published reports are public โ€” they join the same library, sitemap, and Scorecard as every other transmission.

Honesty notes. This server never sees, stores, or transmits any AI API key โ€” it only talks to Just Signal's own endpoints over HTTPS. It runs entirely on your machine; nothing executes on our servers on your behalf. And as always: Just Signal is a futurism instrument, projections are model hypotheses from a stated Day 0, and the Scorecard exists to measure them honestly โ€” including the misses. Not investment advice.

โ† Back to Just Signal