MCP Server
Maintained
MIT
io.github.Stewyboy1990/companyscope-mcp MCP Server
io.github.Stewyboy1990/companyscope-mcp
What is the io.github.Stewyboy1990/companyscope-mcp MCP server?
11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free.
How to install io.github.Stewyboy1990/companyscope-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": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"companyscope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Claude Code
claude mcp add companyscope-mcp -- npx -y companyscope-mcpRelated MCP servers
io.github.Stewyboy1990/stockscope-mcp
Maintained
SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.
0
View repository →JavaScript
MIT