
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@jackgillen15-dev/scope-mcp
Advanced tools
Scope MCP server - dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
The Model Context Protocol server for Scope - dispatch litigation work to legal-services vendors from Claude, Harvey, Eve, or any MCP-compatible AI workflow. The first vertical-services MCP for legal.
Scope is the dispatch and verified-reputation layer between law firms and the litigation vendors who do the work - court reporters, records retrieval firms, expert witnesses, process servers, mediators, eDiscovery providers. Half of these vendors expose APIs. The other half take phone calls and PDF emails. Scope unifies both, and exposes the result through this MCP server so any AI legal workflow can dispatch work natively.
Learn more: scope-bid.vercel.app
Once connected to Claude Desktop, Claude Code, Cursor, Claude Cowork, or any other MCP-compatible client, your AI assistant gains five tools for dispatching and tracking real-world legal-services work:
| Tool | Purpose |
|---|---|
scope_list_categories | List Scope's service categories (court reporting, records retrieval, social media evidence, expert witness, etc.) and which are API-native vs ops-backed |
scope_list_vendors | List verified vendors with verified-reputation snapshots (on-time %, budget variance, rework rate, completed matters, satisfaction) |
scope_dispatch_matter | Post a sealed-bid matter to the network. Vendors are notified; bids close after the configured window |
scope_get_matter | Look up a matter by display id (e.g. SC-2041) or UUID. Returns scope details, bids, award status |
scope_list_matters | List matters in flight for the calling buyer organization |
You: A deposition notice just came in for Smith v. Acme. Witness John Doe,
scheduled for May 15 in San Diego, video and real-time required.
Send this out to court reporters with verified track records in CA.
Claude (calls scope_dispatch_matter):
title: "Deposition - John Doe - Smith v. Acme"
service_category: "court-reporting"
jurisdictions: ["CA"]
description: "Witness deposition. Date: May 15. Location: San Diego.
Video and real-time required. ~4 hours expected."
bid_window_minutes: 60
Scope returns:
matter_id: "SC-2089"
status: "open"
vendors_notified: 7
bid_window_closes: "2026-05-04T17:30:00Z"
You: When the bids come in, summarize them with their reputation scores.
Claude (60 min later, calls scope_get_matter):
...4 sealed bids, names hidden until award, reputation snapshots side-by-side.
git clone https://github.com/scope-bid/scope-mcp.git
cd scope-mcp
npm install
npm run build
This produces dist/server.js.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"scope": {
"command": "node",
"args": ["/absolute/path/to/scope-mcp/dist/server.js"],
"env": {
"SCOPE_API_BASE": "https://scope-bid.vercel.app",
"SCOPE_API_TOKEN": "your-token-from-scope-bid",
"SCOPE_ORG_SLUG": "your-org-slug"
}
}
}
}
Restart Claude Desktop. The Scope tools should appear when you click the tools icon.
Add an .mcp.json to your project root:
{
"mcpServers": {
"scope": {
"command": "node",
"args": ["/absolute/path/to/scope-mcp/dist/server.js"],
"env": {
"SCOPE_API_BASE": "https://scope-bid.vercel.app",
"SCOPE_API_TOKEN": "your-token-from-scope-bid"
}
}
}
}
Cursor reads MCP servers from the same .mcp.json format. Add the file to your workspace root and restart Cursor.
| Variable | Required | Default | Notes |
|---|---|---|---|
SCOPE_API_BASE | No | https://scope-bid.vercel.app | Override for self-hosted Scope deployments |
SCOPE_API_TOKEN | For write tools | - | Bearer token. Required for scope_dispatch_matter. Read-only tools work without it on demo matters. Generate at scope-bid.vercel.app/settings |
SCOPE_ORG_SLUG | No | - | Pin reads/writes to a specific buyer organization. Useful for multi-tenant deployments where one Scope account represents multiple firms |
V1 ships these five tools. Coming next:
scope_get_vendor_reputation - deep dive on a single vendor's verified track recordscope_award_matter - award a matter to a chosen bidderscope_attach_deliverable - upload a transcript, record set, or report against a matterscope_record_completion - close out a matter (vendor-side) and trigger reputation recomputePlus per-category specialized tools as Scope's V1 categories expand:
scope_book_deposition (court reporting)scope_request_records (records retrieval)scope_preserve_social_media (social media evidence)scope_retain_expert (expert witnesses)Anthropic shipped the Model Context Protocol in late 2024, and the Claude Legal Plugin in February 2026. The plugin handles content generation - contract review, NDA triage, drafting briefs. It cannot dispatch real work to real vendors. That's the gap this server fills.
The first vertical-services MCP for legal services is genuinely first-mover. As of May 2026, no MCP server has been published for any vertical-services industry (legal, AEC, healthcare, claims). Scope-as-MCP-for-legal is the opening shot.
npm run dev # tsx hot-reload
npm run build # compile to dist/
npm run start # run compiled server
The server uses stdio transport (the default for local MCP clients). For remote/HTTP transport, see the MCP HTTP transport spec - support coming in a future release.
This is a young project. Bug reports, feature requests, and PRs welcome. For larger changes, please open an issue first to discuss what you'd like to change.
MIT - see LICENSE.
Built by Jack Gillen for Scope.
For Scope-account questions: jack@scope.bid For MCP server bugs: open a GitHub issue.
The work speaks.
FAQs
Scope MCP server - dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
The npm package @jackgillen15-dev/scope-mcp receives a total of 13 weekly downloads. As such, @jackgillen15-dev/scope-mcp popularity was classified as not popular.
We found that @jackgillen15-dev/scope-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.