StockSense
StockSense
AI 에이전트에게 재무 데이터 — SEC EDGAR 서류, 시장 펀더멘털, 내부자 거래, 가격 이력 — 에 대한 접근을 제공하는 MCP(Model Context Protocol) 서버입니다. API 키가 필요 없습니다.
빠른 시작
1. 설치
pip install stocksense2. Claude Desktop에 추가
Claude Desktop 구성에 추가하세요:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stocksense": {
"command": "stocksense"
}
}
}3. Claude Desktop 다시 시작
Claude Desktop을 종료하고 다시 엽니다. 망치 아이콘과 함께 13개의 도구가 표시되어야 합니다.
사용 가능한 도구
도구 | 설명 |
| 모든 티커에 대한 과거 OHLCV 가격 데이터 가져오기 |
| 현재 가격, 시가총액, P/E, 52주 범위 가져오기 |
| SEC EDGAR 서류 검색 (10-K, 10-Q, 8-K) |
| 특정 SEC 서류의 전체 텍스트 가져오기 |
| Form 4 서류에서 최근 내부자 매수/매도 가져오기 |
| 손익계산서, 대차대조표, 현금흐름 및 주요 비율 가져오기 |
| 모든 데이터 소스를 종합한 포괄적인 리서치 브리프 |
| 여러 회사의 주요 지표를 나란히 비교 |
| EPS 추정치와 실제치를 포함한 분기별 실적 이력 |
| 회사 프로필: 섹터, 산업, 사업 설명 |
| 배당 이력 및 현재 수익률 |
| 다가오는 실적 발표일, 배당락일 및 추정치 |
| 기술적 지표: SMA, EMA, RSI, MACD 및 성과 |
예시 질문
"지난 한 달간 AAPL의 가격 이력은?"
"MSFT에 대한 견적을 가져와"
"지난 1년간 TSLA의 주간 가격을 보여줘"
"Apple의 최근 10-K 서류를 보여줘"
"최근 Tesla에서 어떤 내부자 거래가 있었나요?"
"Apple의 재무제표를 보여줘"
"Tesla에 대한 리서치 브리프를 제공해줘"
"AAPL, MSFT, GOOGL을 비교해줘"
"Apple의 실적 이력을 보여줘"
"NVIDIA는 어떤 섹터에 속해 있나요?"
"AAPL의 배당 이력을 보여줘"
"Microsoft의 다음 실적 발표일은 언제인가요?"
"Tesla의 기술적 지표는 무엇인가요?"
Related MCP server: publicfinance
데이터 소스
yfinance — 가격 데이터, 견적, 재무제표, 애널리스트 컨센서스
SEC EDGAR — 무료, 무제한 서류 및 내부자 거래 (API 키 불필요)
요구 사항
Python 3.11+
API 키 불필요 — 무료 공개 데이터 소스 사용
개발
# Clone and install for development
git clone https://github.com/mikejj-creation/stocksense.git
cd stocksense
pip install -e ".[dev]"
# Run tests
pytest
# Run linter
ruff check src/ tests/면책 조항
StockSense는 Yahoo Finance 및 SEC EDGAR의 무료 공개 데이터를 사용합니다. 사용자는 각 제공업체의 서비스 약관을 준수할 책임이 있습니다. 이 도구는 정보 제공 목적으로만 사용되며 — 재정적 조언이 아닙니다.
라이선스
MIT
This server cannot be installed
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
AlicenseAqualityDmaintenanceProvides AI agents with direct access to SEC filing intelligence, company fundamentals, dilution risk scoring, and cross-company analytics for financial research.871791MIT- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.610MIT
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time stock prices, financial statements, SEC filings, and analytical tools like DCF valuation and ratio analysis.14

ROIC.ai Financial Data MCPofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access stock prices, financial statements, earnings call transcripts, and fundamental data for 60,000+ public companies via 25 read-only tools.252MIT
Related MCP Connectors
SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.
SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
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/mikejj-creation/stocksense'
If you have feedback or need assistance with the MCP directory API, please join our Discord server