INDIVIDUAL MCP TOOL
get_guest_form_status
Whether the guest has completed the check-in form for a booking the host owns (None or Submitted).
LIVE ENDPOINT
https://mcp.partelisto.es/mcp
Connect to this endpoint to inspect the live schema for get_guest_form_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
create_booking— Creates a new booking (a check-in workflow) for one of the host's properties.send_guest_checkin_link— Sends (or resends) the guest check-in link by email for a booking the host owns.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.list_bookings— Lists the signed-in host's bookings (newest first), paged.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.list_properties— Lists the signed-in host's properties: id, name, address, municipality/province, and whether it is archived.get_usage_summary— The signed-in host's plan tier, trial status, and this month's usage against plan limits (properties, templates, bookings).