Tire Retail & E-commerce

Tire fitment data for retail & e-commerce

Tire shops live and die by fitment accuracy: wrong-size returns are expensive. Maintaining an OEM + alternate size cross-reference per vehicle in-house is a full-time data job.

Free plan includes 100 API calls/mo — no card required.

api.vehdb.com
# Tire Retail & E-commerce — one call, real answers
GET /v1/tire-sizes?make=Toyota&model=Camry&year=2021
{ "data": [ {
  "uuid": "550e8400-e29b-…",
  "tire_size_oem": "215/55R17", "alternate_tire_sizes": ["225/45R18", …] } ] }
# Same UUID, the data you need
GET /v1/tire-sizes/{uuid}/geometry "diameter_in": 26.3, "revs_per_mile": 791
GET /v1/tire-sizes/vehicles?size=215/55R17 every vehicle that runs it

Datasets that solve it

The exact data this segment leans on — all on the same UUID, all queryable by API or MCP.

OEM and accepted-alternate tire sizes per vehicle

Computed geometry: overall diameter, revs/mile, ±3% deltas

Reverse search: every vehicle that runs a given size

Cars, motorcycles and fitment by make/model/year

Base URL: https://api.vehdb.com/v1

What teams build

Real workflows tire retail & e-commerce ship on top of VehDB.

  • "Will it fit" checks with geometry deltas
  • Size-to-vehicle reverse lookup for stock planning
  • Plus/minus sizing recommendations within ±3%
  • Vehicle-picker fitment for online tire catalogs

Why vehdb

The same advantages, whichever segment you sit in.

Enriched, not just listed

Specs carry EPA fuel economy on cars and live NHTSA recalls plus NCAP ratings — the next question is already answered inline.

Multi-asset on one UUID

Cars, motorcycles, boats and tire fitment share a model. The record your analyst sees is the record your backend queries.

MCP server built in

Expose VehDB as native tools to Claude, Cursor or any agent — no glue code, no scraping.

Transparent pricing

Quota-based plans, no per-seat surprises. The free tier is real: 100 calls/mo, no card.

Government-sourced provenance

Enrichment comes from U.S. federal public-domain data (EPA, NHTSA) — clean licensing, transparent origins.

Built for production

Stable UUIDs, JSON responses with pagination, and saved searches that notify you when new records match.

See the full provenance on the data sources page.

AI-NATIVE · MCP SERVER

Your AI agent's vehicle-data tools —not glue code.

VehDB ships a native Model Context Protocol server. Claude, Cursor or any MCP client queries cars, recalls, fuel economy and tire fitment as first-class tools — no wrappers, no scraping, no glue code to maintain.

  • Native MCP tools — search_vehicles, tire_sizes_for_vehicle, recalls, my_lists — callable by Claude, Cursor or any agent.
  • OAuth2 for AI providers plus simple Bearer tokens. Same auth, same data as the REST API and workspace.
  • No scraping, no function-calling boilerplate, no schema drift — the agent gets typed, documented tools.
claude_desktop_config.json
{ "mcpServers": {
    "vehdb": { "url": "https://mcp.vehdb.com/mcp" }
  } }
# the agent calls a typed tool, not your scraper
tool search_vehicles(make="Toyota", year=2026)
tool tire_sizes_for_vehicle(uuid) → "235/65R17"

Solve tire retail & e-commerce on VehDB.

Tire shops live and die by fitment accuracy: wrong-size returns are expensive. Maintaining an OEM + alternate size cross... Start free, then scale by usage — not by seat.

Operated by Savas OÜ (Tallinn, Estonia — EU) · GDPR-compliant · Billing by Stripe · Terms · Privacy