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.
ENDPOINT 1
https://mcp.partelisto.es/mcp
MCP server metadata
- Name
- partelisto
- Version
- 1.0.0
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_bookingCreates a new booking (a check-in workflow) for one of the host's properties.
Inferred read-onlysend_guest_checkin_linkSends (or resends) the guest check-in link by email for a booking the host owns.
Potential side effectslist_ses_statusesSES.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-onlyget_guest_form_statusWhether the guest has completed the check-in form for a booking the host owns (None or Submitted).
Inferred read-onlyget_attention_requiredScans 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-onlylist_propertiesLists the signed-in host's properties: id, name, address, municipality/province, and whether it is archived.
Inferred read-onlyget_usage_summaryThe signed-in host's plan tier, trial status, and this month's usage against plan limits (properties, templates, bookings).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.