Interactive database demonstration

AI-Powered Vehicle Search

Search for vehicles using natural language. Try Toyota Camry 2.5 or BMW X5 diesel.

Try examples: Toyota Camry 2.5 automatic BMW X5 diesel 2020 electric SUV

Download demo

The demo database have the same structure as full, but contains information for only two Makes.

Specifications:

Select trim to view specifications

Options:

Select equipment to view options

Car2DB provides cars since 1908 but most of the data begins from 1972 year.

AI Integration Features

Car2DB API is optimized for LLM and AI assistant integration with smart endpoints

Aggregated Endpoints

Get full vehicle data with breadcrumbs and specifications in one request instead of 6-8 separate calls

{
  "id": 12345,
  "name": "2.5 AT (181 hp)",
  
  "breadcrumbs": {
    "type": "Cars",
    "make": "Toyota",
    "model": "Camry",
    "generation": "XV70",
    "series": "XV70"
  },
  
  "keySpecifications": [
    {"name": "Engine", "value": "2.5L Inline-4"},
    {"name": "Power", "value": "181 hp"},
    {"name": "Transmission", "value": "Automatic"}
  ],
  
  "specifications": {
    "Engine": [...],
    "Performance": [...],
    "Dimensions": [...]
  }
}
1 request instead of 6-8

Smart Vehicle Search

Natural language search with AI-powered relevance scoring for accurate vehicle matching

GET /search/vehicles?q=Toyota Camry 2.5

{
  "results": [
    {
      "model": "Toyota Camry",
      "trim": "2.5 AT (181 hp)",
      "relevanceScore": 0.95,
      
      "keySpecs": {
        "engine": "2.5L Inline-4",
        "power": "181 hp",
        "year": "2018-2021"
      },
      
      "breadcrumbs": "Cars > Toyota > Camry > XV70"
    }
  ]
}
AI-powered matching

Context-Rich Responses

All responses include full hierarchical context and relationships for better LLM understanding

{
  "breadcrumbs": {
    "type": {"id": 1, "name": "Cars"},
    "make": {"id": 79, "name": "Toyota"},
    "model": {"id": 923, "name": "Camry"},
    "generation": {"id": 1794, "name": "XV70"},
    "series": {"id": 2156, "name": "XV70"}
  },
  
  "keySpecifications": [
    {
      "attribute": "Engine displacement",
      "value": "2494 cc",
      "unit": "CC"
    },
    {
      "attribute": "Maximum power",
      "value": "181 hp",
      "unit": "hp (horsepower)"
    }
  ]
}
Full context included

Car2DB MCP Server NEW

Connect AI agents directly to Car2DB API via Model Context Protocol

Supported LLM Clients:

  • Claude Desktop
  • GitHub Copilot (VS Code)
  • Cursor
  • n8n
  • Cline
  • Any MCP-compatible client

Installation Methods

npx @car2db/mcp-server

Key Features

109K+ Vehicles

Most comprehensive vehicle database

80+ Technical Specs

Engine, dimensions, performance, equipment

AI-Ready Responses

Aggregated endpoints with breadcrumbs and key specs — optimized for AI

Smart Search

Natural language vehicle search powered by AI

One-Request Access

Get all data in a single call — no chaining required

11 Languages

Full multilingual support

Use Cases by Industry

Powering 500+ automotive businesses worldwide since 2014. From auto parts retailers to AI agents and LLM applications — trusted across North America, Europe, and Asia.

Auto Parts Retailers

  • Match parts to vehicle specifications
  • VIN-based parts lookup
  • Fitment compatibility checks

Car Dealerships

  • Complete vehicle catalogs
  • Inventory management
  • Comparison tools for customers

Insurance Companies

  • Risk assessment
  • Premium calculation
  • Vehicle value estimation

Automotive Apps

  • Car buying guides
  • AI-powered comparison tools
  • LLM-based vehicle search

Classified Websites

  • Structured listings
  • AI-assisted auto-complete
  • Smart search with AI filters

Fleet Management

  • Vehicle tracking
  • Maintenance schedules
  • Specification lookup

AI & LLM Applications

  • ChatGPT/Claude/n8n integrations
  • AI-powered vehicle comparison
  • Conversational car search

API Performance & Reliability

< 200ms

Average Response Time

Lightning-fast data retrieval

99.9%

Guaranteed Uptime

Enterprise-grade reliability

Monthly

Automatic Updates

Always current information

1-2 Requests

Aggregated Endpoints

Instead of 6-8 API calls — get all data in one request

Choose Your Plan

Start with a free API key to test. Upgrade when you're ready to go live. All plans include complete documentation and support.

How to Get Started

  • Choose Your Plan
    Select the plan that fits your needs - one-time download or API subscription.
  • Complete Payment
    Pay securely via PayPal, Payeer, or credit card (Visa, MasterCard, Maestro).
  • Receive Your Access
    For API plans: Your unique API key is generated instantly and sent to your email. For downloads: Download links are sent within 10 minutes.
  • Start Using the API
    Copy your API key from email or account dashboard and make your first request. See live key on the website immediately after payment.
  • Integrate and Build
    Follow our documentation to integrate vehicle data into your application. Support team ready to help if needed.

