PluginBench
MCP Server
Maintained
MIT

io.github.Stewyboy1990/stockscope-mcp MCP Server

io.github.Stewyboy1990/stockscope-mcp

What is the io.github.Stewyboy1990/stockscope-mcp MCP server?

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

How to install io.github.Stewyboy1990/stockscope-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stockscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockscope-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stockscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockscope-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stockscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockscope-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stockscope-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stockscope-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add stockscope-mcp -- npx -y stockscope-mcp

Related MCP servers

11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free.

4
TypeScript
MIT
View repository →