leaseiq-mcp
v0.1.0
Published
MCP server for LeaseIQ — AI-powered lease analysis, tenant protection scoring, and red flag detection for residential leases
Maintainers
Readme
leaseiq-mcp
MCP server for LeaseIQ — AI-powered lease analysis and tenant protection scoring.
Tools
| Tool | Description |
|------|-------------|
| analyze_lease | Full lease analysis: protection score, clause risks, financials, red flags, tenant rights, recommendations |
| score_lease | Quick headline score: protection score, verdict, red flag count, top concerns |
| check_red_flags | Red flag focused: dangerous clauses, severity ratings, tenant impact analysis |
Install
npx leaseiq-mcpConfiguration
Claude Desktop
{
"mcpServers": {
"leaseiq": {
"command": "npx",
"args": ["-y", "leaseiq-mcp"],
"env": {
"LEASEIQ_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| LEASEIQ_API_URL | API base URL | https://leaseiq.site |
| LEASEIQ_API_KEY | API key for authenticated access | — |
Examples
Analyze a lease:
"Analyze this lease agreement and tell me if it's safe to sign: [paste lease text]"
Quick score:
"What's the protection score for this lease? [paste text]"
Red flag check:
"Are there any dangerous clauses in this rental agreement? [paste text]"
License
MIT
