⚡
Contract Review AI MCP
Contract Review AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Contract Review AI MCP
Powered by Claude · Grounded in docs
I know everything about Contract Review AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
