Scope
Rank #55,962io.github.jackgillen15-dev/scope-mcp
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
Scope is a Model Context Protocol (MCP) server published by scope-bid. It ranks #55,962 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scope is listed on Official MCP, with 1 tracked version. It was first listed on May 3, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 59,629 of 115,591 servers on MCP Toplist.
Use Scope
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scope-mcp -e "SCOPE_API_BASE=<your SCOPE_API_BASE>" -e "SCOPE_API_TOKEN=<your SCOPE_API_TOKEN>" -e "SCOPE_ORG_SLUG=<your SCOPE_ORG_SLUG>" -- npx -y @jackgillen15-dev/scope-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scope-mcp]
command = "npx"
args = ["-y", "@jackgillen15-dev/scope-mcp"]
[mcp_servers.scope-mcp.env]
SCOPE_API_BASE = "<your SCOPE_API_BASE>"
SCOPE_API_TOKEN = "<your SCOPE_API_TOKEN>"
SCOPE_ORG_SLUG = "<your SCOPE_ORG_SLUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<your SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<your SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<your SCOPE_ORG_SLUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<your SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<your SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<your SCOPE_ORG_SLUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<your SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<your SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<your SCOPE_ORG_SLUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<your SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<your SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<your SCOPE_ORG_SLUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<your SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<your SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<your SCOPE_ORG_SLUG>"
}
}
}
}Replace each placeholder with your own value before saving.
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.jackgillen15-dev%2Fscope-mcp)<a href="https://mcptoplist.com/server/io.github.jackgillen15-dev%2Fscope-mcp"><img src="https://mcptoplist.com/badge/io.github.jackgillen15-dev%2Fscope-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
scope-bid
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 3, 2026 |
Frequently asked questions
- Who maintains Scope?
- Scope is maintained by scope-bid, which publishes 11 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Scope listed on the Official MCP Registry?
- Yes — Scope is listed on the Official MCP Registry.
- How many versions does Scope have?
- MCP Toplist tracks 1 version of Scope, most recently published on May 3, 2026.
- Where can I find the source code for Scope?
- The source code for Scope is hosted at github.com/scope-bid/scope-mcp.