๐Ÿ”Œ Keyless Access via MCP

New to Claude? Join via our referral link, then connect below in two minutes.

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 Chophouse's panel-graded menu. 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 โ€” use the paste-back publisher on app.html (generate, paste the JSON block, published), or run Llama in an MCP-capable client (LM Studio, Ollama + an MCP client)โš  Paste-back / open clients
DeepSeekNo MCP in the chat app โ€” use the paste-back publisher on app.html: generate there, paste the JSON block it returns, publishedโš  Paste-back
Poe (Quora)No MCP on poe.com โ€” either the paste-back publisher on app.html, or the deepest cut: a key from poe.com/api_key on the app's api-key path, powered by your existing Poe points across 200+ modelsโš  Paste-back / Poe points
Perplexity / Mistral / othersTheir connector settings โ†’ paste URL; no connector offered? The paste-back publisher on app.html works for every chatโœ… Where MCP connectors are offered
Any AI, no connector at allThe universal fallback: on app.html pick your provider, generate, then paste the JSON block your AI returns โ€” one click publishes it through this same open endpoint (rate-limited)โœ… Works everywhere

The hosted endpoint exposes all five 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 open-source package that runs on your machine. It is on npm, so for Claude Code there is nothing to download:

claude mcp add just-signal -- npx -y just-signal-mcp
npx always pulls the latest published version, so there is nothing to install or update by hand.
โฌ‡ CLAUDE DESKTOP EXTENSION (.mcpb)
One-click install for Claude Desktop: open the file, or drag it into Settings → Extensions. ~3 MB ยท MIT licensed ยท self-contained ยท runs locally on your computer.

THE FIVE 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 model's percentage projections, renders the full report (with Go-Ahead / Over-&-Out / Time-Out stamps and Chophouse grading data), and publishes it to Past Transmissions. Returns the live URL.
list_reportsBrowse the public library.
get_scorecardAudit every signal: the whole ticker registry graded by the unified verdict cascade (projection, then direction, then return) against the daily snapshot, matching the site exactly, with the Chophouse doneness grade folded in.
get_panel_gradeThe Investment Panel's read on any ticker: its Chophouse doneness grade (RAW to CHARRED) plus every seat's vote across 11 emulated investor lenses. The panel advises; the reader decides.

OPTION B SETUP (โ‰ˆ2 MINUTES)

  1. Requirements: Claude Desktop or Claude Code. Node.js 18+ is needed only for the npx / CLI route; the .mcpb Desktop extension bundles its own runtime.
  2. Connect Claude Desktop: install the .mcpb above (one click, no editing), or add this to claude_desktop_config.json:
    macOS: ~/Library/Application Support/Claude/  ยท  Windows: %APPDATA%\Claude\
    {
      "mcpServers": {
        "just-signal": {
          "command": "npx",
          "args": ["-y", "just-signal-mcp"]
        }
      }
    }
    Or Claude Code (one line):
    claude mcp add just-signal -- npx -y just-signal-mcp
  3. Restart your client. The five tools appear automatically.
  4. 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 or get_panel_grade NVDA any time.

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 Chophouse 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 Chophouse exists to measure them honestly โ€” including the misses. Not investment advice.

โ† Back to Just Signal