stockmarketscan/mcp-server
OfficialStockMarketScan MCP-Server
Aktien-Screener, Chartmuster, Options-Flow und Signale — 18 Tools für US-Aktienanalysen direkt in Ihrem LLM-Client.
Server-URL:
https://mcp.stockmarketscan.com/mcpTransport: HTTP/SSE (Server-Sent Events)
Authentifizierung: BYOK — übergeben Sie Ihren persönlichen
sms_*API-Schlüssel alsX-API-Key-HeaderPlan: Erfordert einen Basic- oder Pro-Plan bei stockmarketscan.com. Options-Flow-Tools erfordern das Options-Flow-Add-on.
API-Schlüssel abrufen: stockmarketscan.com/settings
Vollständige Installationsanleitung & Beispiele: stockmarketscan.com/mcp
Was Sie erhalten — 18 Tools
Kategorie | Tools |
Screener (3) |
|
Chartmuster (2) |
|
Options-Flow (4) |
|
Aktieninfos (2) |
|
Zusammengesetzt (2) |
|
Marktkontext (3) |
|
Bildung (1) |
|
Plus ping für Liveness-Checks.
Related MCP server: Chart Library
Installation — Claude Desktop
Bearbeiten Sie die claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stockmarketscan": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.stockmarketscan.com/mcp"],
"headers": {
"X-API-Key": "sms_your_key_here"
}
}
}
}Starten Sie Claude Desktop neu. Sie sollten stockmarketscan in der Tool-Auswahl sehen.
Installation — Cursor
Einstellungen → Features → Model Context Protocol → Neuen MCP-Server hinzufügen:
{
"name": "stockmarketscan",
"url": "https://mcp.stockmarketscan.com/mcp",
"headers": {
"X-API-Key": "sms_your_key_here"
}
}Installation — Continue (VS Code / JetBrains)
Bearbeiten Sie die ~/.continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "sse",
"url": "https://mcp.stockmarketscan.com/mcp",
"headers": {
"X-API-Key": "sms_your_key_here"
}
}
}
]
}
}Beispiel-Prompts
Kopieren Sie diese direkt in Claude Desktop oder Cursor, sobald der Server verbunden ist:
"Welche Aktien erscheinen heute sowohl in hot-prospects als auch in golden-cross?"
"Zeige mir die Options-Flow-Historie von AMD für die letzten 30 Tage."
"Finde hot-prospects, die ein Cup-and-Handle-Muster bilden."
"Erstelle einen vollständigen Aktienbericht für NVDA — Screener, Muster, Options-Flow, Marktkontext."
"Was sind die stärksten bullischen Options-Flow-Signale von heute?"
"Welche Kontrakte wurden heute mit einem Vol/OI > 3 und einer Prämie von über 1 Mio. $ gehandelt?"
Funktionsweise der Authentifizierung (BYOK)
Der MCP-Server speichert keinen eigenen API-Schlüssel. Jeder Client übergibt Ihren persönlichen sms_*-Schlüssel, der Server validiert ihn einmal pro Sitzung und leitet dann Tool-Aufrufe in Ihrem Namen an api/v1/* weiter. Sie behalten die Kontrolle über Ratenbegrenzungen und Kontingente und können den Schlüssel jederzeit unter Einstellungen rotieren.
Ratenbegrenzungen
Plan | Pro Minute | Pro Tag | Options-Flow |
Free | — | — | — |
Basic | 15 | 500 | — |
Pro | 30 | 2.000 | ✓ |
Support
Installationsanleitung: stockmarketscan.com/mcp
Kontakt: contact@stockmarketscan.com
Ausführung aus dem Quellcode
git clone https://github.com/stockmarketscan/mcp-server.git
cd mcp-server
npm install
STOCKMARKETSCAN_API_KEY=sms_your_key_here npm run dev # stdio (for Claude Desktop local)
npm run dev:http # HTTP/SSE on :3333Docker
docker build -t stockmarketscan-mcp .
docker run -p 3333:3333 -e MCP_TRANSPORT=http stockmarketscan-mcpDer Container lauscht auf $PORT (Railway) oder $MCP_PORT (lokal). Richten Sie Ihren
MCP-Client auf http://localhost:3333/mcp und übergeben Sie Ihren X-API-Key-Header.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
- AlicenseCqualityBmaintenanceHistorical stock pattern intelligence for AI agents. Search 24M pre-computed chart pattern embeddings across 15K stocks and 10 years. 19 tools: pattern similarity search, forward returns, regime analysis, anomaly detection, sector rotation, earnings reactions, correlation shifts, scenario analysis, and more. Returns what happened historically when charts looked like this — compliance-safe2220MIT

Ready APIsofficial
AlicenseNot gradedqualityCmaintenanceMCP tools for geo, email, phone, company, DNS, FX, equities, weather, tax, economics, and intelligence — streamable HTTP, one API key.MIT- AlicenseAqualityBmaintenanceA modular MCP server providing 64 tools across 13 modules for real-time stock and crypto market data, including scanning, technical analysis, options flow, insider trades, and personalized watchlists.391236MIT
Related MCP Connectors
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
One MCP key: prices, fundamentals, SEC filings, insider/13F/congressional trades. 336 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stockmarketscan/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server