← carhunt.fr

INDIVIDUAL MCP TOOL

estimate_car_price

Estimate the market price of a used car in France.

carhunt.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.carhunt.fr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_car_price and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

carhunt.fr

CONNECT 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.

Related tools

  • search_used_cars — Search used cars for sale in France across all major marketplaces.
  • car_market_stats — Market statistics for a used car model in France (median price, volume).
  • pro_search — Full professional search with deal-score, 50 results/page, incremental polling.
  • pro_deals — Underpriced car deals feed, sorted by deal-score.
  • pro_market_position — Market position of a specific listing: segment median, savings vs market.
  • pro_watchlist_list — List the organization's watchlists (real-time alerts).
  • pro_watchlist_create — Create a watchlist: every new matching listing is pushed (~10 min) to a webhook.
  • pro_watchlist_delete — Delete a watchlist by id.