stockscope-mcp
Rank #53,032io.github.Stewyboy1990/stockscope-mcp
SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.
stockscope-mcp is a Model Context Protocol (MCP) server published by stewyboy1990. It ranks #53,032 of 115,460 servers tracked on MCP Toplist. stockscope-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 10, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 62,428 of 115,460 servers on MCP Toplist.
Use stockscope-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http stockscope-mcp https://stockscope-mcp.stewwilli.workers.dev/mcpclaude mcp add stockscope-mcp -- npx -y stockscope-mcp[mcp_servers.stockscope-mcp]
url = "https://stockscope-mcp.stewwilli.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.stockscope-mcp]
command = "npx"
args = ["-y", "stockscope-mcp"]Add to ~/.codex/config.toml.
https://stockscope-mcp.stewwilli.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stockscope-mcp": {
"url": "https://stockscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stockscope-mcp": {
"type": "http",
"url": "https://stockscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"stockscope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stockscope-mcp": {
"serverUrl": "https://stockscope-mcp.stewwilli.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stockscope-mcp": {
"url": "https://stockscope-mcp.stewwilli.workers.dev/mcp"
}
}
}{
"mcpServers": {
"stockscope-mcp": {
"command": "npx",
"args": [
"-y",
"stockscope-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%2Fstockscope-mcp)<a href="https://mcptoplist.com/server/io.github.Stewyboy1990%2Fstockscope-mcp"><img src="https://mcptoplist.com/badge/io.github.Stewyboy1990%2Fstockscope-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
stewyboy1990
Other servers by stewyboy1990
View all stewyboy1990 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Apr 11, 2026 |
Frequently asked questions
- Who maintains stockscope-mcp?
- stockscope-mcp is maintained by stewyboy1990, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is stockscope-mcp listed on the Official MCP Registry?
- Yes — stockscope-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does stockscope-mcp have?
- MCP Toplist tracks 1 version of stockscope-mcp, most recently published on Apr 11, 2026.
- Where can I find the source code for stockscope-mcp?
- The source code for stockscope-mcp is hosted at github.com/stewyboy1990/stockscope-mcp.