REP Helper
FreeNot checkedTrack and document rental hours for IRS Real Estate Professional Status (REPS) and Short-Term Rental (STR) material participation all through your favorite MPC
About
Track and document rental hours for IRS Real Estate Professional Status (REPS) and Short-Term Rental (STR) material participation all through your favorite MPC compatible agent. Your hours, your proof, on tax savings! at rephelper.ai.
README
MCP server for REP Helper — let AI agents manage real estate activities and properties for IRS REP (Real Estate Professional) qualification tracking.
Prerequisites
- Node.js 20+ — download
- REP Helper Elite account — rephelper.ai
- API token — Create one in REP Helper → Settings → API Tokens
Quick Start
1. Create an API Token
In the REP Helper app, go to Settings → API Tokens → Create Token. Grant the permissions you need (e.g., activities read/create, properties read). Copy the token — it's shown only once.
2. Configure Your AI Client
Add the following to your client's MCP configuration:
Claude Desktop — Edit claude_desktop_config.json:
{
"mcpServers": {
"rephelper": {
"command": "npx",
"args": ["-y", "@rephelper/mcp-server"],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}
}
}
Claude Code — Edit .claude/settings.json or use the /mcp command:
{
"mcpServers": {
"rephelper": {
"command": "npx",
"args": ["-y", "@rephelper/mcp-server"],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}
}
}
Cursor — Edit .cursor/mcp.json:
{
"mcpServers": {
"rephelper": {
"command": "npx",
"args": ["-y", "@rephelper/mcp-server"],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}
}
}
Gemini CLI — Edit ~/.gemini/settings.json:
{
"mcpServers": {
"rephelper": {
"command": "npx",
"args": ["-y", "@rephelper/mcp-server"],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}
}
}
Windsurf — Edit .windsurf/mcp.json:
{
"mcpServers": {
"rephelper": {
"command": "npx",
"args": ["-y", "@rephelper/mcp-server"],
"env": {
"REPHELPER_API_TOKEN": "rh_live_your_token_here"
}
}
}
}
3. Start Using It
Ask your AI assistant to manage your real estate activities:
"Log 2 hours of property management for 123 Main St today"
"Show me all my activities from last week"
"Add a new long-term rental property at 456 Oak Ave, Austin, TX 78701"
Available Tools
Activities
| Tool | Description |
|---|---|
list_activities |
List activities with optional filters (property, date range, category) |
get_activity |
Get a single activity by ID |
create_activity |
Log a new activity with optional trips and evidence files |
update_activity |
Update an existing activity |
delete_activity |
Soft-delete an activity (recoverable for 72 hours) |
Properties
| Tool | Description |
|---|---|
list_properties |
List properties with optional type filter |
get_property |
Get a single property by ID |
create_property |
Add a new rental property |
update_property |
Update an existing property |
delete_property |
Soft-delete a property (recoverable for 72 hours) |
Activity Categories
Management & OperationsMaintenance & RepairsDevelopment & ConstructionAcquisition & BrokerageAdministrative & Compliance
Evidence Files
When creating or updating activities, you can attach evidence files from your local filesystem:
- Supported formats: JPEG, PNG, WebP, PDF
- Maximum 3 files per activity
- Maximum 10MB per file
Example: "Log a maintenance activity and attach the receipt from /Users/me/Downloads/receipt.jpg"
Trips
Associate up to 3 trips with an activity. Trip travel time is automatically added to the activity duration.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
REPHELPER_API_TOKEN |
Yes | — | Your API token (rh_live_* format) |
REPHELPER_API_URL |
No | https://api.rephelper.ai |
API base URL override |
API Documentation
Interactive API docs are available at api.rephelper.ai/docs.
The OpenAPI spec is available at api.rephelper.ai/openapi.yaml.
Troubleshooting
"REPHELPER_API_TOKEN environment variable is required"
- Make sure you added the
envblock to your MCP config with your token.
"Token is invalid or not found"
- Double-check your token value. It should start with
rh_live_. - The token may have been revoked — create a new one in REP Helper.
"Permission denied: Token lacks X permission"
- Your token doesn't have the required permission. Edit the token in REP Helper → API Tokens to add it.
"API access requires an Elite subscription"
- API tokens are available on the Elite plan. Upgrade at rephelper.ai.
"Rate limited: Too many requests"
- Wait a moment and try again. Limits: 60 reads/min, 30 writes/min, 5 deletes/min.
License
MIT
Install REP Helper in Claude Desktop, Claude Code & Cursor
unyly install rep-helperInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add rep-helper -- npx -y @rephelper/mcp-serverStep-by-step: how to install REP Helper
FAQ
Is REP Helper MCP free?
Yes, REP Helper MCP is free — one-click install via Unyly at no cost.
Does REP Helper need an API key?
No, REP Helper runs without API keys or environment variables.
Is REP Helper hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install REP Helper in Claude Desktop, Claude Code or Cursor?
Open REP Helper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare REP Helper with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
