Scope
About
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
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 vars
SCOPE_API_BASE SCOPE_API_TOKEN SCOPE_ORG_SLUGClaude Code
claude mcp add --env SCOPE_API_BASE= --env SCOPE_API_TOKEN= --env SCOPE_ORG_SLUG= scope-mcp -- npx @jackgillen15-dev/scope-mcp
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":["@jackgillen15-dev/scope-mcp"],"env":{"SCOPE_API_BASE":"","SCOPE_API_TOKEN":"","SCOPE_ORG_SLUG":""}}'
JSON
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"@jackgillen15-dev/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.