Hostaway MCP Server

API Endpoints

MCP Protocol

POST /api/mcp

Main MCP server endpoint for JSON-RPC communication

Tools

  • POST /api/tools/search-listings
  • POST /api/tools/get-listing-details
  • POST /api/tools/check-availability
  • POST /api/tools/get-listing-reviews

Resources

  • GET /api/resources/properties
  • GET /api/resources/property/[id]
  • GET /api/resources/property/[id]/calendar

Configuration

To use this MCP server, configure your MCP client with:

{
  "mcpServers": {
    "hostaway": {
      "url": "https://your-domain.vercel.app/api/mcp",
      "transport": "http"
    }
  }
}