← safarisync.com

INDIVIDUAL MCP TOOL

get_tour

Get full detail for one published tour by slug (day-by-day itinerary, pricing, operator).

safarisync.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://safarisync.com/api/mcp

No auth detected

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

Indexed 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 server

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

.mcp.json

{
  "mcpServers": {
    "safarisync": {
      "type": "http",
      "url": "https://safarisync.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_properties — Search published safari lodges, camps, hotels, and other properties on SafariSync.
  • search_tours — Search published safari tours/packages on SafariSync.
  • get_property — Get full detail for one published property by slug (rooms, amenities, pricing, images).
  • check_availability — Check room availability for a published property over a date range.
  • get_quote_estimate — Get an estimated price quote for a published tour, given a group size.
  • submit_inquiry — Submit a travel inquiry/lead on the traveler's behalf.