Skip to main content
Glama
CSOAI-ORG

Contract Review AI MCP

Official

Contract Review Ai MCP

MCP server for contract review ai mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Contract Review Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

analyze_contract

Analyze contract text for clauses and risks

extract_clauses

Extract specific clauses from contract

identify_risks

Identify potential risks in contract

compare_contracts

Compare two contracts

summarize_contract

Generate contract summary

check_favourable_terms

Check for favourable terms

get_review_history

Get review history

Installation

pip install meok-contract-review-ai-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "contract-review-ai": {
      "command": "python",
      "args": ["-m", "meok_contract_review_ai_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 7 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/contract-review-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server