REP Helper MCP Server
Track rental hours, document material participation, and generate IRS-ready reports all through natural language. The REP Helper MCP Server connects Claude, Gemini, or ChatGPT, and any MCP-compatible AI agent to your REP Helper account, giving you a conversational interface to the full rental hour tracking and tax qualification workflow.
What you can do with it:
Real estate investors can log hours by property, track participation by activity type (management, maintenance, bookkeeping, leasing), and query their year-to-date totals — all by talking to their AI assistant. Developers can build agents that automatically capture time entries from calendar events, emails, or task logs and push them directly into REP Helper.
Built for two high-stakes IRS tests:
- Real Estate Professional Status (REPS) — Track the 750-hour threshold and majority-of-services test across your entire portfolio
- STR Material Participation — Document the 100-hour and more-than-anyone-else tests per property for short-term rental income to qualify as non-passive
Core capabilities exposed via MCP:
Log time entries · Query hours by property, date range, or activity · Retrieve participation summaries · Generate audit-ready reports · Manage properties and team members · Pull year-end documentation packages
Who it's for:
Real estate investors who want to manage REPS and STR compliance through their AI workflow. Tax professionals building automated client tracking. Developers creating agentic real estate tools on top of Claude or ChatGPT.
**Your hours. Your proof. On demand.
Get started at rephelper.ai**
Server Config
{
"command": "npx",
"args": [
"-y",
"@rephelper/mcp-server"
],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}