Overview
StockSense gives AI agents access to financial data, and will power up the quality of analysis — no API keys needed.
13 tools included:
- Price history, quotes, and technical indicators (SMA, EMA, RSI, MACD)
- SEC EDGAR filings (10-K, 10-Q, 8-K) and insider trades
- Financial statements, earnings history, dividends
- Company profiles, analyst data, and side-by-side comparisons
Quick setup: pip install stocksense
Data sources: Yahoo Finance + SEC EDGAR (both free, no keys required)
Server Config
{
"mcpServers": {
"stocksense": {
"command": "stocksense"
}
}
}