CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

La Palma 24 - Vacation Rentals

la-palma-24/lapalma24-mcp
HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

{
  "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.

{
  "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.

{
  "id_casa": "property-123",
  "idioma": "en"
}

listar_propiedades

Browse all properties with flexible filtering.

{
  "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.

{
  "municipio": "Santa Cruz de La Palma"
}

Quick Start

Using with Claude Desktop

Add to your claude_desktop_config.json:

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

Using with VS Code (GitHub Copilot)

Add to .vscode/mcp.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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedJan 18, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3