MCP Server
MCP server for AI clients and tool-based integrations
Authentication
Name
Required
Value
curl --location 'https://api.rateparity.com/mcp' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json, text/event-stream' \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {}
}'Response Data
List Tools
Call a Tool
Tool Reference
get_property_info
Name
Type
Required
Description
get_property_rooms
Name
Type
Required
Description
get_property_reviews
Name
Type
Required
Description
get_property_lowest_monthly_rates
Name
Type
Required
Description
shop_property_rate
Name
Type
Required
Description
get_property_availability_single
Name
Type
Required
Description
Input Format
Error Behavior
Missing or invalid token
Unauthorized property
Invalid request body
Last updated