← Registry

Productivity

partelisto.es

Facilitates vacation rental management by allowing hosts to list properties, view bookings, send guest check-in links, and track guest form submissions.

1 endpoint8 known toolsFirst detected September 1, 2026Last detected September 2, 2026

ENDPOINT 1

https://mcp.partelisto.es/mcp

No auth detected

MCP server metadata

Name
partelisto
Version
1.0.0
Capabilities
loggingtools
Server instructions

Guest check-in and SES.HOSPEDAJES (police registration) compliance for the signed-in host's short-term rental properties. Tools return status/completeness only — never guest documents, email, phone, or passport/DNI numbers. Read tools need the partelisto:read grant; send_guest_checkin_link and create_booking additionally need partelisto:write, have a real side effect (an email sent, or a new booking), and should be confirmed with the host before calling them. Start with get_attention_required for a daily overview of what needs action.

Known tools 8

create_booking

Creates a new booking (a check-in workflow) for one of the host's properties.

Inferred read-only
send_guest_checkin_link

Sends (or resends) the guest check-in link by email for a booking the host owns.

Potential side effects
list_ses_statuses

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

Inferred read-only
get_guest_form_status

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

Inferred read-only
list_bookings

Lists the signed-in host's bookings (newest first), paged.

Inferred read-only
get_attention_required

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.

Inferred read-only
list_properties

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

Inferred read-only
get_usage_summary

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.partelisto]
url = "https://mcp.partelisto.es/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "partelisto": {
      "type": "http",
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: partelisto
Remote MCP URL: https://mcp.partelisto.es/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "partelisto": {
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "partelisto": {
      "type": "http",
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "partelisto",
  "transport": "streamable-http",
  "url": "https://mcp.partelisto.es/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.