loading…
Search for a command to run...
loading…
Legal Document AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Legal Document AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for legal document ai mcp operations
Legal Document Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_nda |
Generate a Non-Disclosure Agreement template with customizable terms. |
explain_clause |
Analyze a contract clause in plain language. Detects clause type, |
define_legal_term |
Look up a legal term with definition, context, and example usage. |
check_compliance |
Check a document against compliance framework requirements. Scans for |
case_summary |
Generate a structured legal case summary using the IRAC framework |
pip install meok-legal-document-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"legal-document-ai-mcp": {
"command": "python",
"args": ["-m", "meok_legal_document_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 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": {
"legal-document-ai-mcp": {
"command": "npx",
"args": []
}
}
}