CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
la-palma-24 avatar

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedJan 18, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
laibniz avatar
ScholarFetch

laibniz/scholarfetch

Multi-engine scholarly research server for search, traversal, full text, and reading lists.
lanonasis avatar
Lano-enterprise-mcp

lanonasis/lano-enterprise-mcp

Store and retrieve semantic memories using advanced vector search and intelligence-driven insight extraction. Organize knowledge across projects with secure access controls and comprehensive system health monitoring. Optimize your information flow by detecting duplicates and analyzing usage patterns for better decision support.
lanonasis avatar
Lano-enterprise-mcp

lanonasis/lano-enterprise-mcp-f04a7242

Store and retrieve semantic memories using advanced vector search and intelligence-driven insight extraction. Organize knowledge across projects with secure access controls and comprehensive system health monitoring. Optimize your information flow by detecting duplicates and analyzing usage patterns for better decision support.
lanonasis avatar
lanonasis-mcp

lanonasis/lanonasis-mcp

Manage long-term memory across projects with fast semantic search and retrieval. Create, update, and organize memories, then query them to ground your workflows with relevant context. Control API keys and configuration, monitor system status, and instantly search the LanOnasis docs when you need guidance.
larshiensch99 avatar
Priceparse

larshiensch99/priceparse

Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents.
latlng-work avatar
latlng

latlng-work/latlng

LatLng MCP server for geocoding, reverse geocoding, places search, nearby POIs, and map/location workflows. Use LatLng from AI agents and MCP clients to convert addresses to coordinates, reverse GPS coordinates into addresses, search places by name, find nearby points of interest, and list supported place categories. LatLng includes a generous free quota of **3,000 requests per day**, making it useful for prototypes, internal tools, agent workflows, and production apps with modest traffic. [Website](https://www.latlng.work) Get a free key: [dash.latlng.work](https://dash.latlng.work)