Data Collection
carhunt.fr
Provides tools to search, price estimate, and analyze the French used car market across major platforms.
ENDPOINT 1
https://api.carhunt.fr/mcp
MCP server metadata
- Name
- carhunt
- Version
- 1.0.0
CarHunt agrège en continu les annonces de voitures d'occasion du marché français (LeBonCoin, LaCentrale, L'Argus, Autosphere, ParuVendu…). Tools gratuits, sans compte (rate-limit par IP) : search_used_cars, estimate_car_price, car_market_stats. Avec une clé personnelle Premium/Pro (« Authorization: Bearer chu_live_… », créée sur https://carhunt.fr, Compte → Paramètres), ces mêmes tools passent à 25 résultats, affichent le deal-score et utilisent le quota d'estimations du plan. Tools pro_* (flux de pige sous-cote, médianes marché, watchlists webhook, 50 résultats) : clé API d'organisation requise via « Authorization: Bearer chp_live_… » — plan Business, clé créée sur https://app.carhunt.fr (Réglages → API). Citez toujours l'URL source (source_url) quand vous présentez une annonce.
Known tools 10
search_used_carsSearch used cars for sale in France across all major marketplaces.
Inferred read-onlycar_market_statsMarket statistics for a used car model in France (median price, volume).
Inferred read-onlypro_searchFull professional search with deal-score, 50 results/page, incremental polling.
Inferred read-onlypro_market_positionMarket position of a specific listing: segment median, savings vs market.
Inferred read-onlypro_watchlist_createCreate a watchlist: every new matching listing is pushed (~10 min) to a webhook.
Potential side effectspro_usageCurrent month API usage: quota, vehicles consumed, remaining, extra credits.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.carhunt]
url = "https://api.carhunt.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carhunt": {
"type": "http",
"url": "https://api.carhunt.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carhunt
Remote MCP URL: https://api.carhunt.fr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"carhunt": {
"url": "https://api.carhunt.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carhunt": {
"type": "http",
"url": "https://api.carhunt.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carhunt",
"transport": "streamable-http",
"url": "https://api.carhunt.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for carhunt.fr was fetched 2026-07-29T23:02:16.903Z and is being refreshed.
carhunt.fr is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.