# io.github.naeem-jtr/jtr-holidays (remote · api.jtrholidays.com)

Search tours, attraction tickets, and holiday packages across 24 countries.

- Trust score: 75/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.jtrholidays.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1.md), [page](https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1)

## Channel facts

- Endpoint: `https://api.jtrholidays.com/mcp/v1`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 541 tokens (~60/item across 9 items; 7 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http naeem-jtr-jtr-holidays https://api.jtrholidays.com/mcp/v1
```

### Codex

```toml
[mcp_servers.naeem-jtr-jtr-holidays]
url = "https://api.jtrholidays.com/mcp/v1"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "naeem-jtr-jtr-holidays": {
      "type": "remote",
      "url": "https://api.jtrholidays.com/mcp/v1",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add naeem-jtr-jtr-holidays --url https://api.jtrholidays.com/mcp/v1 --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  naeem-jtr-jtr-holidays:
    url: "https://api.jtrholidays.com/mcp/v1"
```

### Other

```json
{
  "mcpServers": {
    "naeem-jtr-jtr-holidays": {
      "type": "http",
      "url": "https://api.jtrholidays.com/mcp/v1"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 74, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 71, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 69, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (7)

### `search_activities` (~105 tokens)

Search JTR Holidays activity/tour catalog by destination, category, and budget

Input parameters:

- `budget_max` (number): Maximum price per person in the activity's local currency
- `category` (string): Activity category (e.g. "Desert Safari", "Sightseeing")
- `destination` (string): City or country name (e.g. "Dubai", "Singapore")
- `limit` (integer): Max results to return (default: 20, max: 50)

### `get_activity_details` (~43 tokens)

Get full details for a single activity including inclusions, exclusions, cancellation policy, and reviews

Input parameters:

- `activity_id` (string, required): Activity UUID from search_activities results

### `check_availability` (~75 tokens)

Check if an activity is available on a specific date and get pricing options

Input parameters:

- `activity_id` (string, required): Activity UUID
- `date` (string, required): Date to check in Y-m-d format (e.g. "2025-12-25")
- `pax` (integer): Number of people (default: 1)

### `get_destinations` (~29 tokens)

List all destinations (countries) where JTR Holidays offers tours, with activity counts and popular picks

### `get_holiday_packages` (~71 tokens)

Browse multi-day holiday packages with itineraries, departures, and pricing

Input parameters:

- `destination` (string): Filter by country or region
- `duration_days` (integer): Filter by exact number of days
- `limit` (integer): Max results to return (default: 20, max: 50)

### `compare_activities` (~78 tokens)

Compare 2–5 JTR activities side-by-side on price, discount, rating, inclusions, and cancellation policy. Use this when a user asks "which is better?" or wants to choose between specific activities.

Input parameters:

- `activity_ids` (array, required): Array of 2–5 activity UUIDs to compare (from search_activities results)

### `get_current_offers` (~81 tokens)

Return activities with active discounts — where the current price is lower than the original price. Sorted by discount percentage. Use this when a user asks for deals, discounts, or best value.

Input parameters:

- `destination` (string): Filter offers to a specific city or country
- `limit` (integer): Max results (default: 20, max: 50)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1#diagnostics

## Score history

- 2026-08-03: 75
- 2026-08-02: 75
- 2026-08-01: 74
- 2026-07-31: 74
- 2026-07-30: 71
- 2026-07-29: 70
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 68

## Links

- Remote endpoint: https://api.jtrholidays.com/mcp/v1
- Repository: https://github.com/JTR-Holidays/jtr-holidays-mcp
- Changelog RSS feed: https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1/changelog.json
- HTML version of this page: https://verifymcp.io/servers/naeem-jtr-jtr-holidays/mcp-v1
