npm stockscope-mcpstreamable-httpMITupdated 5mo ago
Stock & financial intelligence MCP server powered by SEC EDGAR. Free, no API key required.
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con stockscope mcp?
StockScope MCP
Stock & financial intelligence MCP server powered by SEC EDGAR. Free, no API key required.
Tools
| Tool | Description |
|---|---|
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 |
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)
| Event | Price |
|---|---|
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
- CompanyScope MCP - Company research & lead enrichment (11 tools, 12 data sources). Also on Apify Store and npm.
License
MIT
Instalación
Añade stockscope mcp a tu cliente. Elige el que uses.
{
"servers": {
"stockscope-mcp": {
"type": "http",
"url": "https://stockscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add stockscope-mcp -- npx -y stockscope-mcpcodex mcp add stockscope-mcp -- npx -y stockscope-mcpamp mcp add stockscope-mcp -- npx -y stockscope-mcp{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"stockscope-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"stockscope-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y stockscope-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 herramientas
stockscope mcp expone 6 herramientas a un agente conectado.
- 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
Puntuación
64 / 100
Buena
- Documentación22/25
- Mantenimiento8/25
- Confianza13/20
- Capacidad6/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 142 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.1.0Última | 11 abr 2026 |