loading…
Search for a command to run...
loading…
Contract Review AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Contract Review AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for contract review ai mcp operations
Contract Review Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-contract-review-ai-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"contract-review-ai-mcp": {
"command": "npx",
"args": []
}
}
}