← Index

Scope

io.github.jackgillen15-dev/scope-mcp·v0.1.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "scope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jackgillen15-dev/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",
        "@jackgillen15-dev/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 @jackgillen15-dev/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_dispatch_matter). Read-only tools work without it on demo matters.

SCOPE_ORG_SLUG

Pin reads/writes to a specific buyer organization. Useful for multi-tenant deployments.

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