com.lakpura/mcp

MCPcommunityattivo
v1.0.1com.lakpuraUnknownAggiornato 1 mesi fa

Search & book Lakpura Sri Lanka tours, transfers, stays & activities as an AI agent.

Stato dell’endpointattivo
verificato 23 h fa · 215 ms
100 % degli ultimi 4 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
1 mesi faUltimo aggiornamento
Pacchetto
Autorecom.lakpura
LicenzaUnknown
Versione1.0.1
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti5 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato16 lug 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

5 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore23h ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://mcp.lakpura.com5 strumenti · 215 ms
search_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.

ParametroTipoDescrizione
query*stringHotel/villa name or city (e.g. "Galle", "Cinnamon", "Ella tree house").
limitintegerMax 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".

ParametroTipoDescrizione
querystringKeyword(s) to match against the tour title (e.g. "whale watching", "sigiriya", "safari"). Omit to browse top-rated.
kindstringFilter by tour length. Default "all".
pageintegerPage number (default 1).
per_pageintegerResults 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_…

ParametroTipoDescrizione
query*stringKeyword(s) describing the product, e.g. "raksha mask", "ceylon tea", "batik", "wooden elephant". Required.
max_price_usdnumberOptional upper price limit in US dollars.
per_pageintegerResults 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.

ParametroTipoDescrizione
slug*stringThe 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/…

ParametroTipoDescrizione
product_type*stringWhat is being booked.
slugstringtour: service slug from search_tours/get_service.
option_idstringtour: chosen option_id from get_service (optional — omit for the "from" price).
selected_datestringtour: travel date, YYYY-MM-DD (today or later).
selected_start_timestringtour: optional start time, e.g. "09:00".
pickup_textstringtour: optional pickup location / hotel.
fromstringtransfer: pickup location (airport / city / hotel).
tostringtransfer: drop-off location.
vehiclestringtransfer: vehicle class (default "Standard Car").
categorystringtransfer: e.g. "Arrival Transfers", "Departure Transfers" (default Arrival).
pickup_atstringtransfer: pickup datetime (free text or ISO).
airlinestringtransfer: optional airline (airport transfers).
flight_numberstringtransfer: optional flight number.
notesstringtransfer: optional notes.
paxintegerNumber of guests/passengers (default 1).
lead_first_name*stringCustomer first name.
lead_surname*stringCustomer surname.
lead_email*stringCustomer email (booking confirmation is sent here).
lead_phonestringCustomer phone (optional, E.164 preferred).

5 strumenti su 5 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

Search & book Lakpura Sri Lanka tours, transfers, stays & activities as an AI agent.

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.