← bookingdirect.io
INDIVIDUAL MCP TOOL
check_booking_status
Check the status of a booking to see if payment was completed.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bookingdirect-io]
url = "https://api.bookingdirect.io/api/v2/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bookingdirect-io": {
"type": "http",
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bookingdirect-io
Remote MCP URL: https://api.bookingdirect.io/api/v2/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bookingdirect-io": {
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bookingdirect-io": {
"type": "http",
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bookingdirect-io",
"transport": "streamable-http",
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_properties— Search vacation rental properties across all hosts on BookingDirect.io.get_property_details— Get full details for a specific property including all amenities, photos, house rules, and booking instructions.get_availability_calendar— Get a calendar overview of availability for a property.check_availability— Check if a property is available for specific dates and get exact pricing including taxes and fees.create_booking— Create a booking reservation.get_property_reviews— Get guest reviews for a specific property.cancel_booking— Cancel a confirmed booking on behalf of a guest.reschedule_booking— Reschedule a confirmed booking to new dates.