io.github.CSOAI-ORG/landlaw-ai-mcp
Landlaw Ai tools for AI agents. Capabilities: search land registry, check planning permissio...
Versions
1.0.1latest1.0.4Tools 6
search_land_registry Search UK Land Registry by address, title number, or postcode. Returns ownership details, tenure type, boundaries, restrictions, and price paid information. Note: this returns structured guidance on what the Land Registry holds and how to access it. For official title documents, use HM Land Registry's portal or Find a Property service. Args: address: Property address (e.g. "10 Downing Street, London"). title_number: HM Land Registry title number (e.g. "NGL123456"). postcode: UK postcode to search (e.g. "SW1A 2AA"). Returns: Land Registry information structure and access guidance. Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.
check_planning_permission Check planning permission requirements for a property modification. Determines whether a proposed modification falls under permitted development rights or requires full planning permission. Based on the Town and Country Planning (General Permitted Development) (England) Order 2015 (GPDO). Args: modification_type: Type of modification. Options: single_storey_rear_extension, loft_conversion, outbuilding, change_of_use, solar_panels, new_dwelling. property_type: Property type (detached, semi_detached, terraced, flat). Affects PD limits. listed_building: Whether the building is Grade I, II*, or II listed. conservation_area: Whether in a conservation area. aonb: Whether in an Area of Outstanding Natural Beauty. Returns: Planning permission requirements, PD rights, conditions, and application guidance. Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.
explain_covenant Explain a restrictive or positive covenant in plain English. Takes the covenant wording (typically from a title register or deed) and provides a plain-English explanation, enforceability analysis, and practical implications. Args: covenant_text: The full covenant wording from the title register or deed. covenant_type: Optional hint: "restrictive" or "positive". Auto-detected if not provided. Returns: Plain English explanation, enforceability analysis, and practical advice. Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.
calculate_sdlt Calculate Stamp Duty Land Tax for a UK property purchase. Applies current SDLT rates including first-time buyer relief, additional property surcharge, and non-UK resident surcharge. Args: purchase_price: Purchase price in GBP. first_time_buyer: Whether the buyer qualifies for first-time buyer relief. Must be purchasing a property of GBP 625,000 or less. additional_property: Whether this is an additional property (second home, buy-to-let). Adds 3% surcharge on all bands. non_residential: Whether the property is non-residential or mixed use. non_uk_resident: Whether the buyer is a non-UK resident. Adds 2% surcharge. Returns: SDLT calculation with band-by-band breakdown. Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.
draft_section_notice Generate a Section 21 or Section 8 notice template. Produces the required content and validates prerequisites. Note: use the prescribed form (Form 6A for s.21, Form 3 for s.8) for the actual notice. This tool generates the required content and checks validity. Args: notice_type: Either "section_21" or "section_8". landlord_name: Full name of landlord (or landlord's agent). tenant_name: Full name of tenant(s). property_address: Full address of the rental property. tenancy_start_date: Tenancy start date (YYYY-MM-DD). grounds: Required for Section 8 only. List of grounds (e.g. ["ground_8", "ground_10"]). arrears_amount: Amount of rent arrears in GBP (if applicable for Section 8). Returns: Notice template with all required fields and validity checks. Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.
check_right_of_way Analyze a right of way or easement and explain its implications. Takes a description of a right of way or easement (from title register, conveyance, or physical observation) and explains the legal implications, extent, and practical considerations. Args: description: Description of the right of way/easement. Can be legal text from a deed or a plain description (e.g. "footpath across the garden to the rear gate"). right_type: Type of right: "right_of_way", "easement", "prescriptive", "public_footpath". Auto-detected if not provided. registered: Whether the right is noted on the Land Registry title. Returns: Analysis of the right, its extent, enforceability, and practical implications. Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.
Permissions 3
network medium filesystem low env_vars low