Catalog
bid.scope/legal
Officialby scope-bid · TypeScript
Scope (Legal)
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
Route litigation work to legal service vendors from AI workflows.
Topics
ai-toolsanthropicclaudelegal-serviceslegal-techlitigationmcpmodel-context-protocollegal-procurementplaintiff
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SCOPE_API_BASEdefault https://scope.bidBase 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_config.json
{
"mcpServers": {
"legal": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-mcp@1.0.5"
],
"env": {
"SCOPE_API_BASE": "https://scope.bid",
"SCOPE_API_TOKEN": "<YOUR_SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<YOUR_SCOPE_ORG_SLUG>"
}
}
}
}