feat(litigation-legal): add Scope action-tier vendor dispatch#35
Open
jackgillen15-dev wants to merge 1 commit into
Open
feat(litigation-legal): add Scope action-tier vendor dispatch#35jackgillen15-dev wants to merge 1 commit into
jackgillen15-dev wants to merge 1 commit into
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds Scope (bid.scope/legal on the official MCP Registry) to the
litigation-legal plugin's connector list. Scope is the action-tier
dispatch layer for legal-services vendors: court reporters, process
servers, records retrieval, IMEs, expert witnesses, e-discovery,
translation, mediators, trial graphics, foreign-jurisdiction counsel,
and additional legal-services vendor types.
Why
CONNECTORS.md publishes a "Wanted connectors" list whose recurring
theme is action-tier integration with hard irreversibility gates
(e-filing systems are called out explicitly). Scope's MCP server
matches that shape and is operational today.
The litigation-legal skills currently stop at "draft / outline /
framework" and defer execution to "future integration." Direct
quotes from the repo:
legal-hold/SKILL.md: "Send the notice. Drafts .docx; user sendsvia email per house convention. (Future integration: Gmail/O365
MCP could send directly after user review.)"
litigation-legal/README.md: "Without [Gmail and scheduled-tasksintegrations], outputs are written to files for manual sending"
subpoena-triage/SKILL.md: "Produces the framework; the letteris drafted by user + outside counsel (future: a dedicated
objections-draft skill)"
This PR closes one part of that gap by routing the vendor-dispatch
step through Scope. Booking, scheduling, and payment all remain
gated on explicit human approval, consistent with this repo's
existing guardrail principle.
Worked example
The
deposition-prepskill produces a deposition outline. Today,after the outline is approved, the user manually sources a court
reporter via phone or email. With Scope configured:
jurisdiction, hours, exhibits expected, video flag, transcript
turnaround.
tier-appropriate contact paths and source attribution.
the work spec).
firing - the response envelope carries a gate descriptor that
the client surfaces as a confirmation prompt.
are wired but do not fire without firm-side confirmation.
The same pattern applies to process serving, records retrieval,
IMEs, expert witnesses, e-discovery, and the other litigation-legal
vendor categories.
ABA Model Rule 7.2 and 5.4 alignment
Scope's design respects ABA Model Rule 7.2 (lawyer marketing /
referrals): vendor options are returned and quoted, not
characterized as preferred or otherwise ranked by the connector.
The commercial model is commission-only from vendor-side, which
is the structural answer to Rule 5.4 (no fee-sharing between
lawyers and non-lawyers). The litigation-legal plugin's existing
"draft for attorney review" framing carries through cleanly.
What's included
litigation-legal/.mcp.json: add Scope entry; appendvendor-dispatchtorecommendedCategories.CONNECTORS.md: add Scope to the Current Connectors tableunder litigation-legal.
litigation-legal/README.md: one paragraph under Integrationsdescribing the connector.
3 files, +13 / -1 lines.
Verification
https://registry.modelcontextprotocol.io/v0/servers?search=bid.scope
https://www.npmjs.com/package/@scope-bid/scope-mcp
Notes for the reviewer
in
.mcp.json, every skill in the plugin can invoke it. Inlineper-skill references can come in a follow-up PR if the
maintainers prefer that pattern.
left in place. Scope dispatches to vendors, not to e-filing
systems, so that wanted-list entry remains open.
Scope routes today; the list expands as the Scope network grows.