# Filipe Coffee (remote · www.filipe.coffee)

Filipe Coffee — directory of places, events, and listings.

- Trust score: 66/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.filipe.coffee`: 66/100 (this document), [markdown](https://verifymcp.io/servers/junoventures-filipe-coffee/www.md), [page](https://verifymcp.io/servers/junoventures-filipe-coffee/www)

## Channel facts

- Endpoint: `https://www.filipe.coffee/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 28 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3459 tokens (~123/item across 28 items; 28 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http junoventures-filipe-coffee https://www.filipe.coffee/mcp
```

### Codex

```toml
[mcp_servers.junoventures-filipe-coffee]
url = "https://www.filipe.coffee/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "junoventures-filipe-coffee": {
      "type": "remote",
      "url": "https://www.filipe.coffee/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add junoventures-filipe-coffee --url https://www.filipe.coffee/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  junoventures-filipe-coffee:
    url: "https://www.filipe.coffee/mcp"
```

### Other

```json
{
  "mcpServers": {
    "junoventures-filipe-coffee": {
      "type": "http",
      "url": "https://www.filipe.coffee/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (28)

### `get_site_info` (~68 tokens)

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" context.

### `list_categories` (~38 tokens)

Returns the full category taxonomy of this directory site: top-level groups with their subcategories, localized labels, schema.org types, and live place counts.

### `search_places` (~395 tokens)

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 = open at this exact moment), and `attributes` (amenity slugs, ALL must match). Each result includes a precomputed `open_now` boolean, an `attributes` array (amenity slugs), a `delivery` array of curated delivery-app deep-links (ifood, rappi, 99food, uber-eats — each `{ platform, url }`), rating, and structured `hours` (Google Maps periods: day 0=Sun–6=Sat, time "HHMM"). Common amenity slugs: wifi, outdoor-seating, wheelchair, dog-friendly, delivery, takeaway, reservations, live-music, vegan, gluten-free (availability varies per place).

Input parameters:

- `attributes` (array): Amenity slugs a place must ALL have, e.g. ["wifi","outdoor-seating"]. Common slugs: wifi, outdoor-seating, wheelchair, dog-friendly, delivery, takeaway, reservations, live-music, vegan, gluten-free.
- `category` (string): Filter by category label (e.g. "Café"). Case-insensitive substring match.
- `limit` (number): Max results to return (default 20, max 100).
- `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).
- `q` (string): Free-text term matched against place name and address — accent-insensitive and typo-tolerant.

### `get_place` (~99 tokens)

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.

Input parameters:

- `slug` (string, required): URL slug of the place, e.g. "cafe-example".

### `list_events` (~238 tokens)

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; `filter: "agora"` answers "what can I go to right now" and is resolved live on every call, which no cached page can do.

Input parameters:

- `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 whether a session is on right now); "hoje"/…
- `limit` (number): Max events to return (default 20, max 50).
- `upcoming_only` (boolean): Only return upcoming or in-progress events (default true).

### `list_guides` (~62 tokens)

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.

Input parameters:

- `limit` (number): Max guides to return (default 20, max 50).

### `list_booking_services` (~209 tokens)

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 create_booking. Omitting `place_slug` lists the directory site's own services instead, which most sites do not have. Returns name, description, price, duration in minutes, and `bookableViaMcp`. Services are listed for EVERY venue, including those with no online booking system — check `bookableViaMcp`: when it is false, `id` is null and you cannot book through create_booking, so point the user at `bookingUrl` or the venue's page instead.

Input parameters:

- `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_availability` (~133 tokens)

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.

Input parameters:

- `date` (string, required): 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.
- `serviceId` (string, required): Service ID from list_booking_services.

### `create_booking` (~239 tokens)

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_availability immediately before this — the slot is re-validated server-side and a taken slot is rejected. The contact email is NOT verified at this step; the checkout is what confirms it.

Input parameters:

- `contact` (object, required): Who the booking is for. All three are required by the venue to confirm or reschedule.
- `endDate` (string, required): Slot end as an ISO instant, exactly as returned by get_availability.
- `place_slug` (string, required): Venue place slug from search_places.
- `resourceId` (string): Optional staff/resource ID from the slot, when the user picked a specific professional.
- `serviceId` (string, required): Service ID from list_booking_services (called with the same place_slug).
- `startDate` (string, required): Slot start as an ISO instant, exactly as returned by get_availability.

### `reserve_event_tickets` (~139 tokens)

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 per reservation. Only works for events this site sells directly — for events sold elsewhere (Sympla, Ingresse, Sesc), use the event's own ticketUrl instead.

Input parameters:

- `event_slug` (string, required): Event slug from list_events.
- `tickets` (array, required): Ticket types and quantities to hold.

### `request_reservation` (~230 tokens)

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 real address belonging to the person you are acting for; the confirmation link is deliberately not returned to you. This is a request, not a confirmed booking: the restaurant confirms out of band.

Input parameters:

- `email` (string, required): The guest's own email — the confirmation link is sent here.
- `message` (string): Optional note (occasion, dietary needs, seating preference).
- `name` (string, required): Name the table is under.
- `partySize` (number, required): Number of people (1–30).
- `phone` (string): Optional phone number for the restaurant to reach the guest.
- `place_slug` (string, required): Restaurant place slug from search_places.
- `requestedAt` (string, required): Desired date and time as an ISO instant. Must be in the future.

### `rsvp_event` (~148 tokens)

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 person you are acting for — the confirmation link is deliberately not returned to you.

Input parameters:

- `email` (string, required): The guest's own email — the confirmation link is sent here.
- `event_slug` (string, required): Event slug from list_events.
- `firstName` (string, required): Guest first name.
- `lastName` (string, required): Guest last name.

### `get_event_tickets` (~60 tokens)

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.

Input parameters:

- `event_slug` (string, required): Event slug from list_events.

### `list_products` (~64 tokens)

List products in this site's store (Wix Stores). Returns name, price, stock status, and product type.

Input parameters:

- `limit` (number): Max products to return (default 20, max 100).
- `q` (string): Optional search term matched against product name.

### `create_checkout` (~57 tokens)

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.

Input parameters:

- `items` (array, required): Products to add to cart.

### `get_restaurant_menus` (~92 tokens)

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.

Input parameters:

- `place_slug` (string, required): The slug of the restaurant, e.g. "bar-do-ze" (from search_places or a place URL).

### `search_dishes` (~139 tokens)

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. Use this for any "where can I eat X" question.

Input parameters:

- `limit` (number): Max dishes to return (default 20, max 50).
- `query` (string): Dish name or part of it, e.g. "feijoada", "pizza margherita". Omit to list top dishes.

### `list_pricing_plans` (~145 tokens)

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 the directory site's own plans instead, which most sites do not have. Returns plan name, description, price, billing cycle, perks, and a direct checkout URL.

Input parameters:

- `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_reviews` (~49 tokens)

Get published reviews for this site (Wix Reviews). Returns reviewer name, rating, title, and content.

Input parameters:

- `limit` (number): Max reviews to return (default 10, max 50).

### `list_blog_posts` (~78 tokens)

List recent published blog posts for this site (Wix Blog). Returns title, excerpt, author, published date, reading time, categories, and the post URL.

Input parameters:

- `category` (string): Filter by category label. Case-insensitive substring match.
- `limit` (number): Max posts to return (default 10, max 50).

### `list_faqs` (~48 tokens)

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.

### `list_forms` (~48 tokens)

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.

### `submit_form` (~95 tokens)

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.

Input parameters:

- `fields` (object, required): Key-value pairs matching the field keys from list_forms. Example: { "field_1": "João", "field_2": "joao@email.com" }
- `formId` (string, required): Form ID from list_forms.

### `get_loyalty_info` (~43 tokens)

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.

### `list_offers` (~99 tokens)

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.

Input parameters:

- `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_profiles` (~69 tokens)

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.).

