CompanyScope
Rank #9,560io.github.Stewyboy1990/companyscope-mcp
11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free.
CompanyScope is a Model Context Protocol (MCP) server published by stewyboy1990. It ranks #9,560 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. CompanyScope is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 105,900 of 115,460 servers on MCP Toplist.
Use CompanyScope
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http companyscope-mcp https://companyscope-mcp.stewwilli.workers.dev/mcpclaude mcp add companyscope-mcp -- npx -y companyscope-mcp[mcp_servers.companyscope-mcp]
url = "https://companyscope-mcp.stewwilli.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.companyscope-mcp]
command = "npx"
args = ["-y", "companyscope-mcp"]Add to ~/.codex/config.toml.
https://companyscope-mcp.stewwilli.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"companyscope-mcp": {
"url": "https://companyscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"companyscope-mcp": {
"type": "http",
"url": "https://companyscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"companyscope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"companyscope-mcp": {
"serverUrl": "https://companyscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"companyscope-mcp": {
"url": "https://companyscope-mcp.stewwilli.workers.dev/mcp"
}
}
}{
"mcpServers": {
"companyscope-mcp": {
"command": "npx",
"args": [
"-y",
"companyscope-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Stewyboy1990%2Fcompanyscope-mcp)<a href="https://mcptoplist.com/server/io.github.Stewyboy1990%2Fcompanyscope-mcp"><img src="https://mcptoplist.com/badge/io.github.Stewyboy1990%2Fcompanyscope-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
stewyboy1990
Other servers by stewyboy1990
View all stewyboy1990 servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.5 | Apr 11, 2026 |
| 1.3.2 | Apr 8, 2026 |
| 1.2.1 | Apr 6, 2026 |
| 1.0.0 | Apr 5, 2026 |
Frequently asked questions
- Who maintains CompanyScope?
- CompanyScope is maintained by stewyboy1990, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is CompanyScope listed on the Official MCP Registry?
- Yes — CompanyScope is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does CompanyScope have?
- MCP Toplist tracks 4 versions of CompanyScope, most recently published on Apr 11, 2026.
- Where can I find the source code for CompanyScope?
- The source code for CompanyScope is hosted at github.com/stewyboy1990/companyscope-mcp.