Stock and crypto market data β 49 tools for quotes, technicals, options, SEC filings, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A modular MCP server for Claude Code and Claude Desktop that provides real-time access to stock and crypto market data. Scan markets, check technicals, monitor insider trades, track earnings, analyze options flow, and optionally save your own watchlists and thesis notes from one server.
69 tools across 15 modules β 11 modules work with zero API keys, including an optional stateful Market Workspace.
Three steps to get the full experience: server config, trading skills, and workspace setup.
Copy this complete config block into your config file:
~/.claude.json (global) or .mcp.json (project-local)~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)This gives you 49 tools immediately with no API keys. API keys are optional and free β they unlock 20 additional tools for real-time quotes, news, earnings, and economic data. See API Keys below for where to get them.
Minimal config β if you don't want workspace or API keys, use this instead:
This gives you 42 stateless tools with no local data storage.
Restart Claude Desktop after saving. Claude Code picks up the config automatically.
Claude Code shortcut β install as a plugin instead of Steps 1 and 2. If you use Claude Code, skip the manual config above and install everything with two commands:
Run
/reload-plugins, then/mcpβ you should see thestock-scannerserver listed as connected. The first launch runsnpx -y stock-scanner-mcp, which downloads the package once (then it is cached). The plugin enables the workspace by default (data is stored in~/.stock-scanner-mcp) and passes the optional API keys (FINNHUB_API_KEY,ALPHA_VANTAGE_API_KEY,FRED_API_KEY) through from your environment; modules without a key are skipped automatically.The plugin already bundles the skills β do NOT run Step 2. All 19 skills ship with the plugin and load under the
stock-scanner:namespace, e.g./stock-scanner:analyze-stock AAPL,/stock-scanner:morning-briefing,/stock-scanner:setup-market-workspace. Running the Step 2 installer as well copies a second, unprefixed set into~/.claude/skills/, and the two collide β Step 2 is only for the manual (non-plugin) install. After installing, go straight to Step 3, using the namespaced command:/stock-scanner:setup-market-workspace.
Skip this step if you installed via the plugin above β the plugin already bundles these skills (as
stock-scanner:<name>). This step is only for the manual config in Step 1.
Run this command in your terminal:
This installs 19 slash commands (like /morning-briefing, /analyze-stock AAPL, /setup-market-workspace) into ~/.claude/skills/ so they're available in every Claude Code session. See Trading Skills for the full list.
Run /setup-market-workspace in Claude Code. It asks three quick questions:
Once answered, it saves your profile and creates a core watchlist:
You can also skip the skill and ask Claude directly: "Set up my workspace β I'm a swing trader, create a core watchlist with MARA, HOOD, BTC, daily reviews."
That's it. You now have 69 tools, 19 skills, and a personalized workspace. Try /workspace-morning-brief for your first tailored market scan.
19 ready-made workflows that chain multiple tools into structured analysis. Each skill orchestrates 5-14 tools in parallel and outputs a verdict with direction, confidence, and key levels.
| Category | Skills | What They Do |
|---|---|---|
| Daily Routines | /morning-briefing, /market-close-recap, /crypto-briefing | Pre-market scan, EOD recap, crypto overview |
| Analysis | /analyze-stock TICKER, /compare TICKER1 TICKER2, /analyze-crypto COIN | Deep dives and side-by-side comparisons |
| Strategies | /swing-setup, /earnings-play TICKER, /options-flow TICKER, /dividend-screen | Swing trades, earnings options, smart money, income screen |
| Macro | /macro-dashboard, /fed-watch, /sector-rotation | Economic indicators, Fed outlook, sector rotation |
| Risk | /insider-tracker TICKER, /smart-money TICKER, /risk-check TICKER | Insider trades, institutional flow, pre-trade risk scorecard |
| Workspace | /setup-market-workspace, /workspace-morning-brief | Guided setup for saved profile/watchlist context and a personalized brief driven by your stored names |
Skills degrade gracefully when optional API keys are missing. Workspace skills require --enable-workspace in the server config.
Manual: git clone this repo and cp -r skills/*/ ~/.claude/skills/
See skills/README.md for the full catalog.
The Market Workspace is an optional stateful layer that remembers your trading context across sessions β your trading style, named watchlists, and investment thesis notes per symbol. Skills like /workspace-morning-brief use this context to deliver personalized market scans instead of generic ones.
/workspace-morning-brief β personalized pre-market scan that reads your profile and watchlist, checks earnings, news, and price action for your names, and highlights what matters todaySave your investment reasoning per ticker β direction, key levels, catalysts, and timeframe β so the system can monitor it across sessions.
Save a thesis:
Claude saves the structured thesis:
| Field | Value |
|---|---|
| Direction | Bullish above $6.35 |
| Bear case | Below $6.35 uptrend is invalidated |
| Catalyst | Technical breakout at $6.35 |
| Timeframe | Swing |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/stock-scanner-mcp)<a href="https://allmcps.com/mcp/stock-scanner-mcp"><img src="https://allmcps.com/api/badge/stock-scanner-mcp?style=directory" alt="Stock Scanner MCP on AllMCPs" /></a>