REP Helper
Related Servers
Alternatives to REP Helper
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to operate property management systems via natural language, covering repair orders, owner info, payments, notices, and inspections. Features a full agentic workflow with human-in-the-loop and observability.MIT
- AlicenseNot gradedqualityDmaintenanceThe RealVest MCP (Model Context Protocol) server enables AI assistants like Claude to use all 31 of our professional calculators and access our educational resources directly in your conversations. From basic affordability to advanced portfolio analysis, Monte Carlo simulations, and tax optimization7 npm7MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to securely interact with rental management data (leases, rent status, tenant records, tax filings) through a per-user OAuth 2.0 authenticated MCP server, with human-in-the-loop for sensitive actions.5AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceMCP server for Stessa rental-property accounting platform, enabling AI agents to query properties, portfolios, banking, documents, and tenancies via natural language.MIT

Rentalot MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceMCP server for the Rentalot API. Manage rental properties, contacts, showings, conversations, and more from any AI assistant.8 npm1MIT- AlicenseBqualityAmaintenanceAccounting MCP server for the French LMNP tax status (furnished rentals, e.g. Airbnb hosts). 44 tools to manage properties, income and expenses, compute component-based depreciation and fiscal results, and generate the official French tax return (2031/2033) and FEC accounting export.454AGPL 3.0
TDQS
Scored across 10 tools
Tools are perfectly partitioned by resource (activity vs property) and action (create/get/list/update/delete). No overlap exists between operations, and descriptions clearly distinguish time-entry logging from property management.
Flawless adherence to verb_noun snake_case convention throughout. The same five verbs (create, get, list, update, delete) are applied consistently across both resource types, making the API surface instantly predictable.
Ten tools represents an ideal scope for this domain: full CRUD (5 operations) for two core resources (properties and activities). No bloat, no missing essential operations, tightly focused on IRS REP tracking workflows.
Excellent lifecycle coverage with soft-delete recovery and filtering. Minor gap: no aggregation or reporting tools (e.g., annual hours summary by property) which would be essential for actual tax filing workflows, though the raw data management is complete.