Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Washlib

com.washlib/washlib

Find car wash centers in France, compare prices, check live availability, and look up a booking.

Uptime
100.0%
2 direct probes · 30d
Response
474ms
last probe
Tools
5
callable
Resources
4
readable
Prompts
0
available

Tools · 5

search_available_slots

Find open car-wash time slots near a location on a given day. Returns centers with their available slots and busyness level.

find_centers

List active car-wash centers within radiusKm of a latitude/longitude, nearest first.

get_services

List the services a center offers with a starting price each. centerId is the numeric id from find_centers.

recommend_wash

Recommend a wash formula for a vehicle given how dirty it is and the season. Pure guidance, no booking.

get_booking

Retrieve a booking the caller owns. Requires a Firebase phone-OTP token (Authorization: Bearer <idToken>); the booking is only returned when its phone number matches the verified caller.

Resources · 4

centers

Tous les centres de lavage actifs (catalogue public).

washlib://centers
services

Catalogue des prestations proposées (sans prix).

washlib://services
pricing

Fourchettes de prix par type de prestation sur le réseau.

washlib://pricing
faq

Questions fréquentes (français).

washlib://faq

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "washlib": {
      "url": "https://washlib.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}