CarsXE
@carsxe
About CarsXE
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"carsxe": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://mcp.prod.carsxe.com/mcp",
"--header",
"X-API-Key: YOUR_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CarsXE?
CarsXE MCP Server is a Node.js/TypeScript application that exposes tools for querying vehicle data from the CarsXE API. It provides clean, modular code and Markdown-rich output for use with LLMs and chatbots.
How to use CarsXE?
Install the server in any MCP-compatible client (Claude Desktop, Cursor, VS Code, Windsurf) by configuring a remote MCP server at https://mcp.carsxe.com/mcp with an X-API-Key header containing your CarsXE API key. Then use natural language prompts to invoke tools like get-vehicle-specs, decode-vehicle-plate, get-market-value, and more.
Key features of CarsXE
- Query vehicle specs by VIN
- Decode license plates and VINs
- Get vehicle history reports and safety recalls
- Estimate market value with condition and mileage
- Recognize license plates from images (OCR)
- All outputs are elegant Markdown with emojis
Use cases of CarsXE
- Ask in plain English for VIN specs without knowing API endpoints
- Chain requests: decode a plate → get specs → check recalls → get value in one conversation
- Check a used car's history and fair price before buying
- Look up open recalls on a vehicle you own or are considering
- Extract plate numbers from photos for identification
FAQ from CarsXE
Do I need an API key to use CarsXE MCP?
Yes, you need a CarsXE API key from https://api.carsxe.com/dashboard/developer.
Which editors support CarsXE MCP?
Claude Desktop, Cursor, Visual Studio Code (with GitHub Copilot), Windsurf, and any MCP-compatible client.
What transport does CarsXE use?
It uses HTTP (Streamable HTTP) transport with header-based authentication (X-API-Key).
Are the vehicle queries always live?
Yes, every query hits the CarsXE API in real time, returning live data each time.
Can I chain multiple vehicle queries in one session?
Yes, the server is designed for chaining—e.g., decode a plate then get full specs then check recalls then get market value—all in one conversation.
Frequently asked questions
Do I need an API key to use CarsXE MCP?
Yes, you need a CarsXE API key from https://api.carsxe.com/dashboard/developer.
Which editors support CarsXE MCP?
Claude Desktop, Cursor, Visual Studio Code (with GitHub Copilot), Windsurf, and any MCP-compatible client.
What transport does CarsXE use?
It uses HTTP (Streamable HTTP) transport with header-based authentication (X-API-Key).
Are the vehicle queries always live?
Yes, every query hits the CarsXE API in real time, returning live data each time.
Can I chain multiple vehicle queries in one session?
Yes, the server is designed for chaining—e.g., decode a plate then get full specs then check recalls then get market value—all in one conversation.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments