← Index

Scope (Legal)

io.github.scope-bid/scope-mcp·v0.2.1·Other
Quality Score
90
/100

Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "scope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-mcp"
      ],
      "env": {
        "SCOPE_API_BASE": "https://scope-bid.vercel.app",
        "SCOPE_API_TOKEN": "<your-scope_api_token>",
        "SCOPE_ORG_SLUG": "<scope_org_slug>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "scope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-mcp"
      ],
      "env": {
        "SCOPE_API_BASE": "https://scope-bid.vercel.app",
        "SCOPE_API_TOKEN": "<your-scope_api_token>",
        "SCOPE_ORG_SLUG": "<scope_org_slug>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @scope-bid/scope-mcp
§02  Environment variables
SCOPE_API_BASE

Base URL of the Scope API. Defaults to the hosted instance.

SCOPE_API_TOKEN
secret

Bearer token from scope-bid.vercel.app/settings. Required for write tools.

SCOPE_ORG_SLUG

Pin reads/writes to a specific buyer organization.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other