# Washlib MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-washlib-washlib
- Repository: https://github.com/J1034567/washlib
- Website: https://washlib.com

## Install
- Endpoint: https://washlib.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://washlib.com/api/mcp

## Tools
- search_available_slots (Rechercher des créneaux disponibles) - Find open car-wash time slots near a location on a given day. Returns centers with their available slots and busyness level. Endpoint: https://washlib.com/api/mcp
- find_centers (Trouver des centres) - List active car-wash centers within radiusKm of a latitude/longitude, nearest first. Endpoint: https://washlib.com/api/mcp
- get_services (Lister les prestations d’un centre) - List the services a center offers with a starting price each. centerId is the numeric id from find_centers. Endpoint: https://washlib.com/api/mcp
- recommend_wash (Recommander une formule) - Recommend a wash formula for a vehicle given how dirty it is and the season. Pure guidance, no booking. Endpoint: https://washlib.com/api/mcp
- get_booking (Consulter une réservation) - 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. Endpoint: https://washlib.com/api/mcp

## Resources
- washlib://centers - Centres Washlib Tous les centres de lavage actifs (catalogue public). MIME type: application/json
- washlib://services - Prestations Washlib Catalogue des prestations proposées (sans prix). MIME type: application/json
- washlib://pricing - Tarifs Washlib Fourchettes de prix par type de prestation sur le réseau. MIME type: application/json
- washlib://faq - FAQ Washlib Questions fréquentes (français). MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: com.washlib
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 29, 2026
- Source: https://registry.modelcontextprotocol.io