Input parameters:

- `limit` (number): Max profiles to return (default 50).

### `list_movies` (~139 tokens)

List movies available in this neighborhood (only on sites with movies_enabled). Returns now-showing films (with actual showtimes at local cinemas), coming-soon films, and streaming availability. Includes title, genres, TMDB rating, runtime, and detail URL.

Input parameters:

- `limit` (number): Max movies to return (default 20, max 100).
- `status` (string): Filter by status. "now_showing" = films with upcoming showtimes at local cinemas. "coming_soon" = unreleased or not yet playing locally. "streaming" = available on streaming services in Brazil. "all"…

### `get_showtimes` (~107 tokens)

Get showtimes for a specific movie at cinemas in this neighborhood, for a given date. Returns each cinema with session times, format (e.g. "Laser", "3D"), and language (Dublado/Legendado). Requires movies_enabled on this site.

Input parameters:

- `date` (string): Date in YYYY-MM-DD format. Defaults to today (BRT).
- `movie_slug` (string, required): Movie slug from list_movies (e.g. "o-corvo-1016084").

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/junoventures-filipe-coffee/www#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://www.filipe.coffee/mcp
- Website: https://filipe.coffee/
- Changelog RSS feed: https://verifymcp.io/servers/junoventures-filipe-coffee/www/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/junoventures-filipe-coffee/www/changelog.json
- HTML version of this page: https://verifymcp.io/servers/junoventures-filipe-coffee/www
