Rentec Direct MCP Server
A Model Context Protocol (MCP) server that gives AI agents structured, local-first access to your Rentec Direct property-management data via the official Rentec Direct API v3.
It exposes 20 tools so an assistant can read properties, tenants, leases, transactions, work orders, and more — and, with explicit confirmation, create vendors, leads, work orders, expenses, messages, and upload files. It also serves a reference resource and a set of workflow prompts for clients that support them.
Documentation
- Installation — npx and self-hosted local build.
- Configuration — environment variables and client config.
- Tool Reference — every tool and its parameters (generated from code).
- Writes & Confirmation — how the two-step write safety works.
- Security — threat model and the local-first design.
- Architecture — how the codebase is structured.
- Recommendations & Roadmap — what’s next and how we keep it lean.
- Maintaining the Server — staying in sync with the upstream API.
30-second start
- Create an API key in Rentec Direct: Settings → Utilities → API Keys.
-
Add the server to your MCP client:
{ "mcpServers": { "rentec-direct": { "command": "npx", "args": ["-y", "rentec-direct-mcp"], "env": { "RENTEC_API_KEY": "your-api-key-here" } } } } - Restart your client and ask it about your portfolio.
See Installation for the self-hosted option.
Unofficial community project. Not affiliated with Rentec Direct. Licensed under MIT. Source on GitHub.