stockscope-mcp
v1.1.0
Published
Stock & financial intelligence MCP server — SEC EDGAR data for AI agents. 6 tools: financials, filings, compare, insider trades, history, sector peers. Free, no API key.
Maintainers
Readme
StockScope MCP
Stock & financial intelligence MCP server powered by SEC EDGAR. Free, no API key needed.
Tools
| Tool | Description |
|------|-------------|
| stock_financials | Revenue, net income, assets, liabilities, equity, margins for any US public company |
| stock_filings | Recent SEC filings (10-K, 10-Q, 8-K) with document links |
| stock_compare | Side-by-side financial comparison of two companies |
Quick Start
Claude Desktop / Cursor / Cline
Add to your MCP config:
{
"mcpServers": {
"stockscope": {
"command": "npx",
"args": ["-y", "stockscope-mcp"]
}
}
}Run directly
npx stockscope-mcpExample
Ask your AI assistant:
- "What are Apple's latest financials?"
- "Compare Tesla and Ford's financial data"
- "Show me Microsoft's recent SEC filings"
Sample output
Company: Apple Inc.
Tickers: AAPL (Nasdaq)
Industry: Electronic Computers (SIC: 3571)
--- Financials ---
Revenue: $416.2B (FY ending 2025-09-27)
Net Income: $112.0B (FY ending 2025-09-27)
Total Assets: $359.2B
Total Liabilities: $285.5B
Stockholders' Equity: $73.7B
Net Margin: 26.9%Data Source
All data from SEC EDGAR — the official SEC database. Covers all US publicly-traded companies. Updated in real-time as companies file.
Related
- CompanyScope MCP — Full company intelligence: profiles, tech stacks, key people, competitors, patents, jobs, domain intel, social presence. 11 tools, 12 sources.
License
MIT
