MCP Server
MCP
Scope
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
Install
npx -y @jackgillen15-dev/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@jackgillen15-dev/scope-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Scope API. Defaults to the hosted instance.",
"default": "https://scope-bid.vercel.app",
"name": "SCOPE_API_BASE"
},
{
"description": "Bearer token from scope-bid.vercel.app/settings. Required for write tools (scope_dispatch_matter). Read-only tools work without it on demo matters.",
"isSecret": true,
"name": "SCOPE_API_TOKEN"
},
{
"description": "Pin reads/writes to a specific buyer organization. Useful for multi-tenant deployments.",
"name": "SCOPE_ORG_SLUG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment