MCP Server

Repull for Cursor

Access vacation rental data directly in Cursor. List properties, get reservations, update availability — all through natural language.

Quick Setup

Add Repull to your Cursor MCP configuration. Open Settings → MCP Servers and add:

Cursor MCP Settings
1
2
3
4
5
6
7
8
9
10
11
12
{
"mcpServers": {
"repull": {
"command": "npx",
"args": ["@repull/mcp-server"],
"env": {
"REPULL_API_KEY": "sk_test_YOUR_KEY",
"REPULL_WORKSPACE_ID": "ws_abc123"
}
}
}
}

13 Tools Available

list_properties
get_property
list_reservations
get_reservation
create_reservation
update_reservation
list_availability
update_availability
list_reviews
get_financial_summary
list_guests
search_properties
get_pms_status