leaseiq-extract-mcp
v0.1.0
Published
MCP server for commercial lease extraction — parse lease documents, extract key terms, identify critical dates, calculate financial obligations, and flag tenant risks
Maintainers
Readme
leaseiq-extract-mcp
Commercial lease extraction MCP server — parse lease documents, extract key terms, identify critical dates, calculate financial obligations, and flag tenant risks.
Tools
| Tool | Description |
|------|-------------|
| extract_lease_terms | Extract key terms from commercial lease text — rent, escalation, renewal, permitted use |
| extract_critical_dates | Identify all critical dates — renewal deadlines, escalation dates, termination windows |
| calculate_lease_financials | Calculate total occupancy cost, effective rent, TI amortization, market comparison |
| flag_tenant_risks | Identify unfavorable clauses and missing tenant protections with risk scoring |
| generate_lease_abstract | Generate a structured lease abstract for portfolio management |
Installation
npx leaseiq-extract-mcpConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"leaseiq-extract": {
"command": "npx",
"args": ["-y", "leaseiq-extract-mcp"]
}
}
}Environment Variables (Optional)
LEASEIQ_API_URL=https://leaseiq.site
LEASEIQ_API_KEY=your-api-keyExamples
Extract Lease Terms
Use extract_lease_terms with lease text pasted from your lease document, squareFootage: 3500, annualBaseRent: 126000Calculate Total Cost
Use calculate_lease_financials with annualBaseRent: 126000, squareFootage: 3500, termMonths: 60, escalationType: "percentage", escalationRate: 3Flag Risks
Use flag_tenant_risks with your lease text to identify missing protections and unfavorable clausesLicense
MIT — leaseiq.site
