Give your AI agents live vehicle data
VehDB ships a hosted MCP server. Point Claude, Cursor or an internal copilot at it and your agent can search the catalog, look up specs, find tires and read your team's garage — as native tools, with one token.
One endpoint. Any MCP client.
The server speaks streamable HTTP MCP and authenticates with the same Bearer token as the REST API. Calls count toward the same monthly quota.
Authorization: Bearer YOUR_API_TOKEN
- Read-only & safe to ship in clients
- Token-authenticated, rotate anytime
- Metered by your plan quota (free tier included)
{
"mcpServers": {
"vehdb": {
"type": "http",
"url": "https://mcp.vehdb.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_TOKEN" }
}
}
}
Works with Claude Desktop/Code, Cursor, and any MCP-compatible client.
Tools your agent gets
Typed inputs, JSON output — the model calls them directly.
search_vehicles
Search cars, motorcycles, boats or tire sizes by make, model and year.
get_vehicle
Fetch a single record by type and UUID — full specifications.
tire_sizes_for_vehicle
Find OEM and alternate tire sizes that fit a given make/model/year.
my_garage
Read the user's saved vehicles — the same garage curated in the dashboard.
What teams build with it
Support copilots
Agents answer spec and fitment questions from real data instead of guessing.
Internal research tools
Let analysts query the catalog and saved collections in natural language.
Shopping assistants
Recommend and compare vehicles, then hand a garage to your app via the API.
MCP — frequently asked
What is the VehDB MCP server?
A hosted Model Context Protocol server that exposes the VehDB vehicle database to AI agents. Connect Claude, Cursor or an internal copilot and it can search vehicles, look up specs, find compatible tires and read your garage — as native tools.
How do I connect Claude or Cursor to vehicle data?
Add VehDB to your MCP client config with the HTTP endpoint and an Authorization: Bearer header containing your API token. The agent discovers the tools automatically.
Is the MCP server free?
Yes — every plan includes MCP, starting with a free tier (100 calls/month). MCP and REST calls share one quota; the Developer plan offers 100,000/month.
Does MCP use the same token as the REST API?
Yes. One Bearer token works for both the REST API and the MCP server, metered by the same plan quota.
Wire up your agent in minutes
Create a free token, paste the config, and start calling tools. Scale to the Developer plan for 100,000 calls/mo.