MCP Server · Model Context Protocol
AVA directement dans ton agent IA.
Le détective auto AVA accessible natif depuis Claude.ai, Claude Code, Cursor, Windsurf, Cline et tout agent compatible Model Context Protocol. Une config de 2 minutes, 4 tools prêts à l'emploi.
Gratuit
0 €
Aucune inscription
- 10 calls / heure / IP
- 4 tools disponibles
- Corpus public (moteurs + patterns fraude)
- Pas de clé, URL directe
Pro
19 €/mois
Engagement mensuel
- 1 000 calls / heure
- 4 tools + corpus complet
- Historique requêtes 30j
- Support direct Lionel sous 24h
4 tools exposés
analyze_auto_listingAnalyse complète d'une annonce (URL ou texte) → verdict tranché
check_engine_reliabilityFiabilité moteur + pannes connues + score TRUST OS
detect_scam_signalsDétection de fraude — 15 patterns FR 2026
get_market_timelineTimeline prix marché FR sur 1-24 mois
Installation · Claude.ai
- Ouvre Claude.ai → Settings → Connectors
- Clique "Add a custom connector"
- Colle cette URL :
https://avantachat.com/api/mcp - Nomme-le "AVA Auto" et valide
- AVA apparaît maintenant dans tes outils. Demande : "Analyse cette annonce LeBonCoin..."
Installation · Cursor / Windsurf / Cline
Ajoute cette configuration dans le fichier ~/.cursor/mcp.json (Cursor) ou équivalent :
{
"mcpServers": {
"ava-auto": {
"url": "https://avantachat.com/api/mcp",
"headers": {
"X-Ava-Api-Key": "<ta_cle_api_optionnelle>"
}
}
}
}La clé X-Ava-Api-Key est optionnelle — tier gratuit fonctionne sans.
Installation · Claude Desktop (mcpServers)
Dans ~/.claude.json ou ton fichier de config MCP :
{
"mcpServers": {
"ava-auto": {
"transport": "streamable_http",
"url": "https://avantachat.com/api/mcp"
}
}
}Test rapide · curl
curl -X POST https://avantachat.com/api/mcp \
-H "Content-Type: application/json" \
-H "X-Ava-Api-Key: ava_mcp_xxxxx" # optionnel, tier pro \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "analyze_auto_listing",
"arguments": {
"listing": "Peugeot 3008 1.2 PureTech 130 de 2019, 95000 km, 14500 €"
}
}
}'Besoin d'aide ?
Premier à intégrer AVA dans ton produit ?
Lionel (fondateur) te configure ton intégration en direct par visio — MCP, API HMAC classique, ou custom selon ton besoin.