Scope (Legal)✓
io.github.scope-bid/scope-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.scope-bid/scope-mcp",
"description": "Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.",
"title": "Scope (Legal)",
"repository": {
"url": "https://github.com/scope-bid/scope-mcp",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://scope-bid.vercel.app/mcp/legal",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@scope-bid/scope-mcp",
"version": "0.2.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.",
"isSecret": true,
"name": "SCOPE_API_TOKEN"
},
{
"description": "Pin reads/writes to a specific buyer organization.",
"name": "SCOPE_ORG_SLUG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}