{
  "info": {
    "name": "CarsXE — mcp.ai",
    "description": "REST API for the CarsXE MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/carsxe",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "carsxe_check_lien_and_theft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/lien/and/theft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "lien",
            "and",
            "theft"
          ]
        },
        "description": "Retrieve reportable US lien and theft events for a VIN. A no-data response means CarsXE has no reportable record and is not proof that the vehicle is clear.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_decode_license_plate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/decode/license/plate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "decode",
            "license",
            "plate"
          ]
        },
        "description": "Look up vehicle identity from a license plate using CarsXE's current global v2 decoder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"plate\": \"\",\n  \"state\": \"\",\n  \"country\": \"\",\n  \"district\": \"\",\n  \"require_vin\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_decode_obd_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/decode/obd/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "decode",
            "obd",
            "code"
          ]
        },
        "description": "Translate an OBD-II diagnostic trouble code into a readable diagnosis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_market_value",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/market/value",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "market",
            "value"
          ]
        },
        "description": "Estimate wholesale, retail, and trade-in values for a VIN using CarsXE's current v2 valuation, optionally adjusted for state, mileage, and condition.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vin\": \"\",\n  \"state\": \"\",\n  \"mileage\": 0,\n  \"condition\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_recall_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/recall/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "recall",
            "batch"
          ]
        },
        "description": "Make exactly one read request for a CarsXE recall batch. The default status view returns current progress. The results view is available only when the batch is completed or partial and returns a bound",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"view\": \"\",\n  \"batch_id\": \"\",\n  \"result_limit\": 0,\n  \"result_offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_vehicle_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vehicle/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vehicle",
            "history"
          ]
        },
        "description": "Retrieve title, brand, junk/salvage, insurance, VIN-change, and historical title records for a VIN.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_vehicle_images",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vehicle/images",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vehicle",
            "images"
          ]
        },
        "description": "Find up to 10 vehicle photos by make and model, with optional year, trim, angle, image type, size, color, quality, transparency, and license filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"make\": \"\",\n  \"size\": \"\",\n  \"trim\": \"\",\n  \"year\": \"\",\n  \"angle\": \"\",\n  \"color\": \"\",\n  \"model\": \"\",\n  \"license\": \"\",\n  \"photo_type\": \"\",\n  \"transparent\": false,\n  \"validate_images\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_vehicle_recalls",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vehicle/recalls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vehicle",
            "recalls"
          ]
        },
        "description": "Find safety recall campaigns either for one VIN or for a year, make, and model. Supply exactly one lookup method.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vin\": \"\",\n  \"make\": \"\",\n  \"year\": \"\",\n  \"model\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_vehicle_specs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vehicle/specs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vehicle",
            "specs"
          ]
        },
        "description": "Decode a 17-character VIN into vehicle identity, specifications, equipment, colors, and warranty data. International decoding is used automatically when CarsXE needs it unless explicitly disabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vin\": \"\",\n  \"include_extended_data\": false,\n  \"disable_international_fallback\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_get_year_make_model_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/year/make/model/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "year",
            "make",
            "model",
            "data"
          ]
        },
        "description": "Look up detailed vehicle and trim information by year, make, and model without a VIN. Returns bounded trim summaries rather than large feature and color payloads.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"make\": \"\",\n  \"trim\": \"\",\n  \"year\": 0,\n  \"model\": \"\",\n  \"include_all_trim_options\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_recognize_license_plate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recognize/license/plate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recognize",
            "license",
            "plate"
          ]
        },
        "description": "Analyze a publicly accessible vehicle image and return license-plate candidates, regions, confidence, bounding boxes, and detected vehicle details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"image_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "carsxe_submit_recall_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/recall/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "recall",
            "batch"
          ]
        },
        "description": "Create one asynchronous CarsXE recall-check batch for 1 to 10,000 VIN entries. Submission charges one Recalls Batch unit per unique valid VIN after CarsXE normalizes and deduplicates the list. The act",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vins\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}