rentalot-mcp MCP Server
Rentalot-ai/rentalot-mcp
MCP server exposing the Rentalot REST API (65 tools) for AI assistants — property management, tenants, leases, showings, and more
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
Rentalot-ai/rentalot-mcp is a TypeScript MCP server licensed under MIT. MCP server exposing the Rentalot REST API (65 tools) for AI assistants — property management, tenants, leases, showings, and more Topics: ai-tools, claude, lease-management, mcp, mcp-server, model-context-protocol, property-management, real-estate, rental, tenant-management, typescript.
Ranked #55 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# @rentalot/mcp-server
MCP server for the [Rentalot](https://rentalot.ai) API. Manage rental properties, contacts, showings, conversations, and more from any AI assistant.
## Setup
### Claude Code
```bash
claude mcp add rentalot -e RENTALOT_API_KEY=ra_your_key -- npx -y @rentalot/mcp-server
```
### Codex (OpenAI)
```bash
codex mcp add --env RENTALOT_API_KEY=ra_your_key -- npx -y @rentalot/mcp-server
```
### Gemini CLI
```bash
gemini mcp add --transport stdio rentalot -- npx -y @rentalot/mcp-server
```
Then add the env var to `~/.gemini/settings.json`:
```json
{
"mcpServers": {
"rentalot": {
"command": "npx",
"args": ["-y", "@rentalot/mcp-server"],
"env": { "RENTALOT_API_KEY": "ra_your_key" }
}
}
}
```
### Claude Desktop / Cursor / Windsurf
All three use the same JSON format — just different file paths:
| Client | Config file |
|--------|-------------|
| Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.