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

LastMinuteDeals Booking API

johnanleitner1-coder/lastminutedeals-api
authHTTPregistry active
Summary

This connects Claude to live booking inventory from 40+ tour operators across 48 countries using the OCTO travel standard. You get search_slots to query availability with filters for city, price, and time window, book_slot to create Stripe checkout sessions or autonomous wallet-based bookings, and get_booking_status to track confirmations. Inventory refreshes every 4 hours from production supplier systems. Worth noting: the platform itself is currently for sale at $8k with 47 supplier contracts included, so this is production-ready infrastructure but pre-revenue. If you're building travel agents or need real bookable inventory beyond mock data, this gives you actual suppliers from Bicycle Roma to Arctic Adventures with live slots and payment rails already connected.

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 →

This Platform Is For Sale — $8,000 (Open to Offers)

47 live supplier contracts across 18 countries, MCP server on Smithery + Glama, Stripe payments, US LLC, domain, and infrastructure included.

Pre-revenue but production-ready. You're buying 6+ months of development time and 47 active supplier relationships.

View full details and make an offer | Email: bookings@lastminutedealshq.com


Last Minute Deals HQ

Smithery lastminutedeals-api MCP server

MCP server with real-time last-minute tour and activity inventory. Live bookable slots across 40 suppliers in 48 countries and 100+ cities, sourced live from production booking systems via the OCTO open standard. Inventory refreshed every 4 hours.

Search available slots and create Stripe checkout sessions — customers pay on our page, suppliers are confirmed automatically.

Install

Claude Desktop

npx -y @smithery/cli install @johnanleitner1/Last_Minute_Deals_HQ --client claude

Claude Code

npx -y @smithery/cli install @johnanleitner1/Last_Minute_Deals_HQ --client claude-code

Cursor

npx -y @smithery/cli install @johnanleitner1/Last_Minute_Deals_HQ --client cursor

Windsurf

npx -y @smithery/cli install @johnanleitner1/Last_Minute_Deals_HQ --client windsurf

Other MCP Clients

npx -y @smithery/cli install @johnanleitner1/Last_Minute_Deals_HQ --client <client-name>

Or connect directly to the remote MCP endpoint:

https://api.lastminutedealshq.com/mcp

Tools

ToolDescription
search_slotsSearch available tours and activities. Filter by city, category, hours_ahead window, and max_price. Returns live inventory sorted by urgency (soonest first).
book_slotBook a slot for a customer. Approval mode (default) returns a Stripe checkout URL for the customer to pay. Autonomous mode charges a pre-funded wallet and returns a confirmation number directly. Supports quantity for group bookings.
preview_slotGet a shareable booking page URL for a slot. The user clicks the link, sees full details, enters their own name/email/phone, and pays via Stripe. Use this when a human is browsing with an AI assistant.
get_booking_statusCheck booking status by booking_id. Returns status, confirmation number, checkout URL (recoverable if lost), service details, and payment status.
get_supplier_infoReturns the full supplier network — destinations, experience types, booking platform, and confirmation speed. Use before searching to understand what inventory is available.

Example

"What tours are available in Rome this weekend under $50?"

search_slots(city="Rome", hours_ahead=72, max_price=50)
[
  {
    "service_name": "E-Bike Tour of Ancient Rome & Appian Way",
    "business_name": "Bicycle Roma",
    "start_time": "2026-04-19T09:00:00+00:00",
    "price": 42.00,
    "currency": "EUR",
    "location_city": "Rome",
    "hours_until_start": 26.5,
    "slot_id": "a1b2c3..."
  },
  {
    "service_name": "Castelli Romani Wine & Food E-Bike Tour",
    "business_name": "Bicycle Roma",
    "start_time": "2026-04-19T13:00:00+00:00",
    "price": 48.50,
    "currency": "EUR",
    "location_city": "Rome",
    "hours_until_start": 30.5,
    "slot_id": "d4e5f6..."
  }
]

"Book the e-bike tour for Jane Smith"

book_slot(
  slot_id="a1b2c3...",
  customer_name="Jane Smith",
  customer_email="jane@example.com",
  customer_phone="+15550001234"
)
{
  "booking_id": "bk_a1b2c3_x9y8z7",
  "status": "pending_payment",
  "checkout_url": "https://checkout.stripe.com/c/pay/...",
  "message": "Customer should complete payment at checkout_url"
}

"Did she pay yet?"

get_booking_status(booking_id="bk_a1b2c3_x9y8z7")
{
  "status": "booked",
  "confirmation_number": "BR-20260419-001",
  "service_name": "E-Bike Tour of Ancient Rome & Appian Way",
  "start_time": "2026-04-19T09:00:00+00:00",
  "payment_status": "captured"
}

Suppliers

40 active suppliers. Live inventory across 48 countries including France, UK, Germany, Italy, Spain, Netherlands, Switzerland, Iceland, Egypt, Japan, Portugal, Turkey, Brazil, Morocco, Tanzania, Finland, Montenegro, Romania, United States, United Kingdom, China, Mexico, Costa Rica, and more.

