Search tours, attraction tickets, and holiday packages across 24 countries.
{
"mcpServers": {
"io-github-naeem-jtr-jtr-holidays": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search tours, attraction tickets, and holiday packages across 24 countries.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.naeem-jtr/jtr-holidays and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect your AI assistant to JTR Holidays' live catalogue of attraction tickets, tours, and multi-day holiday packages via the Model Context Protocol.
JTR Holidays is a Dubai-based global travel platform rated 5 stars on Trustpilot (734+ reviews). This MCP server gives AI assistants real-time access to search activities, check availability, and browse holiday packages across 24 countries — all via a single JSON-RPC 2.0 endpoint.
POST https://api.jtrholidays.com/mcp/v1
Content-Type: application/json
x-jtr-aihub-secret: <your-secret-key>
GET https://api.jtrholidays.com/.well-known/mcp.json
{
"jsonrpc": "2.0",
"method": "initialize",
"id": 1,
"params": {
"protocolVersion": "2024-11-05",
"clientInfo": { "name": "your-client", "version": "1.0" }
}
}
{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 2
}
All tool calls use the tools/call method:
{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 3,
"params": {
"name": "<tool_name>",
"arguments": { }
}
}
Every request to POST /mcp/v1 must include the secret header:
| Header | Value |
|---|---|
x-jtr-aihub-secret | Your secret key |
Content-Type | application/json |
To request API access, contact us at it@jtrholidays.com or visit jtrholidays.com/contact-us.
The discovery endpoint (
GET /.well-known/mcp.json) is public and requires no authentication.
search_activitiesSearch JTR Holidays' activity and tour catalogue by destination, category, and budget.
| Parameter | Type | Required | Description |
|---|---|---|---|
destination | string | No | City or country name (e.g. "Dubai", "Singapore") |
category | string | No | Activity category (e.g. "Desert Safari", "Sightseeing") |
budget_max | number | No | Maximum price per person in the activity's local currency |
limit | integer | No | Max results to return (default: 20, max: 50) |
get_activity_detailsGet full details for a single activity including inclusions, exclusions, cancellation policy, and reviews.
| Parameter | Type | Required | Description |
|---|---|---|---|
activity_id | string | Yes | Activity UUID from search_activities results |
check_availabilityCheck if an activity is available on a specific date and return live pricing options.
| Parameter | Type | Required | Description |
|---|---|---|---|
activity_id | string | Yes | Activity UUID |
date | string | Yes | Date in Y-m-d format (e.g. "2025-12-25") |
pax | integer | No | Number of people (default: 1) |
get_destinationsList all destinations (countries) where JTR Holidays offers tours, with activity counts and popular picks. Takes no parameters.
get_holiday_packagesBrowse multi-day holiday packages with itineraries, departure dates, and pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
destination | string |