← hotelesharvest.com

INDIVIDUAL MCP TOOL

create_booking

Create a real booking for a guest, paid at the hotel.

hotelesharvest.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hotelesharvest.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_booking and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

hotelesharvest.com

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.fluxpms-mcp]
url = "https://hotelesharvest.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fluxpms-mcp": {
      "type": "http",
      "url": "https://hotelesharvest.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fluxpms-mcp
Remote MCP URL: https://hotelesharvest.com/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": {
    "fluxpms-mcp": {
      "url": "https://hotelesharvest.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fluxpms-mcp": {
      "type": "http",
      "url": "https://hotelesharvest.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fluxpms-mcp",
  "transport": "streamable-http",
  "url": "https://hotelesharvest.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_availability — Search real-time room availability and prices for this hotel.
  • get_hotel_info — Get this hotel's name, address, contact details, check-in/out times, cancellation and pet policies, and amenities.