Scope (Legal)
Rank #40,708bid.scope/legal
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
Scope (Legal) is a Model Context Protocol (MCP) server published by scope-bid. It ranks #40,708 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scope (Legal) is listed on Official MCP, with 3 tracked versions. It was first listed on May 6, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 74,883 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 --transport http legal https://scope.bid/api/mcp/legalclaude mcp add legal -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.legal]
url = "https://scope.bid/api/mcp/legal"Add to ~/.codex/config.toml.
[mcp_servers.legal]
command = "npx"
args = ["-y", "@scope-bid/scope-mcp"]
[mcp_servers.legal.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.
https://scope.bid/api/mcp/legalSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"legal": {
"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": {
"legal": {
"url": "https://scope.bid/api/mcp/legal"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"legal": {
"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": {
"legal": {
"type": "http",
"url": "https://scope.bid/api/mcp/legal"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"legal": {
"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": {
"legal": {
"serverUrl": "https://scope.bid/api/mcp/legal"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"legal": {
"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": {
"legal": {
"url": "https://scope.bid/api/mcp/legal"
}
}
}{
"mcpServers": {
"legal": {
"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/bid.scope%2Flegal)<a href="https://mcptoplist.com/server/bid.scope%2Flegal"><img src="https://mcptoplist.com/badge/bid.scope%2Flegal.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 (3)
| Version | Published |
|---|---|
| 1.0.7 | Jul 30, 2026 |
| 1.0.1 | May 21, 2026 |
| 0.2.2 | May 6, 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 3 versions of Scope (Legal), most recently published on Jul 30, 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.