# Legal Plain Language Scorer MCP for AI Agents MCP

> Legal Plain Language Scorer analyzes contracts, terms of service, and legal documents to check how easy they are to read. It spots dense syntax, heavy passive voice, and inconsistent definitions, making sure your legal text is actually understandable for the people who have to sign it.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IKAs4zDLaJZCjDJZI1N6ASGSZmC63P6yfETVq7Yy/mcp
- **Tags:** legal, readability, syntax, compliance, plain-language

## Description

Legal Plain Language Scorer analyzes contracts, terms of service, and legal documents to check how easy they are to read. It spots dense syntax, heavy passive voice, and inconsistent definitions, making sure your legal text is actually understandable for the people who have to sign it. Instead of manually hunting for every instance of a capitalized term or trying to guess if a paragraph is too dense for a layperson, you can have your agent do the heavy lifting. It looks at your text and breaks down the actual difficulty level, pointing out where the grammar gets in the way of the meaning. It's one of the many tools you can find in the Vinkius catalog to make your legal workflows actually move faster. You'll get a clear look at where your writing is too 'lawyerly' and where it's actually clear. It's about making sure your contracts don't just look official, but actually work the way you intended.

## Tools

### analyze_syntax
Detects passive voice and complex nominalizations to simplify heavy legal phrasing. It helps make your text punchier and easier to follow.

### audit_definitions
Scans your document to make sure every capitalized defined term is used consistently. It prevents definition drift in long contracts.

### evaluate_readability
Calculates Flesch Reading Ease and Grade Level scores to measure how hard a text is to read. It provides an objective metric for clarity.

## Prompt Examples

**Prompt:** 
```
How readable is this clause: 'The Company shall, at its sole discretion, implement the termination of the agreement.'?
```

**Response:** 
```
### Readability Analysis

*   **Flesch Reading Ease:** 30.2 (Difficult)
*   **Grade Level:** 14th Grade
*   **Issues Found:**
    *   High nominalization density: "the termination of" is clunky.
    *   Passive construction: The sentence is wordy and indirect.

**Suggested Fix:**
Try: "The Company may terminate the agreement at its sole discretion." This version is much punchier and easier to read.
```

**Prompt:** 
```
Check if my defined terms are consistent in this text: 'The User agrees to the Terms. The user must follow rules.'
```

**Response:** 
```
### Definition Audit

I found an inconsistency in your defined terms:

*   **Term:** "User"
*   **Issue:** You used lowercase "user" in the second sentence.
*   **Context:** "The user must follow rules."

**Correction:**
Ensure "User" is capitalized consistently throughout the document to maintain legal clarity.
```

**Prompt:** 
```
Analyze the syntax of this sentence: 'The implementation of the policy was performed by the committee.'
```

**Response:** 
```
### Syntax Analysis

This sentence contains several issues that hurt readability:

*   **Passive Voice:** "was performed by" makes the sentence feel heavy.
*   **Nominalization:** "The implementation of" turns a simple action into a clunky noun phrase.

**Suggested Fix:**
Try: "The committee implemented the policy." This is direct and uses fewer words.
```

## Capabilities

### Calculate grade levels
It gives you a clear Flesch Reading Ease score and grade level for any paragraph.

### Identify passive voice
The tool finds areas where the writing is clunky or indirect due to heavy passive voice.

### Spot inconsistent definitions
It scans your text to find where capitalized terms are used incorrectly or inconsistently.

### Measure nominalization
It detects heavy nominalization where nouns are overused instead of active verbs.

### Audit contract consistency
It ensures your defined terms stay consistent across long, complex documents.

## Use Cases

### Simplifying Terms of Service
A product manager wants to know if a new Terms of Service is too hard for customers to read. They ask the agent to check the readability score.

### Cleaning up NDAs
A lawyer wants to remove lawyerly fluff from a standard NDA. They use the syntax tool to find and replace passive voice with active verbs.

### Consistency Audits
A legal team needs to ensure that 'The Service' is always capitalized correctly in a 50-page master agreement. They run an audit on all definitions.

### Compliance Checks
A compliance officer checks if a new policy meets plain-language requirements for a specific state by checking the grade level scores.

## Benefits

- Get objective readability scores for every clause using evaluate_readability so you don't have to guess.
- Find and fix passive voice and dense nominalizations with analyze_syntax to make your text punchier.
- Prevent definition drift by using audit_definitions to catch inconsistent capitalized terms.
- Speed up the review cycle of terms of service by identifying complex paragraphs instantly.
- Improve user experience by ensuring your public-facing legal text meets plain-language standards.
- Reduce the risk of litigation by making sure your contracts are actually understandable for the signers.

## How It Works

The bottom line is it turns subjective legal-speak into objective readability scores.

1. Paste a contract clause or a full document into your AI client.
2. Ask your agent to run a readability and syntax check.
3. Get a breakdown of complexity scores and specific text corrections.

## Frequently Asked Questions

**Can the Legal Plain Language Scorer help me simplify my Terms of Service?**
Yes. It gives you a clear readability score and identifies specific areas where the language is too dense or complex for a normal person to understand.

**How does the Legal Plain Language Scorer check for consistent terms?**
It scans your entire document for capitalized terms and flags any spots where you've switched to lowercase or used a different variation of a defined name.

**Can I use the Legal Plain Language Scorer on long contracts?**
Yes, it is designed to handle long documents to ensure that definitions and syntax remain consistent from the first page to the last.

**What is a Flesch Reading Ease score?**
It's a standard metric that measures how easy a piece of text is to read. Higher scores mean the text is easier for the average person to understand.

**Does the Legal Plain Language Scorer rewrite the law for me?**
No, it doesn't provide legal advice or write the law. It is a linguistic tool that helps you make your existing writing clearer and more consistent.

**How do I know if my legal text is too complex?**
You can use the readability tool to get an objective grade level. If your text is aimed at the general public, you generally want a lower grade level score.

**What metrics does this tool measure?**
It measures Flesch Reading Ease, Flesch-Kincaid Grade Level, passive voice ratio, sentence length distribution, nominalization density, and defined term consistency.

**How can I check for inconsistent terms?**
Use the `audit_definitions` tool. It identifies capitalized terms defined at the start of your text and flags any subsequent lowercase usage.

**Does this support large legal documents?**
Yes, the tool is designed to parse and analyze full bodies of legal text for structural and linguistic complexity.