loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

rentalot-mcp

MCP Tool

Rentalot-ai/rentalot-mcp

MCP server exposing the Rentalot REST API (65 tools) for AI assistants — property management, tenants, leases, showings, and more

Install

$ npx loaditout add Rentalot-ai/rentalot-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "rentalot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rentalot-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@rentalot/mcp-server

MCP server for the Rentalot API. Manage rental properties, contacts, showings, conversations, and more from any AI assistant.

Setup
Claude Code
claude mcp add rentalot -e RENTALOT_API_KEY=ra_your_key -- npx -y @rentalot/mcp-server
Codex (OpenAI)
codex mcp add --env RENTALOT_API_KEY=ra_your_key -- npx -y @rentalot/mcp-server
Gemini CLI
gemini mcp add --transport stdio rentalot -- npx -y @rentalot/mcp-server

Then add the env var to ~/.gemini/settings.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) | | Cursor | .cursor/mcp.json (project) or ~/.cursor/mcp.json (global) | | Windsurf | ~/.codeium/windsurf/mcp_config.json |

{
  "mcpServers": {
    "rentalot": {
      "command": "npx",
      "args": ["-y", "@rentalot/mcp-server"],
      "env": {
        "RENTALOT_API_KEY": "ra_your_key"
      }
    }
  }
}
OpenCode

Add to ~/.config/opencode/opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rentalot": {
      "type": "local",
      "command": ["npx", "-y", "@rentalot/mcp-server"],
      "environment": { "RENTALOT_API_KEY": "ra_your_key" },
      "enabled": true
    }
  }
}
Get Your API Key
  1. Go to Rentalot API Keys
  2. Click Create API Key
  3. Copy the key (starts with ra_)
Authentication

You can provide your API key in two ways. Environment variables take priority over the config file.

Option A: Config file (recommended)

Save your key once and

Tags

ai-toolsclaudelease-managementmcpmcp-servermodel-context-protocolproperty-managementreal-estaterentaltenant-managementtypescript

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Rentalot-ai/rentalot-mcp)](https://loaditout.ai/skills/Rentalot-ai/rentalot-mcp)