← spekboom.org

INDIVIDUAL MCP TOOL

create_booking_link

Builds a sign-in-then-book deep link on spekboom.org for an anonymous guest.

spekboom.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

spekboom.org

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

.mcp.json

{
  "mcpServers": {
    "spekboom-org": {
      "type": "http",
      "url": "https://mcp.spekboom.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "spekboom-org",
  "transport": "streamable-http",
  "url": "https://mcp.spekboom.org/mcp"
}
MCP Inspector

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

Related tools

  • plan_trip — Returns a set of trip-planning clarifying questions (location, dates, party size, and similar) for vague or open-ended travel requests, along with a list of capabilities Spekboom supports (search, compare, itinerary, book).
  • search_stays — Searches Spekboom for regenerative accommodations across Southern Africa.
  • get_property_details — Returns full details for a single Spekboom property: photos, description, amenities, full pricing structure, and the named cause each booking funds.
  • check_availability — Check whether a Spekboom property is available for specific dates and guest count, and return the computed total price for the stay.
  • get_causes_supported — Returns the South African conservation, community, and education causes funded by Spekboom bookings.
  • search_along_route — Plans a multi-stop Southern Africa trip.
  • find_experiences — Discovers Spekboom stays by the kind of trip rather than a specific place, grouped into sub-themes that show the range of options.
  • compare_stays — Compares 2 to 4 Spekboom stays side-by-side.