.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sarturko-maker/claude-plugin-mcp
home/mcp-servers/sarturko-maker/claude-plugin-mcp
sarturko-maker avatar

claude-plugin-mcp

bysarturko-maker· 1 MCP server

Stars

14

Forks

5

Category

Legal & Compliance

View on GitHub

TL;DR

Agentic contract negotiation assistant -- reviews counterparty redlines with layered Track Changes across multiple negotiation rounds, or creates first-pass redlines on clean documents.

How to install claude-plugin-mcp?

sarturko-maker/claude-plugin-mcp
$git clone https://github.com/sarturko-maker/claude-plugin-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install claude-plugin-mcp by running `git clone https://github.com/sarturko-maker/claude-plugin-mcp`, then use it for the current task and follow its documentation at https://github.com/sarturko-maker/claude-plugin-mcp.

Files · 1

View on GitHub
README.md
1# Contract Negotiator -- Claude Plugin
2 
3> **Proof of Concept.** This is a proof of concept for testing and evaluation by qualified legal professionals only. It is NOT production software, does not provide legal advice, and must not be used for live client matters. All output is AI-generated and must be reviewed by a qualified legal professional. See [DISCLAIMER.md](DISCLAIMER.md).
4 
5A Claude plugin that turns Claude into an agentic contract negotiation assistant. Upload a Word document -- clean or with existing tracked changes from any number of prior rounds -- give instructions, and get back a properly redlined `.docx` with layered Track Changes and correct author attribution.
6 
7Built on the [Adeu](https://github.com/dealfluence/adeu) OOXML redlining engine.
8 
9## Quick Start
10 
11```bash
12git clone https://github.com/sarturko-maker/Claude-Plugin-MCP.git
13cd Claude-Plugin-MCP
14pip install .
15claude --plugin-dir ./
16```
17 
18## Prerequisites
19 
20- **Python 3.11+** (required by the Adeu dependency)
21- **pip** (for installing dependencies)
22- **git** (for cloning and for the adeu git dependency)
23- **Claude Code** (Anthropic's CLI)
24 
25## What It Does
26 
27When a counterparty sends back a redlined contract, their tracked changes stay visible. You never "reject" a change in Word -- that makes it vanish with no trace. Instead, the plugin layers your response on top of their markup: deleting their proposed text through your own redline and inserting your alternative, both attributed to you. The counterparty opens Word and sees everything -- their original change, your deletion of it, and your counter-proposal. Full audit trail, full transparency.
28 
29When you agree with a counterparty's change, the plugin accepts it -- the markup is removed and the text becomes part of the clean document. That is the only time changes should vanish.
30 
31### Features
32 
33- **First-pass redlining** of clean contracts with tracked changes and professional comments
34- **Multi-round counterparty response** with correctly layered tracked changes preserving the full audit trail
35- **Auto-detection** of clean vs redlined documents -- one command handles both workflows
36- **Comparison report gate** before applying changes to counterparty redlines -- review before committing
37- **Full-autonomy mode** (`/yolo-negotiation`) -- same negotiation logic with all checkpoints removed for when you trust the defaults
38- **Word-level surgical diffs** that change only the minimum necessary span of text
39- **Professional commenting** -- comments only where they add value, not on every change
40- **Configurable persona, authority framework, and playbooks** for different negotiation styles
41- **MCP tool annotations** for Claude Desktop directory compliance and security transparency
42 
43## Commands
44 
45### `/negotiate`
46 
47The primary command. Walks you through contract negotiation step by step with checkpoints for review at each stage. Handles both first-pass redlining of clean documents and multi-round counterparty response with layered tracked changes.
48 
49### `/yolo-negotiation`
50 
51Full-autonomy variant. Same negotiation logic as `/negotiate` but with all checkpoints removed. Use when you trust the defaults and want the finished redlined document in one shot. Amber/red zone authority items are noted in the final report for your review after the fact.
52 
53## Architecture Overview
54 
55```
56Claude-Plugin-MCP/
57 .claude-plugin/ Plugin metadata (plugin.json)
58 .mcp.json MCP server configuration
59 skills/ Skill definitions for Claude
60 commands/ Slash commands (/negotiate, /yolo-negotiation)
61 src/ MCP server source (78 Python files)
62 mcp_server/ Tool definitions and server entry point
63 ingestion/ Document parsing and validation
64 negotiation/ Negotiation logic and evaluation
65 pipeline/ Orchestration pipeline
66 config/ Three-level config fallback
67 models/ Pydantic data models
68 validation/ Output validation
69 defaults/ Shipped defaults (PERSONA.md, AUTHORITY.md, PLAYBOOK-template.md)
70 scripts/ start-mcp.sh launcher
71 samples/ Test documents for evaluation
72```
73 
74**MCP server entry point:** `python -m src.mcp_server`
75 
76**Three-level config fallback:** project directory > `~/.config/claude-negotiator/` > shipped defaults in `defaults/`
77 
78## Configuration
79 
80The plugin works out of the box with sensible defaults. For customisation, place any of the following files in your project directory or `~/.config/claude-negotiator/`:
81 
82| File | Purpose |
83|------|---------|
84| `PERSONA.md` | Define the negotiation persona (tone, formality, jurisdiction conventions) |
85| `AUTHORITY.md` | Set authority levels for different clause types (which changes need escalation) |
86| `PLAYBOOK-*.md` | Negotiation playbooks for specific deal types (e.g., `PLAYBOOK-SPA.md` for share purchase agreements) |
87 
88## Usage Examples
89 
90### Example 1: First-Pass Review of a Sales Agreement
91 
92**S

Preview

sarturko-maker/claude-plugin-mcpsarturko-maker/claude-plugin-mcp
Reposarturko-maker/claude-plugin-mcp
TypeMCP Servers
CategoryLegal & Compliance
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. chrisryugj avatarkorean-law-mcp법제처 42개 API → 9개 MCP 도구. 법령·판례·조례·조약 + 다단계 리서치(legal_research, 8 task) + 정밀분석(legal_analysis: 인용검증·판례생사·행위시법·영향그래프) + 시점 비교(time_travel) + 상황별 5단계 안내(action_plan) + 국세청 해석례(nts)MCP ServersJul 202622k2.3k
  2. atomno-mcp avatarmcp-fns-checkRussian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.MCP ServersJul 20261.4k14
  3. lawchat-oss avatarmcp-taiwan-legal-dbMCP server for querying Taiwan (ROC) judicial judgments and the national regulation databaseMCP ServersJun 2026692164
  4. novyxlabs avatarnovyx-mcpMCP tools for Novyx governed actions, shared memory, audit, rollback, and evidence workflows. Local SQLite memory works zero-config; hosted governance and approvals use Novyx Cloud.MCP ServersJul 202653331
  5. the-momentum avatarfhir-mcp-serverFHIR MCP Server for handling medical data standard.MCP ServersOct 202550997
  6. awslabs avatarmcp-server-for-oscalAI agent tools for Open Security Controls Assessment Language (OSCAL)MCP ServersJun 202627250