Search & book Lakpura Sri Lanka tours, transfers, stays & activities as an AI agent.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://mcp.lakpura.com5 Tools · 215 mssearch_staysSearch Lakpura accommodation (hotels, villas, lodges) by name or city. Returns matching stays with their public page URL, city, country and star rating. Use get_service with the returned slug for room details and price.Search Lakpura accommodation (hotels, villas, lodges) by name or city. Returns matching stays with their public page URL, city, country and star rating. Use get_service with the returned slug for room details and price.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Hotel/villa name or city (e.g. "Galle", "Cinnamon", "Ella tree house"). |
| limit | integer | Max results (default 12). |
search_toursSearch Lakpura tours, day-trips and experiences by keyword. Returns each match with a slug, title, rating and its public page URL. Call get_service with a slug to see bookable options and price, then start_booking to book. Optional kind filter: "multi_day" (multi-day tours) or "single_day".Search Lakpura tours, day-trips and experiences by keyword. Returns each match with a slug, title, rating and its public page URL. Call get_service with a slug to see bookable options and price, then start_booking to book. Optional kind filter: "multi_day" (multi-day tours) or "single_day".
| Parameter | Typ | Beschreibung |
|---|---|---|
| query | string | Keyword(s) to match against the tour title (e.g. "whale watching", "sigiriya", "safari"). Omit to browse top-rated. |
| kind | string | Filter by tour length. Default "all". |
| page | integer | Page number (default 1). |
| per_page | integer | Results per page (default 20). |
search_productsSearch physical products Lakpura sells and ships worldwide — Sri Lankan handicrafts, wooden masks, tea, spices, homeware, gifts. Returns each match with its Lakpura reference, title, USD price and public product page URL. Use this for anything the caller wants to BUY and have delivered; use search_…Search physical products Lakpura sells and ships worldwide — Sri Lankan handicrafts, wooden masks, tea, spices, homeware, gifts. Returns each match with its Lakpura reference, title, USD price and public product page URL. Use this for anything the caller wants to BUY and have delivered; use search_…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Keyword(s) describing the product, e.g. "raksha mask", "ceylon tea", "batik", "wooden elephant". Required. |
| max_price_usd | number | Optional upper price limit in US dollars. |
| per_page | integer | Results to return (default 8). Keep small — these are read aloud. |
get_serviceGet full details of one tour/experience by slug: title, description, bookable options (each with a price and option_id) and whether it can be booked via start_booking. Pass an option_id from here to start_booking.Get full details of one tour/experience by slug: title, description, bookable options (each with a price and option_id) and whether it can be booked via start_booking. Pass an option_id from here to start_booking.
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | The service slug from search_tours (the last path segment of /products/{slug}). |
start_bookingCreate a booking and get a secure Stripe checkout URL for the customer to pay. For product_type="tour": pass slug (from search_tours/get_service), selected_date (YYYY-MM-DD), pax, an optional option_id, and lead contact details. For product_type="transfer": pass from, to, optional vehicle/category/…Create a booking and get a secure Stripe checkout URL for the customer to pay. For product_type="tour": pass slug (from search_tours/get_service), selected_date (YYYY-MM-DD), pax, an optional option_id, and lead contact details. For product_type="transfer": pass from, to, optional vehicle/category/…
| Parameter | Typ | Beschreibung |
|---|---|---|
| product_type* | string | What is being booked. |
| slug | string | tour: service slug from search_tours/get_service. |
| option_id | string | tour: chosen option_id from get_service (optional — omit for the "from" price). |
| selected_date | string | tour: travel date, YYYY-MM-DD (today or later). |
| selected_start_time | string | tour: optional start time, e.g. "09:00". |
| pickup_text | string | tour: optional pickup location / hotel. |
| from | string | transfer: pickup location (airport / city / hotel). |
| to | string | transfer: drop-off location. |
| vehicle | string | transfer: vehicle class (default "Standard Car"). |
| category | string | transfer: e.g. "Arrival Transfers", "Departure Transfers" (default Arrival). |
| pickup_at | string | transfer: pickup datetime (free text or ISO). |
| airline | string | transfer: optional airline (airport transfers). |
| flight_number | string | transfer: optional flight number. |
| notes | string | transfer: optional notes. |
| pax | integer | Number of guests/passengers (default 1). |
| lead_first_name* | string | Customer first name. |
| lead_surname* | string | Customer surname. |
| lead_email* | string | Customer email (booking confirmation is sent here). |
| lead_phone | string | Customer phone (optional, E.164 preferred). |
5 von 5 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Search & book Lakpura Sri Lanka tours, transfers, stays & activities as an AI agent.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.