Server data from the Official MCP Registry
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
This is a well-structured MCP server for legal-services vendor dispatch with strong authentication and authorization controls. The code properly validates all inputs using Zod, securely handles API tokens via environment variables, and implements appropriate authorization checks for sensitive operations. Minor quality issues include broad error handling and lack of request/response logging, but these do not indicate security vulnerabilities. Permissions are appropriate for the server's purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCOPE_API_BASE
Environment variable: SCOPE_API_TOKEN
Environment variable: SCOPE_ORG_SLUG
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jackgillen15-dev-scope-mcp": {
"env": {
"SCOPE_API_BASE": "your-scope-api-base-here",
"SCOPE_ORG_SLUG": "your-scope-org-slug-here",
"SCOPE_API_TOKEN": "your-scope-api-token-here"
},
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
The first vertical-services Model Context Protocol implementation. One shared core, three per-vertical wrappers (legal live, claims and AEC in preview), all under the
@scope-bidnpm scope.
Anthropic launched the Claude Legal Plugin in February 2026. Major firms (Freshfields globally, LexisNexis as a partner) deployed AI legal assistants firmwide. Those tools generate content - contract review, NDA triage, drafting. They cannot dispatch real-world work to real-world vendors. They have no hands.
Scope is the layer that gives them hands. This monorepo houses the Model Context Protocol servers that connect any MCP-compatible AI workflow (Claude Desktop, Claude Code, Cursor, Claude Cowork, etc.) to Scope's vendor network.
Each vertical gets its own npm package, MCP registry listing, and brand surface. They share a core library so the dispatch primitive is identical across verticals:
| Vertical | Package | Status | Launch |
|---|---|---|---|
| Legal services | @scope-bid/scope-mcp | Live | May 2026 |
| Insurance claims | @scope-bid/scope-claims-mcp | Preview | Q3 2026 |
| AEC / construction | @scope-bid/scope-aec-mcp | Preview | 2027 |
Shared core: @scope-bid/mcp-core.
packages/
├── mcp-core/ Shared library: server framework, REST client, core tools
├── scope-mcp/ Legal services (live)
├── scope-claims-mcp/ Insurance claims (preview)
└── scope-aec-mcp/ AEC subcontractor procurement (preview)
Same 8-line config across the family:
{
"mcpServers": {
"scope": {
"command": "npx",
"args": ["-y", "@scope-bid/scope-mcp"],
"env": { "SCOPE_API_TOKEN": "scope_pk_..." }
}
}
}
Swap the package name (scope-mcp → scope-claims-mcp → scope-aec-mcp) for the other verticals.
npm install
npm run build # builds all packages via npm workspaces
Each package has its own package.json, tsconfig.json, and server.json (for MCP registry).
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.