mcpbeat Sign in

Stock Sentinel MCP Server

local only

Stock Sentinel runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 17 Sep 2026.

US stock attack/defense macro signals: 4-dimension framework, 26-year backtested. Research only.

Installs per day peak 524 · avg 24 · -30% w/w
a month agotoday
26
Installs / week
npm · stock-sentinel-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a file path from a variable backend/backtest/execution-layer.mjs:116
  const cacheFile = path.join(__dirname, cacheName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Stock Sentinel every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stock-sentinel -- npx -y stock-sentinel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stock-sentinel": {
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stock-sentinel]
command = "npx"
args = ["-y", "stock-sentinel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stock-sentinel": {
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stock-sentinel": {
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STOCKSENTINEL_API_KEY (Optional API key for higher daily limits (default trial: 25 req/day)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stock Sentinel

same job, measured the same way
Top5StocksAPI
by top5stocksapi

Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.

35 installs/wk local only
The Stall
by intuitek-the-stall

277 pay-per-call MCP tools: YouTube keyword research, stocks, crypto, DeFi, options, macro.

302 tools answering
StockMarketScan
by stockmarketscan

18 tools for US stock screeners, chart patterns, options flow signals and equities research.

20 tools answering
Kwant
by kwant

Quant intelligence over MCP: backtest, signals, screens, scores & portfolios for US & TSX stocks.

16 tools answering
I
Followin MCP
by followin

Investment-bank research, market data, news and trader signals for crypto and US equities.

answering
Bullrun
by bull-run

Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude

30 tools answering
Apple Stocks MCP
by helderpgoncalves

Reads your macOS Apple Stocks watchlist, quotes and fundamentals locally. Read-only, no network.

37 installs/wk local only
Enterprise Research Evidence Chain
by mikeli20221102-ux

Read-only enterprise research MCP: frameworks, frozen snapshots, sourced results. No trading advice.

84 installs/wk local only

Stock Sentinel — questions

Answers built from our own checks of this server.

Why is there no uptime for Stock Sentinel?
Stock Sentinel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package stock-sentinel-mcp was installed 26 times last week.
How do I connect Stock Sentinel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stock-sentinel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stock Sentinel?
The npm package stock-sentinel-mcp was installed 26 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stock Sentinel open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.