← Registry

eCommerce

bookingdirect.io

Helps users search, view details, check availability, and book vacation rental properties.

1 endpoint9 known toolsFirst detected May 12, 2026Last detected August 31, 2026

ENDPOINT 1

https://api.bookingdirect.io/api/v2/mcp

No auth detected

MCP server metadata

Name
bookingdirect-mcp
Version
2.0.0
Capabilities
toolspromptsresources

Known tools 9

search_properties

Search vacation rental properties across all hosts on BookingDirect.io.

Inferred read-only
get_property_details

Get full details for a specific property including all amenities, photos, house rules, and booking instructions.

Inferred read-only
get_availability_calendar

Get a calendar overview of availability for a property.

Inferred read-only
check_availability

Check if a property is available for specific dates and get exact pricing including taxes and fees.

Inferred read-only
create_booking

Create a booking reservation.

Potential side effects
check_booking_status

Check the status of a booking to see if payment was completed.

Potential side effects
get_property_reviews

Get guest reviews for a specific property.

Inferred read-only
cancel_booking

Request cancellation of a booking on behalf of a guest.

Inferred read-only
reschedule_booking

Request a reschedule of a booking to new dates.

Inferred read-only

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-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.

Trust status Neutral

bookingdirect.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.