PluginBench
MCP Server

Scope (Legal) MCP Server

io.github.scope-bid/scope-mcp

What is the Scope (Legal) MCP server?

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

How to install Scope (Legal)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scope-mcp": {
      "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scope-mcp": {
      "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scope-mcp": {
      "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scope-mcp": {
      "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>"
      }
    }
  }
}
Claude Code
claude mcp add scope-mcp --env SCOPE_API_BASE=<YOUR_SCOPE_API_BASE> --env SCOPE_API_TOKEN=<YOUR_SCOPE_API_TOKEN> --env SCOPE_ORG_SLUG=<YOUR_SCOPE_ORG_SLUG> -- npx -y @scope-bid/scope-mcp

Related MCP servers

AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending.

View repository →

Insurance claims vendor procurement (IMEs, IA, surveillance). Preview V2 Q3 2026. Patent pending.

View repository →