← Back to browse

Scope (Legal)

Indexed by io.github.scope-bid

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSCOPE_API_BASE SCOPE_API_TOKEN SCOPE_ORG_SLUG
Claude Code
claude mcp add --env SCOPE_API_BASE= --env SCOPE_API_TOKEN= --env SCOPE_ORG_SLUG= scope-mcp -- npx @scope-bid/scope-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"scope-mcp","command":"npx","args":["@scope-bid/scope-mcp"],"env":{"SCOPE_API_BASE":"","SCOPE_API_TOKEN":"","SCOPE_ORG_SLUG":""}}'
JSON
{
  "mcpServers": {
    "scope-mcp": {
      "command": "npx",
      "args": [
        "@scope-bid/scope-mcp"
      ],
      "env": {
        "SCOPE_API_BASE": "",
        "SCOPE_API_TOKEN": "",
        "SCOPE_ORG_SLUG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.