# CarAPI MCP Server
Remote MCP server that gives AI agents a single interface to **CarAPI**'s vehicle-data endpoints — VIN decoding, license-plate lookup, stolen-vehicle checks, technical-inspection history, odometer history, market valuation, listings search, and more.
Hosted at **https://mcp.carapi.dev/mcp** (Streamable HTTP). Stateless, horizontally scalable, no session storage.
服务器配置
{
"mcpServers": {
"carapi": {
"url": "https://mcp.carapi.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_CARAPI_KEY"
}
}
}
}