
Partelisto MCP server
Guest check-in, SES.HOSPEDAJES status, and booking creation for Spanish vacation rentals. No PII.
0 stars
Reviews
Write oneNobody has reviewed Partelisto yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Partelisto tools (8, 2 write)
write = sends, deletes, buys or postscreate_bookingwrite actionFreeCreates 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.
get_attention_requiredFreeScans 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.
get_guest_form_statusFreeWhether the guest has completed the check-in form for a booking the host owns (None or Submitted). No form content.
get_usage_summaryFreeThe signed-in host's plan tier, trial status, and this month's usage against plan limits (properties, templates, bookings).
list_bookingsFreeLists 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.
list_propertiesFreeLists the signed-in host's properties: id, name, address, municipality/province, and whether it is archived. No guest data.
list_ses_statusesFreeSES.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.
send_guest_checkin_linkwrite actionFreeSends (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.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1422ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenancelast push 5 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http partelisto-mcp https://mcp.partelisto.es/mcp
Partelisto: common questions
- Is Partelisto MCP server safe?
- Mostly: it is graded B (83/100). Read the Partelisto safety report
- How do I install Partelisto?
- It runs remotely at mcp.partelisto.es. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Partelisto need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Partelisto maintained?
- The last commit was 5 days ago (2026-09-15). The latest release is v1.1.0.
- Is Partelisto up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.