Financial data for AI agents: SEC filings, price history, insider trades, and more.
{
"mcpServers": {
"io-github-mikejj-creation-stocksense": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Financial data for AI agents: SEC filings, price history, insider trades, and more.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.mikejj-creation/stocksense and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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