Server data from the Official MCP Registry
MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.
MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.
Remote endpoints: streamable-http: https://mcp.carsxe.com/mcp
The CarsXE MCP server is a well-designed developer tool that integrates with the CarsXE API to provide vehicle data queries. It demonstrates good security practices including proper API key authentication via headers and clean separation of concerns. No significant security vulnerabilities were found. Supply chain analysis found 12 known vulnerabilities in dependencies (0 critical, 8 high severity).
2 tools verified ยท Open access ยท 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A modular, extensible Model Context Protocol (MCP) server for querying and analyzing vehicle data from the CarsXE API, with beautiful, chat-friendly Markdown output for LLMs and chatbots.
The CarsXE MCP server is a Node.js/TypeScript application that exposes a suite of tools for querying comprehensive vehicle data from the CarsXE API. It is designed for seamless integration with LLMs (like Anthropic Claude, OpenAI GPT, etc.), chatbots, and developer tools, providing:
Connecting CarsXE to your AI editor or chat client via MCP gives you a supercharged vehicle data experience โ directly inside the tools you already use:
| Benefit | Description |
|---|---|
| Ask in plain English | No need to know API endpoints or parameters โ just describe what you want |
| Context-aware answers | The AI combines live vehicle data with your question for tailored, actionable responses |
| No tab switching | Get VIN specs, history, recalls, and values without leaving your editor or chat |
| Chain requests effortlessly | Decode a plate โ get full specs โ check recalls โ get market value, all in one conversation |
| Always live data | Every query hits the CarsXE API in real time โ no stale cache or outdated results |
| Works in your favorite editor | Claude Desktop, Cursor, VS Code, Windsurf, and any MCP-compatible client |
CarsXE API key (get one here)
All editors use the same remote MCP endpoint. Replace YOUR_API_KEY with your actual CarsXE API key in every config below.
a. Open Claude Desktop Settings
b. Edit the Configuration File
This will open the claude_desktop_config.json file in your default text editor.
Locate the "mcpServers" section. If it does not exist, add it as shown below.
Add or update the following entry for CarsXE:
"mcpServers": {
"carsxe": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://mcp.carsxe.com/mcp",
"--header",
"X-API-Key: YOUR_API_KEY"
]
}
},
Replace YOUR_API_KEY with your actual CarsXE API Key
Tip: You can add multiple MCP servers under "mcpServers" if you use more than one.
Save the configuration file and close your editor.
c. Restart Claude Desktop
Close and reopen the Claude Desktop app to apply the new configuration.
It may take a short delay for the changes to take effect.
This will only work if your API key is associated with an active subscription.
The install dialog will open pre-filled with:
| Field | Value |
|---|---|
| Name | CarsXE |
| Type | streamableHttp |
| URL | https://mcp.carsxe.com/mcp |
| Header | X-API-Key: YOUR_API_KEY |
Replace YOUR_API_KEY with your actual CarsXE API key, then click Install.
Install CarsXE MCP for VS Code
After clicking install, you'll need to add your API key manually:
Ctrl+Shift+P / Cmd+Shift+P)YOUR_API_KEY with your actual CarsXE API key: "CarsXE": {
"type": "http",
"url": "https://mcp.carsxe.com/mcp",
"headers": {
"X-API-Key": "YOUR_ACTUAL_KEY_HERE"
}
}
Note: Make sure you have the GitHub Copilot extension installed and agent mode enabled (
chat.agent.enabledin VS Code settings).
Ctrl+, and search for MCP)~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"carsxe": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://mcp.carsxe.com/mcp",
"--header",
"X-API-Key: YOUR_API_KEY"
]
}
}
}
Reload the window or restart Windsurf. Open the Cascade chat panel โ CarsXE tools will appear automatically.
For any other MCP-compatible client, register a remote MCP server using:
https://mcp.carsxe.com/mcpX-API-Key: YOUR_API_KEYConsult your editor's MCP documentation for the exact configuration format.
Below is a list of all available CarsXE tools, their parameters, and example prompts. These prompts work in any MCP-connected client.
get-vehicle-specs ๐Description: Get comprehensive vehicle specifications by VIN
Parameters:
vin (string, required): 17-character Vehicle Identification NumberExample Prompts:
What are the full specs for VIN
WBAFR7C57CC811956?
Is this a V6 or V8? VIN:
WBAFR7C57CC811956
What trim level is
WBAFR7C57CC811956?
Output: Markdown-formatted vehicle specs (year, make, model, engine, dimensions, colors, equipment, etc.)
decode-vehicle-plate ๐ท๏ธDescription: Decode a vehicle's license plate to get VIN and basic info
Parameters:
plate (string, required): License plate numberstate (string, optional): State abbreviation (e.g., CA)country (string, required, default: US): Country codeExample Prompts:
What car has license plate
7XER187in California?
Decode plate
7XER187stateCA
Look up the plate
ABC1234in Texas
Output: Markdown summary of decoded vehicle info (VIN, make, model, year, etc.)
international-vin-decoder ๐Description: Decode an international VIN for detailed info
Parameters:
vin (string, required): 17-character VINExample Prompts:
Decode this European VIN:
WF0MXXGBWM8R43240
What car is
WAUZZZ8K9AA123456? It's a German VIN.
Output: Markdown with international vehicle details (manufacturer, specs, emissions, etc.)
get-market-value ๐ฐDescription: Get estimated market value for a vehicle by VIN
Parameters:
vin (string, required): 17-character VINstate (string, optional): US state abbreviationmileage (number, optional): Current mileage of the vehicle to adjust the market valuecondition (string, optional): Overall condition of the vehicle โ excellent, clean, average, or roughExample Prompts:
How much is
WBAFR7C57CC811956worth?
I'm thinking of buying VIN
WBAFR7C57CC811956โ what's a fair price?
What's the trade-in value for
WBAFR7C57CC811956in Florida with 45,000 miles in clean condition?
Output: Markdown with market value breakdown (retail, trade-in, MSRP, etc.)
get-vehicle-history ๐Description: Get a comprehensive vehicle history report by VIN
Parameters:
vin (string, required): 17-character VINformat (string, optional): Response format (json or xml)Example Prompts:
Has
WBAFR7C57CC811956ever been in an accident?
Show me the full history for VIN
WBAFR7C57CC811956
How many owners has
WBAFR7C57CC811956had?
Output: Markdown with history records (junk/salvage, insurance, brands, titles, odometer, etc.)
get-vehicle-images ๐ผ๏ธDescription: Get vehicle images by make, model, and filters
Parameters:
make (string, required)model (string, required)year, trim, color, transparent, angle, photoType, size, license, format (all optional)Example Prompts:
Show me photos of a blue 2018 Toyota Tacoma
Get images of a red 2022 Ford Mustang GT
What does a white 2020 Tesla Model 3 look like?
Output: Markdown with up to 5 images (links, thumbnails, details)
get-vehicle-recalls ๐จDescription: Get vehicle recall information by VIN
Parameters:
vin (string, required): 17-character VINExample Prompts:
Does
1C4JJXR64PW696340have any open recalls?
I just bought VIN
1C4JJXR64PW696340โ should I be worried about recalls?
Check for safety recalls on
WBAFR7C57CC811956
Output: Markdown with recall details (date, description, risk, remedy, status, etc.)
recognize-plate-image ๐ท๏ธDescription: Recognize and extract license plate(s) from a vehicle image URL
Parameters:
imageUrl (string, required): Direct URL to an image of a vehicle's license plateExample Prompts:
What's the plate number in this image?
https://api.carsxe.com/img/apis/plate_recognition.JPG
Read the license plate from this photo:
[image URL]
Output: Markdown with detected plates, confidence scores, bounding boxes, vehicle type, etc.
vin-ocr ๐Description: Extract the VIN from a vehicle image using OCR
Parameters:
imageUrl (string, required): Direct URL to an image of a vehicle's VINExample Prompts:
Extract the VIN from this image:
https://user-images.githubusercontent.com/5663423/30922082-64edb4fa-a3a8-11e7-873e-3fbcdce8ea3a.png
What's the VIN in this photo?
https://res.cloudinary.com/carsxe/image/upload/q_auto/f_auto/v1713204144/base/images/vin-ocr/vin.jpg
Output: Markdown with detected VIN, confidence, bounding box, and candidates
get-year-make-model ๐
Description: Get comprehensive vehicle info by year, make, model, and optional trim
Parameters:
year (string, required)make (string, required)model (string, required)trim (string, optional)Example Prompts:
What are the specs for a 2020 Toyota Camry?
Tell me about the 2019 Honda Civic Sport trim
What colors were available on the 2021 Ford F-150?
Output: Markdown with vehicle details, colors, features, options, and packages
decode-obd-code ๐ ๏ธDescription: Decode an OBD code and get diagnosis information
Parameters:
code (string, required): OBD code (e.g., P0115)Example Prompts:
My check engine light is on with code
P0115โ what does it mean?
Decode OBD code
P0300
I have a
C1234code on my dashboard โ is it serious?
Output: Markdown with code, diagnosis, and date
get-lien-theft ๐Description: Get lien and theft information for a vehicle by VIN
Parameters:
vin (string, required): 17-character Vehicle Identification NumberExample Prompts:
Is there a lien on
WBAFR7C57CC811956?
I'm buying a used car with VIN
WBAFR7C57CC811956โ check if it's stolen
Verify the title is clean for
WBAFR7C57CC811956
Output: Markdown with lien holder information, theft records, recovery dates, and status
The real power of CarsXE MCP comes from chaining tools in a single conversation:
Scenario 1 โ Pre-purchase due diligence:
Decode plate
7XER187in California
Now get its full history
Does it have any open recalls?
What's it worth if I buy it today?
Scenario 2 โ Spotted a car on the street:
Read the plate from this image:
[photo URL]
Look up that plate in Texas
Show me photos of that car model
Scenario 3 โ Mechanic / service shop:
Decode this VIN from the dashboard photo:
[image URL]
Get its full specs
My customer says the check engine code is P0300 โ what does that mean for this vehicle?
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.