Construisez avec l'API Lead Radar

Recherche d'entreprises sur Google Maps, déduplication et enrichissement d'emails — via API REST ou serveur MCP. Un agent IA peut créer son compte et travailler en autonomie.

Démarrage rapide

Un compte + une clé API en un seul appel, puis lancez votre première recherche.

curl -X POST https://lead-radar.fr/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "agent@example.com", "password": "********", "createApiKey": true}'
# => { "ok": true, "apiKey": "lr_...", "welcomeCredits": 5 }
curl -X POST https://lead-radar.fr/api/searches \
  -H "Authorization: Bearer lr_..." \
  -H "Content-Type: application/json" \
  -d '{"type": "KEYWORD", "keyword": "plombier", "location": "Lyon, France"}'

Les recherches sont asynchrones : interrogez GET /api/searches/{id} jusqu'au statut COMPLETED, puis récupérez les leads via GET /api/leads.

Serveur MCP

Connectez Claude ou tout client MCP en un clic (OAuth) ou avec une clé API.

{
  "url": "https://lead-radar.fr/api/mcp"
}
// OAuth one-click connect, or add:
// "headers": { "Authorization": "Bearer lr_..." }

8 outils : recherches, leads, enrichissement email, crédits et paiement. Publié au registre MCP officiel sous fr.lead-radar/lead-radar.

Ressources