# Timeplex K-Beauty Booking (remote · chat.timeplex.ai)

Real-time booking for Korean beauty & wellness shops — search availability, get a booking link.

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

## Components

- remote · `chat.timeplex.ai`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ai-timeplex-booking/chat.md), [page](https://verifymcp.io/servers/ai-timeplex-booking/chat)

## Channel facts

- Endpoint: `https://chat.timeplex.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 82/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).
  - Context-footprint check failed: tool/resource definitions use about 1055 tokens (~150/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 88% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http ai-timeplex-booking https://chat.timeplex.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-timeplex-booking]
url = "https://chat.timeplex.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-timeplex-booking": {
      "type": "remote",
      "url": "https://chat.timeplex.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-timeplex-booking --url https://chat.timeplex.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-timeplex-booking:
    url: "https://chat.timeplex.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-timeplex-booking": {
      "type": "http",
      "url": "https://chat.timeplex.ai/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-19 (score 67, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-18 (score 66)

First indexed and scored.

## MCP tools (6)

### `search_shops` (~291 tokens)

Find Korean beauty & wellness shops on Timeplex. bookable=true means you can check availability and book through this MCP; false means it needs request_booking (Timeplex concierge arranges it manually). Shops fall into two categories: hair (hair salons) and beauty (everything else — massage, spa, nail, skin care, waxing, scrub, etc.). Each shop result carries its category. Each result carries the shop address, so you can answer area questions ("shops in Seoul") without extra calls. Always reply to the user in the language they used, and start the reply with the response's reply_header line.

Input parameters:

- `location` (string): Area filter (optional), in English or Korean — "Seoul", "Gangnam", "Hongdae", "Busan", "Jeju", "강남", "홍대"… Matched against the shop address. Shops with no address registered are excluded when this is…
- `query` (string): Shop name, partial match (optional). If no name matches, it is also interpreted as a shop category.
- `service_type` (string): Shop category (optional). Accepts broad categories ("hair", "beauty") and specific ones ("massage", "spa", "head spa", "nail", "skin care", "esthetic", "waxing", "scrub"), in English or Korean. Leave…

### `get_shop_services` (~83 tokens)

Get a shop's service menu (name, price, duration) and its staff/seats. Pass lang to receive the content translated into the customer's language.

Input parameters:

- `lang` (string): Customer language (optional): ko|en|ja|zh|th. Defaults to the original text (ko).
- `slug` (string, required): Shop slug returned by search_shops

### `search_availability` (~119 tokens)

Check available time slots for a date. If time is given, it also judges whether that exact slot is bookable and returns nearby alternatives when it is not.

Input parameters:

- `date` (string, required): YYYY-MM-DD (Asia/Seoul)
- `items` (array, required): Booking items. Hair: [{service_id, resource_id}]. Massage: [{service_id, qty}] (qty = number of people).
- `slug` (string, required)
- `time` (string): HH:MM (optional) — judge whether this exact time is bookable

### `request_booking` (~79 tokens)

Submit a booking request for a shop that is not onboarded to Timeplex yet (bookable=false). Timeplex concierge staff contact the shop directly and reply to the customer. Share the returned link with the user.

Input parameters:

- `lang` (string): Customer language (optional)
- `venue_name` (string, required): Name of the shop the customer wants to book

### `start_booking` (~391 tokens)

Build a link that lets the customer continue the booking for the chosen shop, service and time. **This creates and changes nothing — it only builds a link.** So never ask "shall I create a link?"; once a shop is known, call it right away and include the link in your reply. date, time and items are all optional — **if the customer has not picked a date or time yet, still call it with just the shop** and hand over the link; they pick the rest on the booking page. Never withhold the link to ask for a date first. It books nothing — the customer must open the link, enter email, name and phone, and pay. Payment submits the booking and secures the slot; the **final confirmation comes from the shop owner** afterwards. Put **link_markdown into your reply as-is** — never expose the raw URL. Pass on guidance, and mention that the slot is not held until payment (whoever pays first gets it) and that the shop owner confirms it after that. Describe the remaining steps only as "just enter your email, name and phone, then pay" — keep it light, and always write your reply in the language the user used, starting with the response's reply_header line.

Input parameters:

- `date` (string): YYYY-MM-DD (Asia/Seoul). Optional — omit if the customer has not picked a date; they choose it on the booking page.
- `items` (array): Optional — omit if no service is chosen yet. Hair: [{service_id, resource_id}] — **exactly one** (hair shops book one service at a time). Massage: [{service_id, qty}] — multiple allowed (several serv…
- `slug` (string, required)
- `time` (string): HH:MM. Optional — omit if the customer has not picked a time.

### `get_booking_status` (~70 tokens)

Look up booking and payment status by reservation number, including whether it can be cancelled and the refund terms. To actually cancel, hand the customer the status_url from the response — cancelling is done there, not through this MCP. Reply in the user's language.

Input parameters:

- `res_no` (string, required): Reservation number

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-timeplex-booking/chat#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 66

## Links

- Remote endpoint: https://chat.timeplex.ai/mcp
- Website: https://timeplex.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-timeplex-booking/chat.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-timeplex-booking/chat.json
- HTML version of this page: https://verifymcp.io/servers/ai-timeplex-booking/chat
