Tenant Leasing Analytics
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., "@Tenant Leasing Analyticsanalyze the nearby rental market and show me a rent histogram"
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.
Tenant Leasing Analytics - MCP Server
A specialized MCP (Model Context Protocol) server for tenant leasing analytics, focused on guest card management and market rent comparisons.
š Data Architecture
This MCP server only uses data from the tenant-info/ folder:
Table | Description | Rows |
| Prospective tenant inquiries with preferences | 100 |
| Comparable rental listings in the area | 100 |
Related MCP server: Appfolio MCP Server
š ļø Available Tools
Schema & Query
Tool | Description |
| View database schema and column descriptions |
| Execute any SELECT query |
Guest Card Analytics
Tool | Description |
| Comprehensive summary of all inquiries |
| Find prospects meeting criteria |
Market Analytics
Tool | Description |
| Analyze nearby rental market conditions |
š§ Email Generation
Tool | Description |
| Create professional leasing update email |
š Visual Reports
Tool | Description |
| Full 6-chart visual report (bar, pie, histogram) |
| Generate specific chart types |
š§ Email Generation
The generate_leasing_email() tool creates professional leasing update emails like:
Good Morning Chi,
Last week in total we received 17 inquiries and I had no groups confirm showings.
As discussed, we decreased the rate to $2400 and have received 4 new inquiries...Parameters:
recipient_name: Email recipientsender_name: Your namecurrent_rate: Current advertised rentprevious_rate: Previous rent rateshowings_confirmed: Number of confirmed showingsshowings_attended: Number who attendedinterested_parties: Number who seemed interestedpending_applications: Current pending appswithdrawn_applications: Withdrawn appsupcoming_showings: Scheduled future showings
š Visual Reports
Full Market Report (create_market_report())
Generates a comprehensive 6-panel report including:
Rent Distribution Histogram - Nearby rental price spread
Credit Score Pie Chart - Prospect credit quality
Pet Preferences Bar Chart - Pet ownership breakdown
Budget Distribution Histogram - Prospect max rent budgets
Price Comparison Bar Chart - Market vs our rate
Activity Types Pie Chart - Prospect engagement
Individual Charts (create_individual_chart(type))
Available chart types:
rent_histogram- Distribution of nearby rental pricescredit_pie- Credit score distributionpet_bar- Pet preferences breakdownbudget_histogram- Prospect budget distributionprice_comparison- Market vs our pricingactivity_pie- Prospect activity typesincome_vs_rent- Income vs max rent scattersimilarity_rent- Property similarity vs rent scatter
š Setup
Prerequisites
Python 3.10+
uvpackage manager
Installation
cd /Users/kkamalva/financial_analysis/MCP/kurt-data
uv syncClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"tenant-leasing": {
"command": "/Users/kkamalva/financial_analysis/MCP/kurt-data/run_server.sh"
}
}
}š¬ Example Questions
Guest Card Questions
"Show me a summary of all guest cards"
"Find qualified prospects with income over $8,000"
"What's the credit score distribution of our prospects?"
Market Questions
"Analyze the nearby rental market"
"How does our price compare to the market?"
"What's the average rent in the area?"
Email & Reports
"Generate a leasing update email for Chi"
"Create a market report with charts"
"Generate a rent histogram"
š Data Files
This MCP server is self-contained within the kurt-data/ folder and only uses data from tenant-info/:
kurt-data/
āāā server.py ā MCP server
āāā run_server.sh ā Launch script
āāā pyproject.toml ā Dependencies
āāā tenant-info/
ā āāā synthetic_guest_cards.csv
ā āāā nearby_advertised_units.csv
āāā charts/
āāā (generated visualizations)Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Ask your Rent Manager portfolio anything: live, read-only financials, rent roll, leasing.
Airbnb & short-term rental market analytics: occupancy, ADR, RevPAR, revenue, comparables.
Read-only U.S. mortgage market, lender, GSE performance, and servicing analytics.
Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceSubmarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.1MIT
- AlicenseBqualityDmaintenanceEnables interaction with Appfolio Property Manager through the Reporting API, allowing property management tasks and data retrieval via natural language commands.47219ISC
- AlicenseNot gradedqualityCmaintenanceProvides live commercial real estate data (rates, demographics) and analysis tools (DCF, rent roll parsing, lease abstraction, IC memo generation) within Claude Desktop.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables querying, extracting terms, and projecting rent from commercial lease documents via MCP tools.-
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/kkamalvanshi/tenant-leasing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server