General Tools
safarisync.com
Searches and retrieves safari properties, tours, and availability from SafariSync.
ENDPOINT 1
https://safarisync.com/api/mcp
MCP server metadata
- Name
- safarisync
- Version
- 1.0.0
Known tools 7
search_propertiesSearch published safari lodges, camps, hotels, and other properties on SafariSync.
Inferred read-onlyget_propertyGet full detail for one published property by slug (rooms, amenities, pricing, images).
Inferred read-onlyget_tourGet full detail for one published tour by slug (day-by-day itinerary, pricing, operator).
Inferred read-onlycheck_availabilityCheck room availability for a published property over a date range.
Inferred read-onlyget_quote_estimateGet an estimated price quote for a published tour, given a group size.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.