SupplierDestinationsExperiences
Arctic AdventuresReykjavik, Husafell, Skaftafell, IcelandGlacier hikes, ice caves, snowmobiling, aurora tours, whale watching, diving
Bicycle RomaRome, Appia Antica, Castelli RomaniE-bike tours, food tours, guided city tours, bike rentals
Boka BlissKotor, MontenegroBoat tours, sea caves, coastal experiences
EgyExcursionsCairo, EgyptPyramids, cultural tours, day trips
Hillborn ExperiencesArusha, Serengeti, Zanzibar, KilimanjaroPrivate safaris, Kilimanjaro climbs, ultra-luxury wildlife tours
Íshestar Riding ToursSelfoss, IcelandHorse riding, glacier rides, Viking tours
Marvel Egypt ToursCairo, Luxor, AswanPyramids, Nile cruises, temple tours
O Turista ToursLisbon, Porto, Sintra, Fatima, NazaréPrivate tours, day trips, wine experiences
Pure Morocco ExperienceMarrakech, Sahara DesertDesert tours, multi-day tours, cultural experiences
Ramen Factory KyotoKyoto, JapanCooking classes, ramen workshops
REDRIB ExperienceHelsinki, FinlandSpeed boat tours, archipelago experiences
TourTransfer BucharestBucharest, RomaniaCity tours, Dracula castle, Peles castle
Tours El ChiquizPuerto Vallarta, MexicoTequila tasting, hiking, nightlife tours, botanical gardens
Trivanzo HolidaysCairo, Luxor, Red Sea, EgyptNile cruises, cultural tours, desert tours
TUTU VIEW LtdShanghai, Xi'an, Beijing, Chengdu, HangzhouMulti-day tours, Silk Road, food tours, nature tours
Vakare Travel ServiceAntalya, TurkeyBoat tours, jeep safaris, cultural excursions
All Washington ViewWashington D.C.City tours, sightseeing, monuments, panoramic views
Zestro BizlinksJapanExperiences
Adi Tours - Nuba travelCairo, EgyptPyramids, cultural tours, Nile excursions, desert tours, day trips
The Photo ExperienceLondon, United KingdomPhotography tours, photo walks, city photography experiences
Sailing WindermereWindermere, Lake District, United KingdomSailing, lake cruises
Perfect Day ToursLuxor, EgyptTemple tours, Valley of the Kings
Nefertiti ToursCairo, Giza, EgyptPyramids, cultural tours
Blue Dolphin SailingGuanacaste, Costa RicaSailing tours, sunset cruises, snorkeling
EGYPT GATECairo, EgyptTours and experiences
Imperio toursRome, ItalyFiat 500 tours, golf cart tours, food tours
VIDABOAPorto, Douro Valley, PortugalWine tours, private tours
Gallo TourRome, ItalyGolf cart tours
Food Activity JapanOsaka, JapanMatcha making, food experiences
European VoyagesParis, London, Rome, Barcelona, Amsterdam, Berlin, Vienna, Prague, Budapest + 38 moreWalking tours, city tours, food tours, day trips, multi-day tours, river cruises, wine tours, cooking classes, transfers
CruiserCar PalermoPalermo, Sicily, ItalyCar tours, city tours, transfers
Nile NavigatorsCairo, Luxor, Aswan, EgyptNile cruises, river tours, cultural experiences
Fantastic WalksUnited KingdomWalking tours
Top Gear ToursCairo, EgyptTours and experiences
Amazing Tours AgencyBrazilTours and experiences
Anatolia ExpeditionIstanbul, TurkeyCultural tours, expeditions
Turkey Tours CompanyIstanbul, TurkeyCultural tours, Cappadocia, Ephesus, day trips
Eimverk DistilleryReykjavik, IcelandDistillery tours
mondo guide srlRome, ItalyGuided tours, cultural experiences, day trips
The Osaka&TokyoOsaka, Tokyo, JapanCultural experiences, city tours

Categories

experiences · wellness · beauty · hospitality

API Key

Free. No credit card required. Needed for booking operations — search works without one.

curl -X POST https://api.lastminutedealshq.com/api/keys/register \
  -H "Content-Type: application/json" \
  -d '{"name": "MyAgent", "email": "agent@example.com"}'
{"api_key": "lmd_..."}

Pass the key when configuring the MCP server or as X-API-Key header for REST calls.

REST API

Base URL: https://api.lastminutedealshq.com

EndpointMethodDescription
/api/slotsGETSearch slots — city, category, hours_ahead, max_price
/api/bookPOSTCreate Stripe checkout for a slot
/api/book/directPOSTBook with pre-funded wallet (autonomous agents)
/bookings/{id}GETCheck booking status
/api/keys/registerPOSTGet a free API key
/api/wallets/createPOSTCreate a pre-funded agent wallet
/api/wallets/fundPOSTGet Stripe link to fund wallet
/healthGETSystem health check
/metricsGETLive system metrics

Booking Modes

Approval (default) — Returns a Stripe checkout URL. The customer visits the link, pays, and the booking is confirmed with the supplier automatically. Best for human-in-the-loop flows.

Autonomous — Requires a pre-funded wallet. The system debits the wallet instantly and confirms with the supplier. No redirect, no latency. Best for fully autonomous agents.

book_slot(
  slot_id="...",
  customer_name="Jane Smith",
  customer_email="jane@example.com",
  mode="autonomous",
  wallet_id="wlt_..."
)

How It Works

Every 4 hours:
  fetch_octo_slots.py   →  Pull availability from 40 suppliers via OCTO API
  aggregate_slots.py    →  Deduplicate, filter, sort by urgency
  compute_pricing.py    →  Dynamic commission-based pricing
  sync_to_supabase.py   →  Upsert to production database

MCP/REST requests:
  Agent calls search_slots  →  Supabase query  →  Live results
  Agent calls book_slot     →  Stripe checkout  →  OCTO booking  →  Supplier confirmed

Status

  • Slots live: 8,000+
  • Suppliers: 32
  • Countries: 47
  • Refresh interval: Every 4 hours
  • Uptime: Hosted on Railway (24/7)
  • Payments: Stripe (authorization-then-capture — customer is never charged for a failed booking)
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
AuthRequired
UpdatedApr 16, 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