lease-qa-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lease-qa-mcpDoes this lease allow subletting?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lease-qa-mcp
A standalone MCP server that exposes lease Q&A as one tool: lease_qa. It asks LeaseClear a question about a specific lease document and returns a grounded answer.
Runs where your data lives
This server is a thin stdio process. Point LEASECLEAR_BASE_URL at a LeaseClear instance on your machine or private network — documents stay in that environment. Nothing here hosts or uploads leases.
Related MCP server: MCP RAG Server
Install
Requires Python 3.12+ and uv.
git clone https://github.com/amadeuserras/lease-qa-mcp.git
cd lease-qa-mcp
uv syncConfigure
cp .env.example .envVariable | Required | Meaning |
| yes | Base URL of a running LeaseClear API (e.g. |
LeaseClear must be up and demo-auth seeded — this server uses /auth/demo, then streams /query.
Run
uv run lease-qa-mcpThat starts the MCP server on stdio (how Cursor, Claude Desktop, and other MCP hosts talk to it).
Cursor / Claude Desktop example
{
"mcpServers": {
"lease-qa": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/lease-qa-mcp", "lease-qa-mcp"],
"env": {
"LEASECLEAR_BASE_URL": "http://localhost:8001"
}
}
}
}Tool: lease_qa
Arguments |
|
Metadata |
|
Returns |
|
document_id is passed in request metadata on purpose. The model only chooses the question; the host chooses which document is in scope. That keeps untrusted text from picking another tenant’s lease.
Errors
Failures surface as MCP tool errors, including:
missing / invalid
document_idin metadataempty question
LeaseClear auth or query failures
LeaseClear unreachable
Development
uv run ruff check .
uv run pyrightMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityBmaintenanceEnables querying, extracting terms, and projecting rent from commercial lease documents via MCP tools.
- Flicense-qualityCmaintenanceMCP server for retrieving answers from local PDFs using RAG with FAISS and OpenAI.
- Flicense-qualityCmaintenanceAn MCP server that exposes grounded, source-attributed question-answering over a collection of PDF documents.
- Alicense-qualityCmaintenanceMCP server for grounded agentic Q&A over customer feedback, exposing typed tools to query a feedback corpus and return answers with citations to specific record IDs or a refusal when unsupported.MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amadeuserras/lease-qa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server