loading…
Search for a command to run...
loading…
Landlaw AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Landlaw AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
LandLaw.AI MCP Server - UK Property Law Research Built by MEOK AI Labs | https://landlaw.ai
UK Land Registry searches, planning permission checks, covenant explanations, Stamp Duty calculations, Section 21/8 notices, and right of way analysis.
| Tool | Description |
|---|---|
search_land_registry |
Search UK Land Registry by address, title number, or postcode. |
check_planning_permission |
Check planning permission requirements for a property modification. |
explain_covenant |
Explain a restrictive or positive covenant in plain English. |
calculate_sdlt |
Calculate Stamp Duty Land Tax for a UK property purchase. |
draft_section_notice |
Generate a Section 21 or Section 8 notice template. |
check_right_of_way |
Analyze a right of way or easement and explain its implications. |
pip install meok-landlaw-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"landlaw-ai": {
"command": "python",
"args": ["-m", "meok_landlaw_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 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": {
"landlaw-ai-mcp": {
"command": "npx",
"args": []
}
}
}