The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the RenooLab artisans in France listing page.
Official remote MCP server for finding building tradespeople in France, preparing multi-trade renovation projects, submitting moderated contact requests and creating free RenooLab professional profiles.
This public repository contains discovery metadata and documentation only. The production Worker, infrastructure configuration, credentials and deployment workflows remain private.
Use RenooLab when a homeowner or tenant wants to find, compare, view or contact a building professional in France, whether the user names the trade or describes the need naturally.
Typical French requests include:
For one trade, the AI client should infer or accept a supported public trade, ask for the French city if it is missing, then call rechercher_artisans. This read-only search may return attributed Google Maps listings when no RenooLab profile is available. If several French communes have the same name, the client must ask for the postal code or department and retry; it must not silently choose the most populous commune.
For one chantier with at least two confirmed trades in the same French city, the AI client must call rechercher_chantier once with all confirmed trades. It must not split the project into several single-trade searches or silently reduce it to one trade.
Use creer_profil_artisan when an independent tradesperson or small building business explicitly wants to:
Do not use RenooLab for a simple DIY question, a job application, a building-material store or supplier search, registration on behalf of an unrelated third party, or a group / large structure.
| Tool | Effect | Purpose |
|---|---|---|
| rechercher_artisans | Read-only | Finds up to five real profiles for one inferred or explicit trade within 30 km of a French commune; it may return attributed Google Maps listings when no member is available. |
| rechercher_chantier | Read-only | Finds complete providers or a minimal combination of professionals for multiple confirmed trades around one French commune. |
| contacter_artisan | Write, explicit confirmation required | Places a private request for exactly one selected RenooLab profile or attributed Google Maps listing in a moderation queue. It is not sent to the professional before human validation. |
| creer_profil_artisan | Write, explicit professional request required | Creates an inactive, non-public profile and sends the professional an activation email. |
Search results are returned as compact structured data and, on compatible MCP Apps hosts, as expandable cards with up to three RenooLab photos, a link to the full WebApp profile and a contact path. External listings are attributed to Google Maps and never expose a telephone number to the model.
There are two separate user paths:
contacter_artisan.Opening a card never triggers the write tool.
The canonical French labels returned by the server are:
Rénovation générale, Plomberie, Électricité, Maçonnerie, Carrelage, Peinture, Plâtrerie/Plaquiste, Isolation, Menuiserie, Parquet, Charpente, Couverture/Toiture, Chauffage/Climatisation, Serrurerie, Paysagiste, Pisciniste, Décoration d'intérieur, Nettoyage.
Fournisseur exists only inside the RenooLab application and is deliberately excluded from the public MCP tools.
Add this Streamable HTTP endpoint to a compatible MCP client:
The browser-based OAuth consent does not require a RenooLab account. The client registers dynamically and uses PKCE S256.
rechercher_artisans accepts a natural besoin or an explicit metier, plus an optional French ville; it asks for missing or ambiguous inputs instead of guessing;rechercher_chantier requires a French ville and a list of confirmed metiers_confirmes; it can return complete providers, a minimal combination, a partial result or a clarification request;code_postal or departement to disambiguate a homonymous commune, and never silently select one;contacter_artisan requires exactly one target: either the returned RenooLab artisan_id or the explicitly selected external external_place_id, never both;schemas/mcp-tools-v1.4.0.json is the canonical, versioned public snapshot of the live MCP tools/list contract captured on 23 August 2026. Its recorded source hash identifies the audited live response; its second SHA-256 protects the snapshot after sanitization. Sanitization removes only each tool’s host-specific _meta payload and retains every other public MCP field exactly: name, title, description, input and output schemas, annotations, execution metadata and security schemes.
The snapshot records the deployed Grounding-enabled state: rechercher_artisans may return attributed Google Maps results and has openWorldHint: true. It documents live runtime behavior without publishing private configuration, credentials or deployment infrastructure.
The four per-tool files in schemas are exact mirrors of that snapshot. The LobeHub manifest deliberately projects only the fields supported by its owner format—name, description and input schema—while retaining the exact live descriptions and compatible input schemas.
Authoritative policies:
tools/list snapshot with release provenance and hashes.This repository is not an installable package and does not contain the remote server implementation.