Pulls financial data from Yahoo Finance and SEC EDGAR without requiring API keys. Exposes 13 tools including price history, real-time quotes, SEC filing search and retrieval, insider trades from Form 4s, financial statements, and technical indicators like RSI and MACD. Also includes higher-level operations like analyze_company for research briefs and compare_companies for side-by-side metrics. Reach for this when you need Claude to analyze stocks, research companies through their filings, or track insider activity. Everything runs through free public sources, so no rate limits or authentication to worry about.
An MCP (Model Context Protocol) server that gives AI agents access to financial data — SEC EDGAR filings, market fundamentals, insider trades, and price history. No API keys needed.
pip install stocksense
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stocksense": {
"command": "stocksense"
}
}
}
Quit and reopen Claude Desktop. You should see the hammer icon with 13 tools available.
| Tool | Description |
|---|---|
price_history | Get historical OHLCV price data for any ticker |
quote | Get current price, market cap, P/E, 52-week range |
search_filings | Search SEC EDGAR filings (10-K, 10-Q, 8-K) |
get_filing | Get full text of a specific SEC filing |
insider_trades | Get recent insider buys/sells from Form 4 filings |
financials | Get income statement, balance sheet, cash flow, and key ratios |
analyze_company | Comprehensive research brief aggregating all data sources |
compare_companies | Compare key metrics across multiple companies side-by-side |
earnings | Quarterly earnings history with EPS estimates vs actuals |
company_profile | Company profile: sector, industry, and business description |
dividends | Dividend history and current yield |
key_events | Upcoming earnings dates, ex-dividend date, and estimates |
technicals | Technical indicators: SMA, EMA, RSI, MACD, and performance |
# 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 uses free public data from Yahoo Finance and SEC EDGAR. Users are responsible for complying with each provider's terms of service. This tool is for informational purposes only — not financial advice.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json