← Registry

Data Collection

carslink.ai

Search and retrieve live UK vehicle listings, dealer information, and market data from CarsLink.ai.

1 endpoint7 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://mcp.carslink.ai/mcp

No auth detected

MCP server metadata

Name
CarsLink.ai
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged

Known tools 7

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.

Inferred read-only
get_vehicle

Get full details for one specific CarsLink.ai listing by its slug (obtained from search_vehicles or get_similar_vehicles).

Inferred read-only
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.

Inferred read-only
find_dealers

Find CarsLink.ai dealers by name and/or location (town, county, region, or postcode).

Inferred read-only
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).

Inferred read-only
search_buying_guides

Search CarsLink.ai's published blog articles for buyer guidance — e.g.

Inferred read-only
get_dealer_reviews

Get the AI-generated reputation summary for a specific CarsLink.ai dealer, found via find_dealers (pass its dealerId).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for carslink.ai was fetched 2026-08-16T02:48:26.819Z.

Trust status Trusted

carslink.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.