stockmarketscan/mcp-server
OfficialStockMarketScan MCP 서버
주식 스크리너, 차트 패턴, 옵션 흐름 및 신호 — LLM 클라이언트 내에서 미국 주식 조사를 위한 18가지 도구.
서버 URL:
https://mcp.stockmarketscan.com/mcp전송: HTTP/SSE (Server-Sent Events)
인증: BYOK — 개인
sms_*API 키를X-API-Key헤더로 전달플랜: stockmarketscan.com의 Basic 또는 Pro 플랜이 필요합니다. 옵션 흐름 도구는 옵션 흐름 애드온이 필요합니다.
API 키 발급: stockmarketscan.com/settings
전체 설치 가이드 및 예시: stockmarketscan.com/mcp
제공 도구 — 18가지
카테고리 | 도구 |
스크리너 (3) |
|
차트 패턴 (2) |
|
옵션 흐름 (4) |
|
주식 정보 (2) |
|
복합 (2) |
|
시장 상황 (3) |
|
교육 (1) |
|
라이브니스 체크를 위한 ping 포함.
Related MCP server: Chart Library
설치 — Claude Desktop
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"
}
}
}
}Claude Desktop을 재시작하세요. 도구 선택기에서 stockmarketscan을 확인할 수 있습니다.
설치 — Cursor
설정(Settings) → 기능(Features) → 모델 컨텍스트 프로토콜(Model Context Protocol) → 새 MCP 서버 추가(Add New MCP Server):
{
"name": "stockmarketscan",
"url": "https://mcp.stockmarketscan.com/mcp",
"headers": {
"X-API-Key": "sms_your_key_here"
}
}설치 — Continue (VS Code / JetBrains)
~/.continue/config.json을 편집하세요:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "sse",
"url": "https://mcp.stockmarketscan.com/mcp",
"headers": {
"X-API-Key": "sms_your_key_here"
}
}
}
]
}
}예시 프롬프트
서버가 연결되면 Claude Desktop이나 Cursor에 바로 입력해 보세요:
"오늘 hot-prospects와 golden-cross에 모두 나타나는 주식은 무엇인가요?"
"지난 30일간 AMD의 옵션 흐름 기록을 보여줘."
"컵 앤 핸들(cup and handle) 패턴을 형성 중인 hot-prospects를 찾아줘."
"NVDA에 대한 전체 주식 보고서를 작성해줘 — 스크리너, 패턴, 옵션 흐름, 시장 상황 포함."
"오늘 가장 강력한 강세 옵션 흐름 신호는 무엇인가요?"
"오늘 거래된 계약 중 vol/OI > 3이고 프리미엄이 100만 달러 이상인 것은 무엇인가요?"
인증 작동 방식 (BYOK)
MCP 서버는 자체 API 키를 보유하지 않습니다. 각 클라이언트가 사용자의 개인 sms_* 키를 전달하면, 서버는 세션당 한 번 이를 검증한 후 사용자를 대신하여 api/v1/*에 도구 호출을 프록시합니다. 사용자는 속도 제한 및 할당량을 직접 제어하며, 설정에서 언제든지 키를 교체할 수 있습니다.
속도 제한
플랜 | 분당 | 일일 | 옵션 흐름 |
Free | — | — | — |
Basic | 15 | 500 | — |
Pro | 30 | 2,000 | ✓ |
지원
소스에서 실행
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-mcp컨테이너는 $PORT(Railway) 또는 $MCP_PORT(로컬)에서 수신 대기합니다. MCP 클라이언트를 http://localhost:3333/mcp로 지정하고 X-API-Key 헤더를 전달하세요.
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