For developers

Build on Prohost.
One API. One MCP.

connect.prohost.ai exposes your PMS — listings, reservations, guests, messages, tasks, analytics — as a REST API and a Model Context Protocol server your AI agents can call directly.

REST & MCP
OAuth 2.0 scoped keys
$ curl
https://connect.prohost.ai/v1
/listings/lst_2V8k
-H "Authorization: Bearer ..."
waiting for data…

Two ways to build.

Ship a classic API integration, or plug your AI agent into an MCP server. Same data, your choice.

Works anywhere HTTPS does.

shell
curl https://connect.prohost.ai/v1/listings \
  -H "Authorization: Bearer $PROHOST_KEY" \
  -H "Content-Type: application/json"

Install the MCP in one tap.

Paste one command into your AI client and you're connected to live Prohost data.

🤖
Claude Desktop
Auto-configures claude_desktop_config.json
npx @prohost/mcp install claude
Cursor
Registers the server in Cursor settings
npx @prohost/mcp install cursor
📘
VS Code
Works with Continue and other MCP clients
npx @prohost/mcp install vscode
See the full install guide

What you can build.

Full read/write access to the core of your vacation rental business.

🏠

Sync listings

Create, read, and update listings, photos, amenities, and pricing rules across every connected channel.

📅

Read reservations

Pull reservations, guest details, check-in codes, and payment status — with filters and webhooks for state changes.

💬

Send guest messages

Message guests programmatically across Airbnb, VRBO, WhatsApp, email, and SMS through one unified endpoint.

📊

Pull analytics

Query occupancy, revenue, ADR, RevPAR, and cleaning metrics — filtered, aggregated, and ready to chart.

Create tasks

Spin up tasks and cleanings, assign teammates, and sync status back to your ops dashboard in real time.

🗓️

Manage calendars

Block dates, edit availability rules, and push calendar updates to every connected channel at once.

<100ms
p50 latency
99.99%
uptime
OAuth 2.0
auth
Full
audit log

The MCP moment

Your AI agent, meet your PMS.

The Prohost MCP server lets Claude, Cursor, and any MCP-aware client read and act on live hosting data — listings, reservations, messages, analytics — over one authenticated connection.

See the MCP spec

Ready to build?

Grab an API key, read the docs, or point your AI client at our MCP server.