# Jenesis Travel (remote · jenesistravel.com)

Bangkok boutique planner: live Thailand journeys, prices, FAQs, and enquiry handoff.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `jenesistravel.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel.md), [page](https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel)

## Channel facts

- Endpoint: `https://jenesistravel.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (start_enquiry).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 639 tokens (~106/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-jenesistravel-travel https://jenesistravel.com/mcp
```

### Codex

```toml
[mcp_servers.com-jenesistravel-travel]
url = "https://jenesistravel.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jenesistravel-travel": {
      "type": "remote",
      "url": "https://jenesistravel.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jenesistravel-travel --url https://jenesistravel.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-jenesistravel-travel:
    url: "https://jenesistravel.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-jenesistravel-travel": {
      "type": "http",
      "url": "https://jenesistravel.com/mcp"
    }
  }
}
```

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-20 (score 64, +1)

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

### 2026-08-18 (score 63, +1)

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

### 2026-08-16 (score 62, +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-08-15 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 61)

First indexed and scored.

## MCP tools (6)

### `get_company` (~44 tokens)

Get Jenesis Travel company facts

Company facts for Jenesis Travel: licence, contact, WhatsApp, enquiry-led model. Call this first. If the user wants a real person, share the WhatsApp URL.

### `list_journeys` (~62 tokens)

List Jenesis journeys

List published Jenesis journeys, residences, group programmes, and packages (including Phuket Fit). Live CMS data. Enquiry-led — not a booking inventory.

Input parameters:

- `kind` (string)
- `limit` (integer)
- `q` (string)

### `get_journey` (~49 tokens)

Get a Jenesis journey

Get one published journey, residence, group programme, or package by slug. Use list_journeys if the slug is unknown.

Input parameters:

- `currency` (string)
- `slug` (string, required)

### `list_faqs` (~47 tokens)

List Jenesis FAQs

Published FAQs from the Jenesis CMS, optionally filtered by pillar or search text.

Input parameters:

- `limit` (integer)
- `pillar` (string)
- `q` (string)

### `estimate_budget` (~69 tokens)

Estimate a Thailand trip budget

Indicative independent USD range from the Jenesis budget calculator. Not a quote. Mid-range to ultra-luxury is what Jenesis plans.

Input parameters:

- `inclusions` (array)
- `nights` (required)
- `region` (string, required)
- `style` (string, required)
- `travelers` (required)

### `start_enquiry` (~220 tokens)

Start a Jenesis travel enquiry

File a planning enquiry with Jenesis Travel. Call only after the user confirmed name, email, and that they want Jenesis to reply. One enquiry per email every 4 hours — do not retry if it already succeeded. This does not reserve hotels or take payment. If they would rather talk to a person now, share WhatsApp instead of calling this tool.

Input parameters:

- `budget` (string)
- `clientLabel` (string)
- `comments` (string)
- `email` (string, required)
- `endDate` (string)
- `enquiryType` (string, required)
- `experience` (string)
- `fitnessLevel` (string)
- `groupObjective` (string)
- `groupProgramme` (string)
- `groupSize` (string)
- `message` (string)
- `name` (string, required)
- `phone` (string)
- `phuketFitPackage` (string)
- `roomType` (string)
- `startDate` (string)
- `travelers` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 63
- 2026-08-18: 63
- 2026-08-17: 62
- 2026-08-16: 62
- 2026-08-15: 61
- 2026-08-14: 61

## Links

- Remote endpoint: https://jenesistravel.com/mcp
- Repository: https://github.com/JenesisTravel/jenesistravel-nextjs
- Website: https://jenesistravel.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel.json
- HTML version of this page: https://verifymcp.io/servers/com-jenesistravel-travel/jenesistravel
