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-mcpRelated MCP servers
io.github.Stewyboy1990/companyscope-mcp
Maintained
11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free.
4
View repository →TypeScript
MIT