MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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:
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: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.jsonReload 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_license_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.)
decode_international_vin π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 πvin (string, required): 17-character VINformat (string, optional): Response format (json or xml)No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/carsxe-mcp)<a href="https://allmcps.com/mcp/carsxe-mcp"><img src="https://allmcps.com/api/badge/carsxe-mcp?style=directory" alt="Carsxe MCP on AllMCPs" /></a>