{
  "markdown": "# MCP Server for Vacation Rentals\n\n**Official Model Context Protocol (MCP) server for La Palma 24** - Search and discover vacation rental properties across La Palma, Canary Islands.\n\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## About\n\nLa 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.\n\n**Live Server:** `https://mcp.la-palma24.net`\n\n##  Features\n\n-  **Real-time availability** search across 70,000+ monthly listings\n-  **Dynamic pricing** with seasonal rates and discounts\n-  **Location-based filtering** by municipality and neighborhood\n-  **Multilingual support** (Spanish, English, German)\n-  **Detailed property information** with photos and amenities\n-  **Fast responses** with optimized queries\n\n##  Available Tools\n\n### `buscar_disponibilidad`\nSearch for available properties for specific dates.\n\n```json\n{\n  \"fecha_llegada\": \"2024-06-15\",\n  \"fecha_salida\": \"2024-06-22\",\n  \"num_personas\": 4,\n  \"municipio\": \"Santa Cruz de La Palma\"\n}\n```\n\n### `calcular_precio_estancia`\nCalculate total stay price including all fees and discounts.\n\n```json\n{\n  \"id_casa\": \"property-123\",\n  \"fecha_llegada\": \"2024-06-15\",\n  \"fecha_salida\": \"2024-06-22\",\n  \"num_personas\": 4\n}\n```\n\n### `obtener_detalles_propiedad`\nGet complete property details in your preferred language.\n\n```json\n{\n  \"id_casa\": \"property-123\",\n  \"idioma\": \"en\"\n}\n```\n\n### `listar_propiedades`\nBrowse all properties with flexible filtering.\n\n```json\n{\n  \"municipio\": \"Los Llanos de Aridane\",\n  \"dormitorios\": 2,\n  \"personas_max\": 4,\n  \"limit\": 10\n}\n```\n\n### `listar_municipios`\nGet list of all municipalities with available properties.\n\n### `listar_barrios`\nGet list of neighborhoods, optionally filtered by municipality.\n\n```json\n{\n  \"municipio\": \"Santa Cruz de La Palma\"\n}\n```\n\n##  Quick Start\n\n### Using with Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"lapalma24\": {\n      \"url\": \"https://mcp.la-palma24.net\"\n    }\n  }\n}\n```\n\n### Using with VS Code (GitHub Copilot)\n\nAdd to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"lapalma24\": {\n      \"url\": \"https://mcp.la-palma24.net\"\n    }\n  }\n}\n```\n\n### Using with ChatGPT\n\n1. Go to Settings → Apps\n2. Click \"Create custom app\"\n3. Enter MCP server URL: `https://mcp.la-palma24.net`\n4. Save and enable\n\n##  Example Queries\n\nOnce connected, you can ask your AI assistant:\n\n- *\"Find me a 2-bedroom apartment in Santa Cruz de La Palma for next week\"*\n- *\"What's available in Los Llanos de Aridane for a family of 4 in July?\"*\n- *\"Show me properties near the beach with ocean views\"*\n- *\"Calculate the price for property X from June 15 to June 22\"*\n- *\"What are the best areas to stay in La Palma for stargazing?\"*\n\n##  Locations Covered\n\nLa Palma 24 covers all 14 municipalities of La Palma:\n\n- Santa Cruz de La Palma (Capital)\n- Los Llanos de Aridane\n- Breña Alta\n- Breña Baja\n- El Paso\n- Tazacorte\n- Tijarafe\n- Puntagorda\n- Garafía\n- Barlovento\n- San Andrés y Sauces\n- Puntallana\n- Villa de Mazo\n- Fuencaliente de La Palma\n\n##  Rate Limits & Security\n\n- **Free tier:** 100 requests per hour per IP\n- **Authentication:** None required (public read-only access)\n- **HTTPS only:** TLS 1.3 enforced\n- **No personal data:** Server does not store user queries\n\nFor higher limits or commercial integrations, contact: info@la-palma24.net\n\n##  Technical Details\n\n- **Protocol:** MCP (Model Context Protocol)\n- **Transport:** HTTP/HTTPS\n- **Format:** JSON-RPC 2.0\n- **Hosted:** Canary Islands, Spain\n- **Uptime:** 99.9% SLA\n\n##  License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n##  Support\n\n- **Website:** https://www.la-palma24.net\n- **Email:** info@la-palma24.net\n- **Issues:** https://github.com/La-Palma-24/lapalma24-mcp/issues\n\n##  About La Palma\n\nLa Palma, the \"Isla Bonita\" (Beautiful Island), is one of the Canary Islands' best-kept secrets. Known for its:\n\n-  **World-class stargazing** (UNESCO Starlight Reserve)\n-  **Volcanic landscapes** and dramatic coastlines\n-  **Laurel forests** (UNESCO World Heritage Site)\n-  **Black sand beaches** and natural pools\n-  **Hiking trails** through diverse microclimates\n\n---\n\n**Made with ❤️ in La Palma, Canary Islands**\n\n*Connecting travelers with authentic island experiences since 2002*\n",
  "bytes": 4595,
  "sha": "594b1759ca1e338d4d95bfef0f649606a084b15098216e74d7563d5727696861",
  "repo_slug": "la-palma-24/lapalma24-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ayozemiguel_lapalma24_mcp_d564e945/readme"
}