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.
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:
| Your AI | Where to add it | Status |
|---|---|---|
| Claude (claude.ai / Desktop) | Settings โ Connectors โ Add custom connector โ paste URL | โ Remote connectors (Pro/Max/Team/Enterprise) |
| ChatGPT | Settings โ Connectors (enable Developer Mode) โ New connector โ paste URL | โ Plus / Pro / Business / Enterprise |
| Microsoft Copilot | Copilot Studio โ your agent โ Tools โ Add MCP server โ paste URL | โ Copilot Studio (consumer Copilot rolling out) |
| xAI Grok | grok.com โ Connectors โ add remote MCP โ paste URL | โ Paid Grok accounts |
| Google Gemini | Gemini CLI: add an httpUrl MCP entry ยท Gemini Enterprise: admin connectors | โ CLI & Enterprise ยท consumer app in beta |
| Meta Llama | No 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 / others | Their 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.
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| Tool | What it does |
|---|---|
| get_stock_quote | Live price + % change via Just Signal's market-data relay โ establishes a ticker's Day-0 baseline. |
| publish_report | The 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 Chophouse grading data), and publishes it to Past Transmissions. Returns the live URL. |
| list_reports | Browse the public library. |
| get_scorecard | Audit past signals โ projected vs. actual, graded against live prices. |
cd just-signal-mcp
npm installclaude_desktop_config.json{
"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.jsget_stock_quote to check each Day-0 price, then publish_report."get_scorecard any time to see how past calls are holding up.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.