CarsXE Developer

MCP Quickstart Guide

Get started with CarsXE's MCP server for AI-powered vehicle data integration in Claude, Cursor, and other MCP-compatible tools.


What is MCP?

Model Context Protocol (MCP) is an open standard that allows AI applications to securely connect to external data sources and tools. The CarsXE MCP server provides direct access to our comprehensive automotive database.

Prerequisites

Before you begin, ensure you have:

  1. A CarsXE API account - Sign up here
  2. Your CarsXE API key
  3. Node.js installed on your system
  4. An MCP-compatible AI tool (Claude, Cursor, etc.)

Quick Setup

Step 1: Get Your API Key

  1. Visit the CarsXE API dashboard
  2. Navigate to your API keys section
  3. Copy your API key

Step 2: Configure MCP Server

Add the following configuration to your MCP client:

claude_desktop_config.json

{
  "mcpServers": {
    "carsxe": {
      "command": "npx",
      "args": [
        "mcp-remote@latest",
        "https://mcp.carsxe.com/mcp",
        "--header",
        "X-API-Key: YOUR_CARSXE_API_KEY"
      ]
    }
  }
}

Replace YOUR_CARSXE_API_KEY with your actual API key.

Step 3: Start Using CarsXE Tools

Once configured, you'll have access to these vehicle data tools:

  • VIN Decoding: Get comprehensive vehicle specifications
  • Market Value: Retrieve current market valuations
  • License Plate Decoding: Extract vehicle information from plates
  • Vehicle Images: Access high-quality vehicle photos
  • Recall Information: Check for safety recalls
  • Vehicle History: Get detailed history reports
  • OBD Code Interpretation: Decode diagnostic trouble codes

Example Usage

Here are some example prompts you can try:

"Can you decode this VIN: 1HGBH41JXMN109186 and tell me the market value?"

"What recalls exist for a 2020 Honda Civic with VIN SHHFK7H47LU419620?"

"Show me images of a 2019 Tesla Model 3"

"Decode this license plate: ABC123 from California"

Features

Available Tools

ToolDescription
Vehicle SpecificationsDecode 17-character VINs for detailed specifications
License Plate DecoderExtract vehicle data from license plates
International VIN DecoderDecode VINs for international markets
Market ValueGet current market pricing for vehicles
Vehicle HistoryGet comprehensive vehicle history
Vehicle ImagesAccess manufacturer and real-world vehicle photos
Vehicle RecallsSearch for safety recalls by VIN or vehicle details
VIN OCROptical character recognition for VIN scanning
Year Make ModelExtract year, make, and model from vehicle data
OBD Code DecoderInterpret diagnostic trouble codes
Plate Image RecognitionImage-based license plate recognition

Supported Regions

  • United States: Full coverage for all tools
  • Canada: VIN decoding and market values
  • International: VIN decoding for major markets
  • Europe: Limited VIN decoding support

Troubleshooting

Common Issues

Authentication Error

  • Verify your API key is correct
  • Ensure you have sufficient API credits
  • Check that your API key has the necessary permissions

Connection Issues

  • Confirm Node.js is installed and accessible
  • Verify your internet connection
  • Check that the MCP server URL is correct

Tool Not Found

  • Restart your MCP client
  • Verify the configuration syntax
  • Check the server logs for errors

Getting Help

Ready to revolutionize your AI-powered vehicle data workflows with CarsXE MCP server!