Hostaway MCP Server
API Endpoints
MCP Protocol
POST /api/mcpMain MCP server endpoint for JSON-RPC communication
Tools
POST /api/tools/search-listingsPOST /api/tools/get-listing-detailsPOST /api/tools/check-availabilityPOST /api/tools/get-listing-reviews
Resources
GET /api/resources/propertiesGET /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"
}
}
}