Bogeyland — directory of places, events, and listings.
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.
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.
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://www.bogeyland.golf/mcp26 outils · 293 msget_site_infoReturns basic information about this neighborhood directory: name, locale, domain, description, canonical URLs for key sections, plus the current LOCAL TIME and CURRENT WEATHER at the neighborhood (temperature, condition). Use this for any "what time is it there" or "what's the weather like" contex…Returns basic information about this neighborhood directory: name, locale, domain, description, canonical URLs for key sections, plus the current LOCAL TIME and CURRENT WEATHER at the neighborhood (temperature, condition). Use this for any "what time is it there" or "what's the weather like" contex…
Aucun schéma d’entrée n’a été publié pour cet outil.
list_categoriesReturns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.org types, and live place counts.Returns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.org types, and live place counts.
Aucun schéma d’entrée n’a été publié pour cet outil.
search_placesSearch for places (restaurants, cafes, shops, etc.) in this neighborhood. The `q` match is accent-insensitive and typo-tolerant ("acai" finds "Açaí", "restaurnt" finds "Restaurante"), ranked by relevance. Compose filters for multi-condition queries: `category`, `neighborhood`, `open_now` (true = op…Search for places (restaurants, cafes, shops, etc.) in this neighborhood. The `q` match is accent-insensitive and typo-tolerant ("acai" finds "Açaí", "restaurnt" finds "Restaurante"), ranked by relevance. Compose filters for multi-condition queries: `category`, `neighborhood`, `open_now` (true = op…
| Paramètre | Type | Description |
|---|---|---|
| q | string | Free-text term matched against place name and address — accent-insensitive and typo-tolerant. |
| category | string | Filter by category label (e.g. "Café"). Case-insensitive substring match. |
| neighborhood | string | Filter by neighborhood name. Case-insensitive substring match. |
| open_now | boolean | When true, return only places open at the current local time (computed server-side from their opening hours). |
| attributes | array | Amenity slugs a place must ALL have, e.g. ["wifi","outdoor-seating"]. Common slugs: wifi, outdoor-seating, wheelchair, dog-friendly, delivery, takeaway, reserv… |
| limit | number | Max results to return (default 20, max 100). |
get_placeGet full details for a specific place by its URL slug, including opening hours, a precomputed `open_now` boolean, amenity `attributes` (slugs), a `delivery` array of curated delivery-app deep-links (ifood, rappi, uber-eats — each `{ platform, url }`), ratings, address, and neighborhood.Get full details for a specific place by its URL slug, including opening hours, a precomputed `open_now` boolean, amenity `attributes` (slugs), a `delivery` array of curated delivery-app deep-links (ifood, rappi, uber-eats — each `{ platform, url }`), ratings, address, and neighborhood.
| Paramètre | Type | Description |
|---|---|---|
| slug* | string | URL slug of the place, e.g. "cafe-example". |
list_eventsList upcoming events in this neighborhood with date, venue, price, and URL. Events within the next 7 days include a weatherForecast (condition + min/max temperature) for the event day — use it to tell users e.g. "the event is at X and it will be raining". Pass `filter` to narrow by time or price; `…List upcoming events in this neighborhood with date, venue, price, and URL. Events within the next 7 days include a weatherForecast (condition + min/max temperature) for the event day — use it to tell users e.g. "the event is at X and it will be raining". Pass `filter` to narrow by time or price; `…
| Paramètre | Type | Description |
|---|---|---|
| limit | number | Max events to return (default 20, max 50). |
| upcoming_only | boolean | Only return upcoming or in-progress events (default true). |
| filter | string | Narrow the list: "agora" = on stage at this exact moment (season runs and day-granular sources are excluded, because their stored window says nothing about whe… |
list_guidesList curated editorial guides ("best of" lists) published by this site — ranked places with editorial notes. The best source for "best X in this neighborhood" questions.List curated editorial guides ("best of" lists) published by this site — ranked places with editorial notes. The best source for "best X in this neighborhood" questions.
| Paramètre | Type | Description |
|---|---|---|
| limit | number | Max guides to return (default 20, max 50). |
list_booking_servicesList a venue's services — what it offers, with price and duration. Pass `place_slug` (from search_places) to list the services of a specific VENUE — a salon, clinic or studio listed in this directory; that is what you want in almost every case, and it is the only form whose serviceId works with cre…List a venue's services — what it offers, with price and duration. Pass `place_slug` (from search_places) to list the services of a specific VENUE — a salon, clinic or studio listed in this directory; that is what you want in almost every case, and it is the only form whose serviceId works with cre…
| Paramètre | Type | Description |
|---|---|---|
| place_slug | string | Venue place slug from search_places. Strongly recommended — without it you get the directory's own services, not a venue's. |
get_availabilityGet available time slots for a bookable service on a given date (Wix Bookings). Pass the serviceId from list_booking_services and a date in YYYY-MM-DD. Pass the same `place_slug` you used there — slot times are returned in the VENUE's timezone, which is not necessarily the directory's.Get available time slots for a bookable service on a given date (Wix Bookings). Pass the serviceId from list_booking_services and a date in YYYY-MM-DD. Pass the same `place_slug` you used there — slot times are returned in the VENUE's timezone, which is not necessarily the directory's.
| Paramètre | Type | Description |
|---|---|---|
| serviceId* | string | Service ID from list_booking_services. |
| date* | string | Date in YYYY-MM-DD format (e.g. "2026-06-25"). |
| place_slug | string | Venue place slug — use the same one passed to list_booking_services. |
create_bookingBook an appointment slot at a venue (Wix Bookings). NOTHING IS BOOKED UNTIL THE CUSTOMER PAYS: this returns a checkout URL, and the booking stays off the venue's calendar until a human opens that URL and completes payment on the venue's own site. Tell the user they must open the link. Call get_avai…Book an appointment slot at a venue (Wix Bookings). NOTHING IS BOOKED UNTIL THE CUSTOMER PAYS: this returns a checkout URL, and the booking stays off the venue's calendar until a human opens that URL and completes payment on the venue's own site. Tell the user they must open the link. Call get_avai…
| Paramètre | Type | Description |
|---|---|---|
| place_slug* | string | Venue place slug from search_places. |
| serviceId* | string | Service ID from list_booking_services (called with the same place_slug). |
| startDate* | string | Slot start as an ISO instant, exactly as returned by get_availability. |
| endDate* | string | Slot end as an ISO instant, exactly as returned by get_availability. |
| resourceId | string | Optional staff/resource ID from the slot, when the user picked a specific professional. |
| contact* | object | Who the booking is for. All three are required by the venue to confirm or reschedule. |
reserve_event_ticketsHold tickets for an event sold through this site (Wix Events) and return a checkout URL. THE HOLD IS TEMPORARY AND NOTHING IS PAID: the tickets are not the user's until a human opens the URL and completes checkout, and the hold expires on its own if they don't. Max 10 tickets and 10 ticket types pe…Hold tickets for an event sold through this site (Wix Events) and return a checkout URL. THE HOLD IS TEMPORARY AND NOTHING IS PAID: the tickets are not the user's until a human opens the URL and completes checkout, and the hold expires on its own if they don't. Max 10 tickets and 10 ticket types pe…
| Paramètre | Type | Description |
|---|---|---|
| event_slug* | string | Event slug from list_events. |
| tickets* | array | Ticket types and quantities to hold. |
request_reservationRequest a table at a restaurant. THE RESTAURANT IS NOT NOTIFIED YET: the request is held and a confirmation email is sent to the address you provide, and only when that person clicks the link does the restaurant receive it. Tell the user to check their inbox — the link expires in 24 hours. Use a re…Request a table at a restaurant. THE RESTAURANT IS NOT NOTIFIED YET: the request is held and a confirmation email is sent to the address you provide, and only when that person clicks the link does the restaurant receive it. Tell the user to check their inbox — the link expires in 24 hours. Use a re…
| Paramètre | Type | Description |
|---|---|---|
| place_slug* | string | Restaurant place slug from search_places. |
| name* | string | Name the table is under. |
| email* | string | The guest's own email — the confirmation link is sent here. |
| phone | string | Optional phone number for the restaurant to reach the guest. |
| partySize* | number | Number of people (1–30). |
| requestedAt* | string | Desired date and time as an ISO instant. Must be in the future. |
| message | string | Optional note (occasion, dietary needs, seating preference). |
rsvp_eventRSVP to a free event on this site (Wix Events). NOBODY IS ON THE GUEST LIST YET: a confirmation email goes to the address you provide, and the RSVP is only submitted when that person clicks the link (expires in 24 hours). Tell the user to check their inbox. Use a real address belonging to the perso…RSVP to a free event on this site (Wix Events). NOBODY IS ON THE GUEST LIST YET: a confirmation email goes to the address you provide, and the RSVP is only submitted when that person clicks the link (expires in 24 hours). Tell the user to check their inbox. Use a real address belonging to the perso…
| Paramètre | Type | Description |
|---|---|---|
| event_slug* | string | Event slug from list_events. |
| firstName* | string | Guest first name. |
| lastName* | string | Guest last name. |
| email* | string | The guest's own email — the confirmation link is sent here. |
get_event_ticketsGet ticket types and prices for a specific event (Wix Events). Pass the event slug from list_events. Returns ticket names, prices, sale status, and how many are left.Get ticket types and prices for a specific event (Wix Events). Pass the event slug from list_events. Returns ticket names, prices, sale status, and how many are left.
| Paramètre | Type | Description |
|---|---|---|
| event_slug* | string | Event slug from list_events. |
list_productsList products in this site's store (Wix Stores). Returns name, price, stock status, and product type.List products in this site's store (Wix Stores). Returns name, price, stock status, and product type.
| Paramètre | Type | Description |
|---|---|---|
| q | string | Optional search term matched against product name. |
| limit | number | Max products to return (default 20, max 100). |
create_checkoutCreate a direct checkout URL for one or more store products (Wix Stores). The user clicks the URL to complete payment on the site — no login required on the AI agent side.Create a direct checkout URL for one or more store products (Wix Stores). The user clicks the URL to complete payment on the site — no login required on the AI agent side.
| Paramètre | Type | Description |
|---|---|---|
| items* | array | Products to add to cart. |
get_restaurant_menusGet the food menu for a specific restaurant on this site. Returns menus with their sections, dishes, descriptions, prices, and dietary labels (vegan, gluten-free, etc). Use search_places or list_categories first to find the restaurant's place_slug.Get the food menu for a specific restaurant on this site. Returns menus with their sections, dishes, descriptions, prices, and dietary labels (vegan, gluten-free, etc). Use search_places or list_categories first to find the restaurant's place_slug.
| Paramètre | Type | Description |
|---|---|---|
| place_slug* | string | The slug of the restaurant, e.g. "bar-do-ze" (from search_places or a place URL). |
search_dishesFind which restaurants serve a dish in this neighborhood. Searches every menu item across all restaurants on the site, grouped by dish — e.g. query "feijoada" returns each restaurant serving it with price, description, dietary labels, and the place URL. Omit the query to list the most-served dishes…Find which restaurants serve a dish in this neighborhood. Searches every menu item across all restaurants on the site, grouped by dish — e.g. query "feijoada" returns each restaurant serving it with price, description, dietary labels, and the place URL. Omit the query to list the most-served dishes…
| Paramètre | Type | Description |
|---|---|---|
| query | string | Dish name or part of it, e.g. "feijoada", "pizza margherita". Omit to list top dishes. |
| limit | number | Max dishes to return (default 20, max 50). |
list_pricing_plansList membership or subscription plans (Wix Pricing Plans). Pass `place_slug` (from search_places) to list the plans of a specific VENUE — a gym, studio or clinic listed in this directory (e.g. its monthly/annual membership); that is what you want in almost every case. Omitting `place_slug` lists th…List membership or subscription plans (Wix Pricing Plans). Pass `place_slug` (from search_places) to list the plans of a specific VENUE — a gym, studio or clinic listed in this directory (e.g. its monthly/annual membership); that is what you want in almost every case. Omitting `place_slug` lists th…
| Paramètre | Type | Description |
|---|---|---|
| place_slug | string | Venue place slug from search_places. Strongly recommended — without it you get the directory's own plans, not a venue's. |
get_reviewsGet published reviews for this site (Wix Reviews). Returns reviewer name, rating, title, and content.Get published reviews for this site (Wix Reviews). Returns reviewer name, rating, title, and content.
| Paramètre | Type | Description |
|---|---|---|
| limit | number | Max reviews to return (default 10, max 50). |
list_blog_postsList recent published blog posts for this site (Wix Blog). Returns title, excerpt, author, published date, reading time, categories, and the post URL.List recent published blog posts for this site (Wix Blog). Returns title, excerpt, author, published date, reading time, categories, and the post URL.
| Paramètre | Type | Description |
|---|---|---|
| limit | number | Max posts to return (default 10, max 50). |
| category | string | Filter by category label. Case-insensitive substring match. |
list_faqsGet all FAQ questions and answers for this site (Wix FAQ). Grouped by category. Use this to answer common questions about the site — opening hours, parking, policies, etc.Get all FAQ questions and answers for this site (Wix FAQ). Grouped by category. Use this to answer common questions about the site — opening hours, parking, policies, etc.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_formsList available contact/signup forms on this site (Wix Forms). Returns form name, ID, and field definitions (label, type, required). Use before submit_form to discover which fields to fill.List available contact/signup forms on this site (Wix Forms). Returns form name, ID, and field definitions (label, type, required). Use before submit_form to discover which fields to fill.
Aucun schéma d’entrée n’a été publié pour cet outil.
submit_formSubmit a form on behalf of the user (Wix Forms). Call list_forms first to get the formId and field keys. Returns a submissionId on success.Submit a form on behalf of the user (Wix Forms). Call list_forms first to get the formId and field keys. Returns a submissionId on success.
| Paramètre | Type | Description |
|---|---|---|
| formId* | string | Form ID from list_forms. |
| fields* | object | Key-value pairs matching the field keys from list_forms. Example: { "field_1": "João", "field_2": "joao@email.com" } |
get_loyalty_infoGet the loyalty/rewards program details for this site (Wix Loyalty). Returns program name, points currency name, and tier structure with required points per tier.Get the loyalty/rewards program details for this site (Wix Loyalty). Returns program name, points currency name, and tier structure with required points per tier.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_offersList active promotions and deals available in this neighborhood directory. Returns discount label, promo code (if any), CTA link, validity window, and which business/place it belongs to. FLASH offers have a countdown deadline.List active promotions and deals available in this neighborhood directory. Returns discount label, promo code (if any), CTA link, validity window, and which business/place it belongs to. FLASH offers have a countdown deadline.
| Paramètre | Type | Description |
|---|---|---|
| kind | string | Filter by offer kind. FLASH = time-limited flash sale with countdown. Omit to return all active offers. |
| limit | number | Max offers to return (default 20, max 60). |
list_profilesList solo service-provider profiles on this site — businesses without a fixed physical location (e.g. dog walkers, tutors, personal trainers). Returns name, profile URL, category, and any available metadata (age, height, etc.).List solo service-provider profiles on this site — businesses without a fixed physical location (e.g. dog walkers, tutors, personal trainers). Returns name, profile URL, category, and any available metadata (age, height, etc.).
| Paramètre | Type | Description |
|---|---|---|
| limit | number | Max profiles to return (default 50). |
26 outils sur 26 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.
Bogeyland — directory of places, events, and listings.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
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.