What is the Scope (Legal) MCP server?
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
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_BASEBase URL of the Scope API. Defaults to the hosted instance.
SCOPE_API_TOKENsecretBearer token from scope.bid/settings/api-tokens. Required for write tools.
SCOPE_ORG_SLUGPin reads/writes to a specific buyer organization.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"legal": {
"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": {
"legal": {
"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": {
"legal": {
"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": {
"legal": {
"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 legal --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-mcpRelated MCP servers
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
View repository →Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.
View repository →Healthcare vendor-services MCP. Preview. Available after legal, claims, and AEC are live.
View repository →Pharma vendor-services MCP. Preview. Available after legal, claims, and AEC are live.
View repository →