Washlib
com.washlib/washlibFind car wash centers in France, compare prices, check live availability, and look up a booking.
Tools · 5
Find open car-wash time slots near a location on a given day. Returns centers with their available slots and busyness level.
List active car-wash centers within radiusKm of a latitude/longitude, nearest first.
List the services a center offers with a starting price each. centerId is the numeric id from find_centers.
Recommend a wash formula for a vehicle given how dirty it is and the season. Pure guidance, no 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
Tous les centres de lavage actifs (catalogue public).
washlib://centers
Catalogue des prestations proposées (sans prix).
washlib://services
Fourchettes de prix par type de prestation sur le réseau.
washlib://pricing
Questions fréquentes (français).
washlib://faq
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"washlib": {
"url": "https://washlib.com/api/mcp",
"transport": "streamable-http"
}
}
}