Scope (Legal)
Rank #47,603io.github.scope-bid/scope-mcp
Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.
Scope (Legal) is a Model Context Protocol (MCP) server published by scope-bid. It ranks #47,603 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scope (Legal) is listed on Official MCP, with 2 tracked versions. It was first listed on May 3, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 67,988 of 115,591 servers on MCP Toplist.
Use Scope (Legal)
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 @scope-bid/scope-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scope-mcp]
command = "npx"
args = ["-y", "@scope-bid/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",
"@scope-bid/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",
"@scope-bid/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",
"@scope-bid/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",
"@scope-bid/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",
"@scope-bid/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.scope-bid%2Fscope-mcp)<a href="https://mcptoplist.com/server/io.github.scope-bid%2Fscope-mcp"><img src="https://mcptoplist.com/badge/io.github.scope-bid%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 (2)
| Version | Published |
|---|---|
| 0.2.1 | May 3, 2026 |
| 0.2.0 | May 3, 2026 |
Frequently asked questions
- Who maintains Scope (Legal)?
- Scope (Legal) is maintained by scope-bid, which publishes 11 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Scope (Legal) listed on the Official MCP Registry?
- Yes — Scope (Legal) is listed on the Official MCP Registry.
- How many versions does Scope (Legal) have?
- MCP Toplist tracks 2 versions of Scope (Legal), most recently published on May 3, 2026.
- Where can I find the source code for Scope (Legal)?
- The source code for Scope (Legal) is hosted at github.com/scope-bid/scope-mcp.