Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. La Palma 24 Vacation Rentals
L
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:17 PM

La Palma 24 Vacation Rentals

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search vacation rentals in La Palma, Canary Islands with real-time availability and pricing.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "la-palma-24-vacation-rentals": {
      "command": "npx",
      "args": [
        "-y",
        "la-palma-24-vacation-rentals"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

MCP Server for Vacation Rentals

Official Model Context Protocol (MCP) server for La Palma 24 - Search and discover vacation rental properties across La Palma, Canary Islands.

MCP Registry License: MIT

About

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

Features

  • Real-time availability search across 70,000+ monthly listings
  • Dynamic pricing with seasonal rates and discounts
  • Location-based filtering by municipality and neighborhood
  • Multilingual support (Spanish, English, German)
  • Detailed property information with photos and amenities
  • Fast responses with optimized queries

Available Tools

buscar_disponibilidad

Search for available properties for specific dates.

config.json
{
  "fecha_llegada": "2024-06-15",
  "fecha_salida": "2024-06-22",
  "num_personas": 4,
  "municipio": "Santa Cruz de La Palma"
}

calcular_precio_estancia

Calculate total stay price including all fees and discounts.

config.json
{
  "id_casa": "property-123",
  "fecha_llegada": "2024-06-15",
  "fecha_salida": "2024-06-22",
  "num_personas": 4
}

obtener_detalles_propiedad

Get complete property details in your preferred language.

config.json
{
  "id_casa": "property-123",
  "idioma": "en"
}

listar_propiedades

Browse all properties with flexible filtering.

config.json
{
  "municipio": "Los Llanos de Aridane",
  "dormitorios": 2,
  "personas_max": 4,
  "limit": 10
}

listar_municipios

Get list of all municipalities with available properties.

listar_barrios

Get list of neighborhoods, optionally filtered by municipality.

config.json
{
  "municipio": "Santa Cruz de La Palma"
}

Quick Start

Using with Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "lapalma24": {
      "url": "https://mcp.la-palma24.net"
    }
  }
}

Using with VS Code (GitHub Copilot)

Add to .vscode/mcp.json:

config.json
{
  "servers": {
    "lapalma24": {
      "url": "https://mcp.la-palma24.net"
    }
  }
}

Using with ChatGPT

  1. Go to Settings β†’ Apps
  2. Click "Create custom app"
  3. Enter MCP server URL: https://mcp.la-palma24.net
  4. Save and enable

Example Queries

Once connected, you can ask your AI assistant:

  • "Find me a 2-bedroom apartment in Santa Cruz de La Palma for next week"
  • "What's available in Los Llanos de Aridane for a family of 4 in July?"
  • "Show me properties near the beach with ocean views"
  • "Calculate the price for property X from June 15 to June 22"
  • "What are the best areas to stay in La Palma for stargazing?"

Locations Covered

La Palma 24 covers all 14 municipalities of La Palma:

  • Santa Cruz de La Palma (Capital)
  • Los Llanos de Aridane
  • BreΓ±a Alta
  • BreΓ±a Baja
  • El Paso
  • Tazacorte
  • Tijarafe
  • Puntagorda
  • GarafΓ­a
  • Barlovento
  • San AndrΓ©s y Sauces
  • Puntallana
  • Villa de Mazo
  • Fuencaliente de La Palma

Rate Limits & Security

  • Free tier: 100 requests per hour per IP
  • Authentication: None required (public read-only access)
  • HTTPS only: TLS 1.3 enforced
  • No personal data: Server does not store user queries

For higher limits or commercial integrations, contact: info@la-palma24.net

Technical Details

  • Protocol: MCP (Model Context Protocol)
  • Transport: HTTP/HTTPS
  • Format: JSON-RPC 2.0
  • Hosted: Canary Islands, Spain
  • Uptime: 99.9% SLA

License

MIT License - see LICENSE file for details.

Support

  • Website: https://www.la-palma24.net
  • Email: info@la-palma24.net
  • Issues: https://github.com/La-Palma-24/lapalma24-mcp/issues

About La Palma

La Palma, the "Isla Bonita" (Beautiful Island), is one of the Canary Islands' best-kept secrets. Known for its:

  • World-class stargazing (UNESCO Starlight Reserve)
  • Volcanic landscapes and dramatic coastlines
  • Laurel forests (UNESCO World Heritage Site)
  • Black sand beaches and natural pools
  • Hiking trails through diverse microclimates

Made with ❀️ in La Palma, Canary Islands

Connecting travelers with authentic island experiences since 2002

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • OctoTrip Flights logoOctoTrip Flights

    Free, no-login flight search with real-time pricing from multiple airlines.

    πŸ’° Finance & Fintech0 views
    Compare vs OctoTrip Flights β†’
  • Server logoServer

    Search UK electronics products across retailers. Real-time prices, stock, and specs.

    πŸ’° Finance & Fintech0 views
    Compare vs Server β†’
  • F
    Foundrynet Search

    x402-gated web search gateway. Tools: search, search_enriched.

    πŸ’° Finance & Fintech0 views
    Compare vs Foundrynet Search β†’
  • Outlit logoOutlit

    Outlit gives agents real-time understanding of customers to automate support and revenue workflows.

    πŸ’° Finance & Fintech0 views
    Compare vs Outlit β†’

Frequently Asked Questions about La Palma 24 Vacation Rentals

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "la-palma-24-vacation-rentals": { "command": "npx", "args": ["-y", "La Palma 24 - Vacation Rentals"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLa Palma 24   Vacation Rentals AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/la-palma-24-vacation-rentals?style=directory)](https://allmcps.com/mcp/la-palma-24-vacation-rentals)
HTML Embed
<a href="https://allmcps.com/mcp/la-palma-24-vacation-rentals"><img src="https://allmcps.com/api/badge/la-palma-24-vacation-rentals?style=directory" alt="La Palma 24 Vacation Rentals on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to La Palma 24 Vacation Rentals β†’Install in Claude DesktopInstall in CursorInstall in VS Code