Stockscope MCP Server

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

Local serverstdio

What is the Stockscope MCP server?

If you already use Stockscope, the stockscope mcp server is the piece that lets your assistant work with it directly. SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.

What the server does

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

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • stock_financials — Revenue, net income, assets, liabilities, equity, margins from SEC XBRL data
  • stock_filings — Recent 10-K, 10-Q, 8-K filings with dates, links, descriptions
  • stock_compare — Side-by-side financial comparison of two companies
  • stock_insiders — Recent insider transactions (buys/sells) from SEC filings
  • stock_history — Historical stock price data (open, high, low, close, volume)
  • stock_sector_peers — Find companies in the same SIC sector with key metrics
  • Event — Price
  • stock-financials — $0.10
  • stock-filings — $0.05
  • stock-compare — $0.15
  • stock-insiders — $0.05
  • stock-history — $0.08

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Stockscope.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Stockscope's toolset — stock_financials, stock_filings, stock_compare and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Stewyboy1990; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Stockscope's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
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
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
ApifyThe Apify tool exposed by this server.

How to install the Stockscope MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Stockscope to stock financials.
  • Use Stockscope to stock filings.
  • Use Stockscope to stock compare.

Frequently asked questions

It connects Stockscope to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (stock_financials, stock_filings, stock_compare, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stockscope directly.