# CarAPI MCP for AI Agents AI Agent Connect

> CarAPI lets you search a database of over 66,000 vehicles. You can find specific cars by year, make, model, and trim, while pulling in deep specs like engine types, transmission details, fuel economy, and MSRP. It's built for anyone who needs accurate automotive data without manual hunting.

## Overview
- **Category:** automotive
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wOVXgDNYDrVEer21UaQ9btF3nED12T4KvLt40L1R/ai-agent-connect
- **Tags:** carapi, vehicles, cars, automotive-data, specs, vin-decoder

## Description

Imagine you're trying to help a customer figure out which SUV fits their budget and needs, or you're building a tool that compares car specs across different brands. Instead of jumping between dozen of tabs and copying stats from various manufacturer sites, you can just ask your AI client to pull the data directly. This Connector connects your agent to a massive repository of vehicle information spanning from 1990 to today. You can drill down into specific body styles, engine types, and drive systems to narrow down the perfect match. It handles the heavy lifting of finding MSRPs and fuel economy ratings so you can focus on the actual decision-making. Because Vinkius hosts this for you, getting this level of automotive data into your workflow is a matter of minutes, not hours of manual data entry. It turns your AI into a knowledgeable automotive researcher that knows the nuances of every trim and transmission.

## Tools

### get_makes
Get car manufacturer names and IDs, with an optional year filter. This is the first step to finding specific brands.

### get_models
Get specific model names and IDs for a given make, optionally filtered by year. Use this to see a brand's lineup.

### get_transmissions
Get a list of all transmission types in the database. This helps identify manual vs automatic options for a model.

### get_vehicles
Search for vehicles using filters like year, make, model, body type, and engine to get full specs. It returns MSRP and fuel data.

### get_drives
Retrieve a list of all drive types like FWD, RWD, or AWD. This helps you filter for specific drivetrain preferences.

### get_engines
Get a list of all engine types available for vehicles. Use this to understand the variety of powertrain options.

### get_years
Get a list of all available years in the database for filtering searches. Use this to ensure you are looking at the right generation.

### get_bodies
Get a list of all available body types in the database. Use this to see how different manufacturers categorize their styles.

## Prompt Examples

**Prompt:** 
```
Find all electric SUVs from 2024.
```

**Response:** 
```
I found 25 electric SUVs from 2024. Here are some of the top models:

| Model | MSRP | Fuel Type | Drive Type |
| :--- | :--- | :--- | :--- |
| **Tesla Model Y** | $47,990 | Electric | AWD |
| **Ford Mustang Mach-E** | $43,190 | Electric | RWD |
| **Hyundai Ioniq 5** | $41,800 | Electric | AWD |

Would you like to see the specific battery sizes or charging specs for any of these?
```

**Prompt:** 
```
What models does Toyota make?
```

**Response:** 
```
Toyota has a wide range of models available. Here are some of the most popular ones:

*   **Sedans:** Corolla, Camry, Prius, Crown
*   **SUVs/Trucks:** RAV4, Highlander, 4Runner, Tacoma, Tundra
*   **Minivans:** Sienna

These models are available across various years from 1990 to 2024. Let me know if you want the specific specs for one of these!
```

**Prompt:** 
```
Show me specs for the 2024 Honda Civic.
```

**Response:** 
```
Here are the specifications for the **2024 Honda Civic**:

*   **Body Style:** Sedan
*   **Engine Options:**
    *   2.0L 4-cylinder (158 hp)
    *   1.5L Turbo (180 hp)
*   **Transmission:** CVT or 6-speed manual
*   **Drive Type:** FWD
*   **Fuel Economy:** 31/40 mpg city/highway
*   **Estimated MSRP:** $24,650 - $30,650
```

## Capabilities

### Search 66,000+ vehicles
Find specific cars by year, make, model, and trim with full specs.

### Filter by engine and drive specs
Narrow down vehicle results based on body type, transmission, or drive system.

### Browse manufacturer lineups
Get a full list of car makes and their available models.

### Retrieve MSRP and fuel data
Pull pricing and fuel economy details for specific vehicle trims.

### Access reference data
Get complete lists of body types, engine types, and transmission styles.

## Use Cases

### Comparing SUV Options
A shopper asks for all electric SUVs from 2024. The agent uses get_vehicles to list models and MSRPs.

### Inventory Research
A dealer wants to see all Toyota models from 1995. The agent uses get_makes and get_models to list them.

### App Development
A dev needs a list of all transmission types to build a dropdown. The agent uses get_transmissions.

### Spec Verification
A user wants the exact engine size and fuel economy for a 2024 Honda Civic. The agent pulls this via get_vehicles.

## Benefits

- Stop manual scraping by using get_vehicles to pull MSRPs and fuel economy in one go.
- Build better filters for your apps by pulling reference data like get_bodies and get_drives.
- Speed up research with get_makes and get_models to quickly browse manufacturer lineups.
- Get precise engine and transmission data using get_engines and get_transmissions.
- Filter searches by year using get_years to ensure you're looking at relevant vehicle generations.

## How It Works

The bottom line is you get instant access to a massive automotive database through a simple conversation.

1. Subscribe to the CarAPI MCP on Vinkius.
2. Add your CarAPI API key to the configuration.
3. Ask your AI client to find cars, specs, or manufacturers.

## Frequently Asked Questions

**Can I use CarAPI to find the MSRP of specific cars?**
Yes, you can ask your AI agent to find the MSRP for specific vehicle trims. It will pull the pricing data directly from the database so you don't have to search for it manually.

**Does CarAPI include data for older vehicles?**
Yes, the database includes vehicle information dating back to 1990. You can search for vintage models or modern cars with equal ease.

**Can I use CarAPI for automotive research?**
It's perfect for research. You can pull engine types, transmission details, and body styles for hundreds of different models to build comprehensive reports.

**How many vehicles are in the CarAPI database?**
The database contains over 66,000 vehicles. This gives your AI agent a massive amount of data to work with across various makes and models.

**Can CarAPI help me compare different car brands?**
Absolutely. You can ask your agent to compare the specs of a Toyota vs. a Honda, and it will pull the relevant data for both to show you the differences.

**Will CarAPI show me real-time dealer inventory?**
No, CarAPI provides reference data for vehicle specifications, MSRPs, and models. It does not provide live inventory or specific dealer pricing.

**How do I get a CarAPI key?**
Sign up at [**carapi.app**](https://carapi.app/) and get your API key from the dashboard. Free tier available with limited requests.

**How many vehicles are in the database?**
The database includes 66,000+ vehicles from 1990 to current year, covering all major manufacturers and models sold in the US market.

**Can I filter vehicles by engine type?**
Yes! Use get_vehicles with engine_type parameter to filter by gas, diesel, electric, hybrid and more.