INDIVIDUAL MCP TOOL
pro_watchlist_create
Create a watchlist: every new matching listing is pushed (~10 min) to a webhook.
LIVE ENDPOINT
https://api.carhunt.fr/mcp
Connect to this endpoint to inspect the live schema for pro_watchlist_create and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.estimate_car_price— Estimate the market price of a used car in France.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_delete— Delete a watchlist by id.