Database Dump

$95
one time purchase
Complete MySQL dump
CSV tables export
110,000+ trims
80+ specifications
No API access
No updates
Buy now
One-time payment for full database to install on your server.

Excel - xlsx

$190
XLSX
Requires only Excel
Don't need a programmer
No API access
No updates
No Equipment and Options
Buy now
One-time payment • Instant download

Car Make Model Database (Single)

PayPal
Purpose of the payment: Car Make Model Database (Single)
Price: $95
Email *:
Specify the email address to send the database
Alfacoins
Purpose of the payment: Car Make Model Database (Single)
Price: $95
Email *:
Specify the email address to send the database
Buy now
Bank card
Purpose of the payment: Car Make Model Database (Single)
Price: $95
Email *:
Specify the email address to send the database
 

Car Make Model Database (API)

PayPal
Purpose of the payment: Car Make Model Database (API)
Price: $49
Email *:
Specify the email address to send the database
Alfacoins
Purpose of the payment: Car Make Model Database (API)
Price: $49
Email *:
Specify the email address to send the database
Buy now
Bank card
Purpose of the payment: Car Make Model Database (API)
Price: $49
Email *:
Specify the email address to send the database
 

Car Make Model Database (Excel - xlsx)

PayPal
Purpose of the payment: Car Make Model Database (Excel - xlsx)
Price: $190
Email *:
Specify the email address to send the database
Alfacoins
Purpose of the payment: Car Make Model Database (Excel - xlsx)
Price: $190
Email *:
Specify the email address to send the database
Buy now
Bank card
Purpose of the payment: Car Make Model Database (Excel - xlsx)
Price: $190
Email *:
Specify the email address to send the database
 

Frequently Asked Questions

What data is included in the API?

80+ technical specifications including engine parameters, dimensions, performance data, transmission, suspension, equipment, and options. Complete vehicle hierarchy from makes to specific trims. New aggregated endpoints provide full context in single requests.

How often is the data updated?

Monthly automatic updates with new vehicles and specifications. All entries include creation and update timestamps.

What format does the API use?

RESTful JSON API with full documentation. Standard HTTP methods and response codes. Includes aggregated endpoints (/full), natural language search, breadcrumbs, and key specifications for LLM optimization.

Can I try before buying?

Yes, you can get a test API key to set up integration and verify the API functionality. Use the interactive example to check if all the data you need is available in the database.

Do you provide support?

Support is provided via email or Telegram. Questions related to payment and database content are answered within minutes. Complex technical questions requiring technical specialists are answered within 24 hours.

What programming languages are supported?

Any language that can make HTTP requests. 40+ code examples available on GitHub in JavaScript, Python, PHP, and cURL. SDK available for PHP.

Is the API optimized for AI/LLM agents?

API is specifically optimized for AI and LLM applications. Aggregated endpoints reduce 6-8 API calls to just 1-2 requests. Each response includes breadcrumbs for context and key specifications for quick analysis. Natural language search supports conversational queries.

How do aggregated endpoints work?

Aggregated endpoints like /trims/{id}/full and /equipments/{id}/full return complete data in a single request. Instead of chaining multiple calls (make→model→generation→series→trim→specifications), you get everything at once: breadcrumbs, key specs, and all grouped specifications or options.

How does the vehicle search work?

Our /search/vehicles endpoint uses natural language processing. Simply describe what you're looking for: "Toyota Camry 2.5", "BMW X5 diesel 2020", or "electric SUV". Results include relevance scores and key specifications, making it perfect for chatbots and AI assistants.

What is MCP Server and how do I use it? NEW

MCP (Model Context Protocol) Server allows AI assistants like Claude Desktop, Cursor, and VS Code Copilot to directly access Car2DB API. Install via npx: add config to claude_desktop_config.json or .vscode/mcp.json and provide your API key. No coding required — AI gets instant access to vehicle database.

Documentation & Support

API Documentation

Complete OpenAPI (Swagger) reference with all endpoints including /full aggregated endpoints and smart search

View Documentation

Code Examples & SDKs

40+ examples in JS, Python, PHP, cURL. Ready-to-use code for AI integrations

View Examples

Developer Support

Email/Telegram support and technical assistance

Contact Support

MCP Server NEW

Connect AI agents directly via Model Context Protocol. Ready for Claude, Cursor, VS Code.

View on GitHub

Multi-Language Database

All vehicle names and specifications available in 11 languages

🇬🇧
English
🇷🇺
Русский
🇩🇪
Deutsch
🇪🇸
Español
🇮🇹
Italiano
🇵🇱
Polski
🇫🇷
Français
🇩🇰
Dansk
🇱🇻
Latviešu
🇹🇭
ไทย
🇨🇳
中文
Car2DB Support