REP Helper
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPHELPER_API_URL | No | API base URL override | https://api.rephelper.ai |
| REPHELPER_API_TOKEN | Yes | Your API token (rh_live_* format) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_activitiesA | List real estate activities (hours entries) for the account. Returns activities ordered by start time (newest first). Filter by property, date range, or category. |
| get_activityA | Get a single activity (hours entry) by its ID. |
| create_activityA | Log a new real estate activity (hours entry). Records time spent on property management, maintenance, etc. for IRS REP qualification tracking. Optionally associate trips (travel time added to duration) and attach evidence files from the local filesystem. |
| update_activityA | Update an existing activity. Only include fields you want to change. Can add/replace trips, attach new evidence files, or remove existing evidence. |
| delete_activityA | Soft-delete an activity. The activity is hidden from queries but can be recovered within 72 hours via the REP Helper web app. |
| list_propertiesA | List rental properties for the account. Optionally filter by property type (SHORT_TERM or LONG_TERM). |
| get_propertyB | Get a single rental property by its ID. |
| create_propertyB | Add a new rental property to the account. Properties can be SHORT_TERM (STR) or LONG_TERM (LTR) rentals. |
| update_propertyA | Update an existing property. Only include fields you want to change. |
| delete_propertyA | Soft-delete a property. The property is hidden from queries but can be recovered within 72 hours via the REP Helper web app. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rephelper-ai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server