Odel
stockscope mcp

stockscope mcp

@stewyboy1990Data & AnalyticsJavaScriptMITUpdated 2mo ago

SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

StockScope MCP

Stock & financial intelligence MCP server powered by SEC EDGAR. Free, no API key required.

Tools

ToolDescription
stock_financialsRevenue, net income, assets, liabilities, equity, margins from SEC XBRL data
stock_filingsRecent 10-K, 10-Q, 8-K filings with dates, links, descriptions
stock_compareSide-by-side financial comparison of two companies
stock_insidersRecent insider transactions (buys/sells) from SEC filings
stock_historyHistorical stock price data (open, high, low, close, volume)
stock_sector_peersFind companies in the same SIC sector with key metrics

All data sourced from SEC EDGAR public APIs. Zero cost, no API keys.

Quick Start

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "stockscope": {
      "command": "npx",
      "args": ["-y", "stockscope-mcp"]
    }
  }
}

Remote (Cloudflare Workers)

Connect directly via MCP endpoint:

https://stockscope-mcp.stewwilli.workers.dev/mcp

Apify

Available as an Apify Actor for batch processing:

https://apify.com/constructive_wainscot/stockscope-mcp

Example

Ask your AI assistant:

  • "Get Apple's financials from the last 3 years"
  • "Compare Tesla and Ford's financial performance"
  • "Show me recent insider transactions for NVDA"
  • "What 10-K filings has Microsoft submitted recently?"
  • "Find companies in Apple's sector"

How It Works

StockScope fetches structured financial data directly from SEC EDGAR's public XBRL API. No scraping, no paid data providers. The EDGAR API is free, reliable, and covers all US public companies.

Data sources:

  • SEC EDGAR XBRL API (financials, filings)
  • SEC EDGAR full-text search (filings)
  • SEC insider transaction filings (Form 4)
  • SEC company tickers database (sector peers)

Pricing (Apify Store)

EventPrice
stock-financials$0.10
stock-filings$0.05
stock-compare$0.15
stock-insiders$0.05
stock-history$0.08
stock-sector-peers$0.08

Free via npm/npx. Apify pricing applies only to Apify Store runs.

Related

License

MIT