← Index

bid.scope/legal

bid.scope/legal·v0.2.2·Other
Quality Score
85
/100

Legal-services vendor procurement: court reporting, records, experts, e-discovery. Live.

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

Bearer token for write operations (scope_dispatch_matter, scope_set_vendor_tier, scope_remove_from_roster). Read-only tools work without it on demo matters.

SCOPE_API_BASE

Override the default Scope API base URL. Defaults to https://scope.bid

SCOPE_ORG_SLUG

Pin reads and writes to a specific buyer org. Useful for multi-tenant Claude deployments.

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