# Partelisto (remote · mcp.partelisto.es)

Guest check-in, SES.HOSPEDAJES status, and booking creation for Spanish vacation rentals. No PII.

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

## Components

- remote · `mcp.partelisto.es`: 78/100 (this document), [markdown](https://verifymcp.io/servers/targetgrps-partelisto-mcp/mcp.md), [page](https://verifymcp.io/servers/targetgrps-partelisto-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.partelisto.es/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-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 6 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**: 84/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 863 tokens (~107/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - 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 current MCP spec version (2026-07-28).

## Install

### How do I install the Partelisto MCP server?

Partelisto is a hosted endpoint at https://mcp.partelisto.es/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 targetgrps-partelisto-mcp 'https://mcp.partelisto.es/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "targetgrps-partelisto-mcp": {
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "targetgrps-partelisto-mcp": {
      "type": "http",
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.targetgrps-partelisto-mcp]
url = "https://mcp.partelisto.es/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "targetgrps-partelisto-mcp": {
      "type": "remote",
      "url": "https://mcp.partelisto.es/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add targetgrps-partelisto-mcp --url 'https://mcp.partelisto.es/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  targetgrps-partelisto-mcp:
    url: "https://mcp.partelisto.es/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "targetgrps-partelisto-mcp": {
      "Transport": "http",
      "Url": "https://mcp.partelisto.es/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add targetgrps-partelisto-mcp -t streamable-http -u 'https://mcp.partelisto.es/mcp'
```

### Other

```json
{
  "mcpServers": {
    "targetgrps-partelisto-mcp": {
      "type": "http",
      "url": "https://mcp.partelisto.es/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-20 (score 78, +1)

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

### 2026-09-18 (score 77, +1)

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

### 2026-09-16 (score 76, +1)

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

### 2026-09-14 (score 75, +1)

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

### 2026-09-11 (score 74, +1)

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

### 2026-09-09 (score 73, +1)

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

### 2026-09-07 (score 72, +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-09-05 (score 71, +1)

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

## MCP tools (8)

### `create_booking` (~194 tokens)

Creates a new booking (a check-in workflow) for one of the host's properties. Requires the write permission granted separately during sign-in. Ask the host to confirm the property and dates before calling this. Does not email the guest — call send_guest_checkin_link afterwards if a link should go out now.

Input parameters:

- `checkIn` (string, required): Check-in date, yyyy-MM-dd.
- `checkOut` (string, required): Check-out date, yyyy-MM-dd.
- `guestEmail` (string|null): Guest email, optional.
- `guestName` (string|null): Guest name, optional.
- `guestPhone` (string|null): Guest phone, optional.
- `propertyId` (string, required): The property id, from list_properties.
- `templateId` (string|null): Check-in template id. Omit if the property has exactly one active (non-archived) template — it is picked automatically; otherwise this is required.

### `send_guest_checkin_link` (~139 tokens)

Sends (or resends) the guest check-in link by email for a booking the host owns. This is a real action with a side effect: it emails the guest and, on resend, invalidates the guest's previous link. Requires the write permission granted separately during sign-in. Ask the host to confirm before calling this.

Input parameters:

- `bookingId` (string, required): The booking id.
- `email` (string|null): Guest email to send to. Omit to use the email already on the booking.
- `guestName` (string|null): Guest name, for the email greeting. Omit to keep the name already on the booking.

### `list_ses_statuses` (~73 tokens)

SES.HOSPEDAJES (police registration) submission status for a set of bookings the host owns: status, attempts, last error, and the official reference once accepted. Bookings with no submission yet are omitted.

Input parameters:

- `bookingIds` (array, required): Booking ids to check, up to 50.

### `get_guest_form_status` (~45 tokens)

Whether the guest has completed the check-in form for a booking the host owns (None or Submitted). No form content.

Input parameters:

- `bookingId` (string, required): The booking id.

### `list_bookings` (~97 tokens)

Lists the signed-in host's bookings (newest first), paged. Returns id, property id, check-in/check-out dates, status, and whether a check-in link and guest contact exist — never the guest's email, phone, or documents.

Input parameters:

- `skip` (integer): Rows to skip, for paging. Defaults to 0.
- `take` (integer): Rows to return, max 50. Defaults to 20.

### `get_attention_required` (~111 tokens)

Scans the signed-in host's most recent bookings (up to 50) and returns only what needs action right now: stays that are imminent or under way where the guest has not completed check-in, and bookings whose SES.HOSPEDAJES submission failed. Empty list means nothing needs attention within the window. No guest PII.

Input parameters:

- `arrivalWindowDays` (integer): How many days ahead counts as "imminent" (a negative gap means the stay already started). Defaults to 3.

### `list_properties` (~51 tokens)

Lists the signed-in host's properties: id, name, address, municipality/province, and whether it is archived. No guest data.

Input parameters:

- `includeArchived` (boolean): Include archived properties. Defaults to false.

### `get_usage_summary` (~34 tokens)

The signed-in host's plan tier, trial status, and this month's usage against plan limits (properties, templates, bookings).

## Diagnostics

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

## Score history

- 2026-09-20: 78
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 70
- 2026-09-03: 70
- 2026-09-02: 69
- 2026-09-01: 69
- 2026-08-31: 69

## Common questions

### What is the Partelisto MCP server?

Partelisto is an MCP server listed in the public MCP registry as io.github.TargetGrps/partelisto-mcp. Guest check-in, SES.HOSPEDAJES status, and booking creation for Spanish vacation rentals. No PII. This page covers its hosted endpoint (https://mcp.partelisto.es/mcp).

### Is the Partelisto MCP server safe to use?

Partelisto scores 78 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 Partelisto MCP server expose?

Partelisto exposes 8 tools: create_booking, send_guest_checkin_link, list_ses_statuses, get_guest_form_status, list_bookings, and 3 more. Their descriptions and schemas cost roughly 744 tokens of context every time the server is loaded.

### Does the Partelisto MCP server require authentication?

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

### Is the Partelisto MCP server still maintained?

Partelisto is still listed as active in the MCP registry. We last reached this channel on 20 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://mcp.partelisto.es/mcp
- Repository: https://github.com/TargetGrps/partelisto-mcp
- Website: https://partelisto.es/mcp
- Changelog RSS feed: https://verifymcp.io/servers/targetgrps-partelisto-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/targetgrps-partelisto-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/targetgrps-partelisto-mcp/mcp
