MONO Social — directory of places, events, and listings.
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://mono.juno.ventures/mcp26 Tools · 276 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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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; `…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.).
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | number | Max profiles to return (default 50). |
26 von 26 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.
MONO Social — directory of places, events, and listings.
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.