# com.kratons/public (remote · api.kratons.com)

Kratons, boutique DMC: bespoke trips in Spain, Portugal, Morocco. Facts, catalog, reviews, requests.

- Trust score: 79/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `api.kratons.com`: 79/100 (this document), [markdown](https://verifymcp.io/servers/com-kratons-public/api-mcp.md), [page](https://verifymcp.io/servers/com-kratons-public/api-mcp)

## Channel facts

- Endpoint: `https://api.kratons.com/api/mcp`
- 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-09-24.

- **Endpoint Security**: 80/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 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**: 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 (good).
  - Tool/resource definitions use about 712 tokens (~64/item across 11 items; 8 tools + 3 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**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 77% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.kratons/public MCP server?

com.kratons/public is a hosted endpoint at https://api.kratons.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-kratons-public 'https://api.kratons.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-kratons-public": {
      "url": "https://api.kratons.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-kratons-public": {
      "type": "http",
      "url": "https://api.kratons.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-kratons-public]
url = "https://api.kratons.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-kratons-public --url 'https://api.kratons.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-kratons-public:
    url: "https://api.kratons.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-kratons-public": {
      "Transport": "http",
      "Url": "https://api.kratons.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-kratons-public -t streamable-http -u 'https://api.kratons.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-kratons-public": {
      "type": "http",
      "url": "https://api.kratons.com/api/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-09-24 (score 79, +1)

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

### 2026-09-22 (score 78, +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-09-20 (score 77, +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-09-18 (score 76, +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-09-17 (score 75, +7)

- [security improvement] Authorization: unverified → partial
- [security] Tool “list_sample_itineraries” rewrote its description, which is the text the model reads
- [security] Tool “search_experiences” rewrote its description, which is the text the model reads
- [security] Tool “get_proposal_request_status” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 615 → 712
- [functional improvement] Tool coverage: 69% → 77%
- [functional improvement] Tool coverage: 69% → 75%
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “get_company_facts” now declares an output schema
- [functional improvement] Tool “get_proposal_request_status” now declares an output schema
- [functional improvement] Tool “how_to_request_a_proposal” now declares an output schema
- [functional improvement] Tool “list_destinations” now declares an output schema
- [functional improvement] Tool “list_sample_itineraries” now declares an output schema
- [functional improvement] Tool “request_a_proposal” now declares an output schema
- [functional improvement] Tool “search_experiences” now declares an output schema
- [functional] First check of Tool coverage: 100
- [functional] New tool “get_reviews”
- [cosmetic] “request_a_proposal” dropped the optional parameter “website”

### 2026-09-16 (score 68)

First indexed and scored.

## MCP tools (8)

### `get_company_facts` (~43 tokens)

Kratons company facts

Who Kratons is: legal identity, address, contact channels, countries served, languages, services, pricing policy and how to request a proposal. Read-only.

Output parameters:

- `address` (object)
- `agentStatement` (string)
- `api` (object)
- `areaServed` (array)
- `basedIn` (string)
- `brand` (string)
- `contact` (object)
- `description` (object)
- `foundedYear` (integer)
- `iata` (string): IATA accreditation number
- `languages` (array)
- `legalName` (string)
- `positioning` (array)
- `pricingPolicy` (object)
- `proposalRequest` (object)
- `services` (array)
- `taxId` (string): Spanish NIF / CIF
- `web` (object)

### `list_destinations` (~28 tokens)

Destinations with experiences

Countries and cities where Kratons currently offers tours or tickets, with counts. Read-only.

Output parameters:

- `countries` (array)
- `generatedAt` (string): ISO timestamp of the underlying query (cached for an hour)

### `search_experiences` (~138 tokens)

Search experiences

Tours and tickets Kratons operates, filtered by country, city and free text. Returns { experiences: [...] } with name, type, city, country, category, duration, free-cancellation flag and a summary — never prices or suppliers (Kratons quotes one package price per trip).

Input parameters:

- `city` (string): City name, e.g. Madrid, Lisbon, Marrakech
- `country` (string): Country name, e.g. Spain, Portugal, Morocco
- `limit` (integer): Max results (default 20, max 50)
- `q` (string): Free-text search on name, description and tags

Output parameters:

- `experiences` (array): Never prices or suppliers — one package price per trip, quoted by a human

### `list_sample_itineraries` (~116 tokens)

Sample itineraries

Published sample itineraries Kratons operates, as { itineraries: [...] } (name, destination, duration, category, summary, day-by-day outline) to start a conversation from. Never prices or suppliers — every trip is quoted as one package price by a human advisor.

Input parameters:

- `country` (string): Destination filter, e.g. Portugal, Andalusia
- `limit` (integer): Max results (default 20, max 50)
- `q` (string): Free text on name, summary and tags

Output parameters:

- `itineraries` (array)

### `get_reviews` (~82 tokens)

Traveller reviews

Aggregate rating (1–5) and the newest traveller reviews of Kratons from Zicasso and Google, each attributed to the platform that published it, with a link to read them all. A source that cannot be read is listed as unavailable — never invented.

Input parameters:

- `limit` (integer): Newest reviews to return (default 6, max 20)

Output parameters:

- `bestRating` (number)
- `generatedAt` (string)
- `note` (string)
- `ratingValue` (number|null): Weighted average over the available sources, 1–5
- `reviewCount` (integer)
- `reviews` (array)
- `sources` (array)

### `get_proposal_request_status` (~82 tokens)

Status of a proposal request

Where a submitted proposal request stands (received, being prepared, proposal sent, confirmed, closed), looked up by the reference returned when it was submitted. Returns the stage, dates and the reply commitment; no personal data.

Input parameters:

- `reference` (string, required): The reference returned by request_a_proposal, e.g. PR-20260916-U8GB

Output parameters:

- `lastUpdateAt` (string): ISO timestamp
- `nextStep` (string)
- `receivedAt` (string): ISO timestamp
- `reference` (string)
- `slaBusinessDays` (integer)
- `status` (string)
- `statusText` (string)

### `how_to_request_a_proposal` (~45 tokens)

How to request a proposal

The checklist a traveller or agent should send to Kratons to receive a bespoke proposal, the pricing policy, and how a human advisor follows up. Read-only.

Output parameters:

- `afterwards` (string): What happens after a request is submitted
- `agentStatement` (string)
- `checklist` (array): What a traveller or agent should include in a request
- `contact` (object)
- `guide` (string): The full guide as Markdown
- `how` (string)
- `pricingPolicy` (object)

### `request_a_proposal` (~128 tokens)

Request a bespoke proposal

Submit a structured proposal request to Kratons on behalf of a traveller or a travel agent: contact, destinations within Spain/Portugal/Morocco, dates, travellers, total budget, interests. Returns a reference. A human advisor replies by e-mail — there is no automatic booking, no online checkout and no price list. Send idempotencyKey to retry safely.

Input parameters:

- `contact` (object, required)
- `idempotencyKey` (string): Send the same key to retry safely; the same reference comes back
- `requester` (object)
- `trip` (object, required)

Output parameters:

- `acknowledged` (string): One sentence echoing what was received, to confirm it to the traveller
- `contactForChanges` (string)
- `duplicate` (boolean): true when the same request was already received in the last 24 h (same reference returned)
- `missing` (array): Recommended details this request did not carry — collect them before the advisor has to ask
- `receivedAt` (string): ISO timestamp
- `reference` (string): Quote it in any follow-up; get_proposal_request_status reads it
- `whatHappensNext` (string)

## Diagnostics

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

## Score history

- 2026-09-24: 79
- 2026-09-23: 78
- 2026-09-22: 78
- 2026-09-21: 77
- 2026-09-20: 77
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 75
- 2026-09-16: 68

## Common questions

### What is the com.kratons/public MCP server?

com.kratons/public is an MCP server listed in the public MCP registry as com.kratons/public. Kratons, boutique DMC: bespoke trips in Spain, Portugal, Morocco. Facts, catalog, reviews, requests. This page covers its hosted endpoint (https://api.kratons.com/api/mcp).

### Is the com.kratons/public MCP server safe to use?

com.kratons/public scores 79 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.kratons/public MCP server expose?

com.kratons/public exposes 8 tools: get_company_facts, list_destinations, search_experiences, list_sample_itineraries, get_reviews, and 3 more. Their descriptions and schemas cost roughly 662 tokens of context every time the server is loaded.

### Does the com.kratons/public MCP server require authentication?

No. We connected to com.kratons/public without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.kratons/public MCP server still maintained?

com.kratons/public is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.kratons.com/api/mcp
- Website: https://www.kratons.com/en/
- Changelog RSS feed: https://verifymcp.io/servers/com-kratons-public/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-kratons-public/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-kratons-public/api-mcp
