mcpbeat Sign in

Stock Scanner MCP Server

by yyordanov-tradu Your server? Claim it
local only

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

Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more.

Installs per day peak 247 · avg 40 · -55% w/w
a month agotoday
310
Installs / week
npm · stock-scanner-mcp
6
Stars
4 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Stock Scanner MCP 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-scanner-mcp -- npx -y stock-scanner-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stock-scanner-mcp]
command = "npx"
args = ["-y", "stock-scanner-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stock-scanner-mcp": {
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FINNHUB_API_KEY (Finnhub API key for real-time quotes, news, earnings), ALPHA_VANTAGE_API_KEY (Alpha Vantage API key for fundamentals, daily prices), FRED_API_KEY (FRED API key for economic indicators and calendar). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stock Scanner MCP

same job, measured the same way
Tradingview MCP
by atilaahmettaner

Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

answering
I
Stockfacts
by aaazzzr

US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

answering
Finance MCP
by adididitagain

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

101 installs/wk local only
Market Data
by marketcrew

Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup.

15 tools answering
Finance MCP
by adityasbisht

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

local only
TickDB Market Data
by tickdb

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

13 tools answering
Tapetide — Indian Stock Market (NSE & BSE)
by tapetide

52 tools for Indian stock markets — NSE & BSE quotes, screener, financials, FII/DII, options

146 installs/wk answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

110 installs/wk local only

Stock Scanner MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stock Scanner MCP?
Stock Scanner MCP 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-scanner-mcp was installed 310 times last week.
How do I connect Stock Scanner MCP?
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-scanner-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stock Scanner MCP?
The npm package stock-scanner-mcp was installed 310 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stock Scanner MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.