eCommerce
bookingdirect.io
Helps users search, view details, check availability, and book vacation rental properties.
ENDPOINT 1
https://api.bookingdirect.io/api/v2/mcp
MCP server metadata
- Name
- bookingdirect-mcp
- Version
- 2.0.0
Known tools 9
search_propertiesSearch vacation rental properties across all hosts on BookingDirect.io.
Inferred read-onlyget_property_detailsGet full details for a specific property including all amenities, photos, house rules, and booking instructions.
Inferred read-onlycheck_availabilityCheck if a property is available for specific dates and get exact pricing including taxes and fees.
Inferred read-onlycheck_booking_statusCheck the status of a booking to see if payment was completed.
Potential side effectsCONNECT 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-mcp]
url = "https://api.bookingdirect.io/api/v2/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bookingdirect-mcp": {
"type": "http",
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bookingdirect-mcp
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-mcp": {
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bookingdirect-mcp": {
"type": "http",
"url": "https://api.bookingdirect.io/api/v2/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bookingdirect-mcp",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bookingdirect.io was fetched 2026-07-27T06:33:40.675Z and is being refreshed.
bookingdirect.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.