mcpbeat Sign in

Partelisto MCP Server

by targetgrps Your server? Claim it
answering

Partelisto is answering right now. Last checked 11 min ago. It exposes 8 tools. Last commit 15 Sep 2026.

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

Uptime history 19 days of history
19 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
192 ms
Response time
average over 24h
0
Stars
last commit 15 Sep 2026

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 2 September 2026. No other catalogue keeps this.

2 Sep 2 tools appeared create_booking, get_attention_required

Nothing serious here today

Today is the operative word: we check Partelisto every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add partelisto-mcp --transport http https://mcp.partelisto.es/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "partelisto-mcp": {
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.partelisto-mcp]
url = "https://mcp.partelisto.es/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "partelisto-mcp": {
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "partelisto-mcp": {
      "url": "https://mcp.partelisto.es/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

attention
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. Empty list means nothing needs attention within the window. No guest PII.
booking
create_booking
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.
bookings
list_bookings
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.
guest
get_guest_form_status
Whether the guest has completed the check-in form for a booking the host owns (None or Submitted). No form content.
properties
list_properties
Lists the signed-in host's properties: id, name, address, municipality/province, and whether it is archived. No guest data.
send
send_guest_checkin_link
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.
ses
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. Bookings with no submission yet are omitted.
usage
get_usage_summary
The signed-in host's plan tier, trial status, and this month's usage against plan limits (properties, templates, bookings).

Endpoints

URLTransportStateLatencyChecked
https://mcp.partelisto.es/mcp streamable-http answering 192 ms 11 min ago

Alternatives to Partelisto

same job, measured the same way
ATA Travel
by atatravel

ATA Travel: agent-first direct booking for accommodations, hotels, and vacation rentals.

24 tools answering
Start Companies LLC Formation
by startcompanies

US LLC formation for non-residents: no SSN, plus EIN, banking, ITIN and annual renewals.

7 tools answering
lilo Vacation Rentals
by lilo-property

Vacation rental discovery, direct booking, and property protection for AI agents.

67 tools answering
C
Lity
by lity

AI legal copilot for foreigners in Spain: immigration and housing rental, cited to Spanish law.

2 tools answering
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Luxury Lodging
by luxurylodgingpm-stay

Search Luxury Lodging vacation rentals, check live availability and get a real total price.

5 tools answering
Hotel & Vacation Rental MCP - live prices & reviews across Booking, Airbnb, Vrbo & Google Hotels
by stayingapi

Search hotels & rentals: live prices & reviews across Booking.com, Airbnb, Vrbo & Google Hotels.

answering

Partelisto — questions

Answers built from our own checks of this server.

What can Partelisto do?
It exposes 8 tools, read directly from the server on our last check. Among them: create_booking, get_attention_required, get_guest_form_status, get_usage_summary, list_bookings, list_properties and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Partelisto working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 192 ms. The bar chart above shows every period we have measured.
How do I connect Partelisto?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Partelisto need an API key?
No. Partelisto completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Partelisto?
It answers our handshake in 192 ms on average, which is faster than 68% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Partelisto open source?
Yes — it is published under the MIT licence, written in C# and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.