com.lakpura/mcp

MCPcommunautéen ligne
v1.0.1com.lakpuraUnknownMis à jour il y a 1 mois

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

État de l’endpointen ligne
vérifié il y a 23 h · 215 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurcom.lakpura
LicenceUnknown
Version1.0.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils5 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé16 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

5 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur23h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://mcp.lakpura.com5 outils · 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.

ParamètreTypeDescription
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".

ParamètreTypeDescription
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_…

ParamètreTypeDescription
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.

ParamètreTypeDescription
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/…

ParamètreTypeDescription
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 outils sur 5 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.