Data Collection
carslink.ai
Search and retrieve live UK vehicle listings, dealer information, and market data from CarsLink.ai.
ENDPOINT 1
https://mcp.carslink.ai/mcp
MCP server metadata
- Name
- CarsLink.ai
- Version
- 1.0.0
Known tools 7
search_vehiclesSearch CarsLink.ai's live UK vehicle inventory (cars, motorcycles, and vans) by make, model, price, mileage, year, fuel type, location, registration plate, and more.
Inferred read-onlyget_vehicleGet full details for one specific CarsLink.ai listing by its slug (obtained from search_vehicles or get_similar_vehicles).
Inferred read-onlyget_market_overviewGet CarsLink.ai's own live average price, price range, and number of currently active listings for a make/model — e.g.
Inferred read-onlyfind_dealersFind CarsLink.ai dealers by name and/or location (town, county, region, or postcode).
Inferred read-onlyget_similar_vehiclesSuggest 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).
Inferred read-onlysearch_buying_guidesSearch CarsLink.ai's published blog articles for buyer guidance — e.g.
Inferred read-onlyget_dealer_reviewsGet the AI-generated reputation summary for a specific CarsLink.ai dealer, found via find_dealers (pass its dealerId).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for carslink.ai was fetched 2026-08-16T02:48:26.819Z.
carslink.ai 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.