Connects Claude to La Palma 24's vacation rental inventory with six search and pricing tools over HTTP. You get real-time availability searches across their catalog, price calculations with fees and discounts, detailed property info in Spanish/English/German, and location filters by municipality and neighborhood. The buscar_disponibilidad tool takes date ranges and guest counts, calcular_precio_estancia handles total pricing for specific properties, and listar_propiedades lets you browse by bedrooms and capacity. Useful when building travel planning workflows that need actual bookable inventory in the Canary Islands rather than generic recommendations. Free tier gives you 100 requests per hour without authentication.
Official Model Context Protocol (MCP) server for La Palma 24 - Search and discover vacation rental properties across La Palma, Canary Islands.
La Palma 24 has been connecting travelers with unique vacation rentals in La Palma, Canary Islands since 2002. This MCP server enables AI assistants like Claude, ChatGPT, and others to help users discover and book the perfect accommodation through natural conversation.
Live Server: https://mcp.la-palma24.net
buscar_disponibilidadSearch for available properties for specific dates.
{
"fecha_llegada": "2024-06-15",
"fecha_salida": "2024-06-22",
"num_personas": 4,
"municipio": "Santa Cruz de La Palma"
}
calcular_precio_estanciaCalculate total stay price including all fees and discounts.
{
"id_casa": "property-123",
"fecha_llegada": "2024-06-15",
"fecha_salida": "2024-06-22",
"num_personas": 4
}
obtener_detalles_propiedadGet complete property details in your preferred language.
{
"id_casa": "property-123",
"idioma": "en"
}
listar_propiedadesBrowse all properties with flexible filtering.
{
"municipio": "Los Llanos de Aridane",
"dormitorios": 2,
"personas_max": 4,
"limit": 10
}
listar_municipiosGet list of all municipalities with available properties.
listar_barriosGet list of neighborhoods, optionally filtered by municipality.
{
"municipio": "Santa Cruz de La Palma"
}
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lapalma24": {
"url": "https://mcp.la-palma24.net"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"lapalma24": {
"url": "https://mcp.la-palma24.net"
}
}
}
https://mcp.la-palma24.netOnce connected, you can ask your AI assistant:
La Palma 24 covers all 14 municipalities of La Palma:
For higher limits or commercial integrations, contact: info@la-palma24.net
MIT License - see LICENSE file for details.
La Palma, the "Isla Bonita" (Beautiful Island), is one of the Canary Islands' best-kept secrets. Known for its:
Made with ❤️ in La Palma, Canary Islands
Connecting travelers with authentic island experiences since 2002
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp