← carapi.dev
INDIVIDUAL MCP TOOL
carapi_mileage_history
Retrieve historical odometer readings for a VIN.
LIVE ENDPOINT
https://mcp.carapi.dev/mcp
Connect to this endpoint to inspect the live schema for carapi_mileage_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
carapi_vin_decode— Decode a 17-character VIN to vehicle make, model, year, engine, body type, drive type, transmission, fuel type, and country.carapi_plate_to_vin— Look up the VIN for a license plate.carapi_stolen_check— Check if a vehicle is reported stolen.carapi_inspection— Look up technical/emissions inspection history (STK/EK) for a VIN in Slovakia (SK) or Czechia (CZ).carapi_listing_search— Search vehicle listings by make, model, and year.carapi_photos— Retrieve known photos for a vehicle by VIN (auction listings, dealer galleries, manufacturer images).carapi_payments— Compute monthly payment estimates for a VIN given price, down payment, loan term (months), and APR.carapi_valuation— Estimate the market value of a vehicle by make/model/year/country (all required).