{"server":{"name":"leasescan-mcp","version":"0.1.0","title":"LeaseScan"},"tools":[{"name":"search_clauses","title":"Search lease clauses","description":"Search LeaseScan's library of common residential-lease clauses (early termination fees, auto-renewal, jury-trial waivers, carpet cleaning deductions, ESA/pet policies, and more). Returns matching clause slugs with a short plain-English verdict. Use `get_clause` to fetch the full breakdown.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Free-text query, e.g. 'early termination', 'automatic renewal', 'security deposit carpet'."},"limit":{"description":"Max results to return (default 10).","type":"integer","minimum":1,"maximum":25}},"required":["query"]},"outputSchema":null},{"name":"get_clause","title":"Get lease clause detail","description":"Fetch the full plain-English breakdown of a specific lease clause by slug: verdict (green/yellow/red), what it means, example language, what to watch for, red flags, negotiation angle, and FAQs.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Clause slug from `search_clauses`, e.g. 'early-termination-fee-two-months-rent'."}},"required":["slug"]},"outputSchema":null},{"name":"list_state_guide_topics","title":"List state guide topics and states","description":"List available US state tenant-rights guide topics (e.g. rent increases, breaking a lease, security deposits, landlord entry, repairs) and all 50 supported states. Combine any topic slug + state slug with `get_state_guide` to fetch the article.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_state_guide","title":"Get state tenant-rights guide","description":"Fetch a state-specific tenant-rights guide for a given topic + state (e.g. 'security-deposits' in 'california'). Returns the quick answer, sections, FAQs, and canonical URL. Use `list_state_guide_topics` to discover valid slugs.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"topic":{"type":"string","minLength":1,"description":"Topic slug, e.g. 'rent-increase-during-lease', 'security-deposits'."},"state":{"type":"string","minLength":1,"description":"Lowercase state slug, e.g. 'california', 'new-york', 'texas'."}},"required":["topic","state"]},"outputSchema":null}]}