INDIVIDUAL MCP TOOL
get_market_overview
Get CarsLink.ai's own live average price, price range, and number of currently active listings for a make/model — e.g.
LIVE ENDPOINT
https://mcp.carslink.ai/mcp
Connect to this endpoint to inspect the live schema for get_market_overview 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
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.carslink-ai]
url = "https://mcp.carslink.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carslink-ai": {
"type": "http",
"url": "https://mcp.carslink.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carslink-ai
Remote MCP URL: https://mcp.carslink.ai/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": {
"carslink-ai": {
"url": "https://mcp.carslink.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carslink-ai": {
"type": "http",
"url": "https://mcp.carslink.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carslink-ai",
"transport": "streamable-http",
"url": "https://mcp.carslink.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vehicles— Search CarsLink.ai's live UK vehicle inventory (cars, motorcycles, and vans) by make, model, price, mileage, year, fuel type, location, registration plate, and more.get_vehicle— Get full details for one specific CarsLink.ai listing by its slug (obtained from search_vehicles or get_similar_vehicles).find_dealers— Find CarsLink.ai dealers by name and/or location (town, county, region, or postcode).get_similar_vehicles— Suggest alternative vehicles similar to a specific listing already found via search_vehicles or get_vehicle (same make/model within a similar price band, falling back to same-make if too few close matches exist).search_buying_guides— Search CarsLink.ai's published blog articles for buyer guidance — e.g.get_dealer_reviews— Get the AI-generated reputation summary for a specific CarsLink.ai dealer, found via find_dealers (pass its dealerId).