API Tools
carapi.dev
A CarAPI MCP server that provides vehicle data tools for VIN decoding, license plate lookup, stolen vehicle checks, inspection history, and listing search.
ENDPOINT 1
https://mcp.carapi.dev/mcp
MCP server metadata
- Name
- carapi
- Version
- 1.0.0
Known tools 16
carapi_vin_decodeDecode a 17-character VIN to vehicle make, model, year, engine, body type, drive type, transmission, fuel type, and country.
Inferred read-onlycarapi_inspectionLook up technical/emissions inspection history (STK/EK) for a VIN in Slovakia (SK) or Czechia (CZ).
Inferred read-onlycarapi_photosRetrieve known photos for a vehicle by VIN (auction listings, dealer galleries, manufacturer images).
Inferred read-onlycarapi_paymentsCompute monthly payment estimates for a VIN given price, down payment, loan term (months), and APR.
Potential side effectscarapi_valuationEstimate the market value of a vehicle by make/model/year/country (all required).
Inferred read-onlycarapi_extract_vinExtract a 17-character VIN from a base64-encoded image of a windshield etching, dashboard plate, door jamb sticker, or registration document.
Inferred read-onlycarapi_extract_plateExtract a license plate string from a base64-encoded vehicle photo.
Inferred read-onlycarapi_charging_stationsFind the nearest EV charging locations around a coordinate.
Inferred read-onlycarapi_time_to_sellEstimate how long a vehicle takes to sell: median days on market for comparable listings, with the 25th and 75th percentiles around it.
Inferred read-onlycarapi_buyer_reportCOMPOSITE: fans out in parallel to vin_decode + stolen_check + mileage_history + inspection and returns a unified pre-purchase due-diligence report.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.carapi]
url = "https://mcp.carapi.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carapi": {
"type": "http",
"url": "https://mcp.carapi.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carapi
Remote MCP URL: https://mcp.carapi.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"carapi": {
"url": "https://mcp.carapi.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carapi": {
"type": "http",
"url": "https://mcp.carapi.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carapi",
"transport": "streamable-http",
"url": "https://mcp.carapi.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for carapi.dev was fetched 2026-09-26T21:58:49.483Z.
carapi.dev is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.