Try the VehDB API in your browser
Build a request, hit send, and see the exact JSON your app will get. This demo runs on sample data — grab a free API key to query the full 1,795+ record dataset.
Build a request
Demo dataResponse
Build a request and hit Send to see the JSON response.
Simple REST + JSON
Predictable endpoints, UUID lookups, cursor-friendly pagination, and quota headers on every response.
Free to start
Every account includes a free API tier. Scale to the Developer plan for 100,000 calls/mo when you ship.
Token auth
Bearer-token authentication you can rotate anytime. Read-only by design — safe to ship in clients.
Use VehDB from AI agents via MCP
Connect Claude, Cursor or any MCP client straight to the vehicle database — your agent can search and look up vehicles as native tools. Authenticated with the same API token.
{
"mcpServers": {
"vehdb": {
"type": "http",
"url": "https://mcp.vehdb.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_TOKEN" }
}
}
}
Exposes search_vehicles and get_vehicle tools. Calls count toward your plan's API quota.
Ready to build?
Create a free account, generate a token, and make your first live call in under a minute.