Back to Apps

National Vehicle Inventory
Supports UIby joeynyc
Search real U.S. dealer vehicle inventory via Auto.dev API with local SQLite caching.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to live U.S. dealer vehicle listings. It allows searching for cars by location, make, model, price, and mileage, while utilizing a local SQLite cache to reduce API quota consumption and track price history over time.
Tools
listings_search_vehicle: Search active dealer listings by location and vehicle specs.listings_get_by_vin: Live lookup of a specific listing using a 17-character VIN.vin: Retrieve cached listing data for a VIN offline.dealers: Roll up unique dealers from cached data.history: Track price and availability snapshots for a specific VIN.sync: Pull live listings into the local SQLite store.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"autodev-inventory": {
"command": "/path/to/bin/autodev-inventory-pp-mcp",
"env": {
"AUTO_DEV_VEHICLE_TOKEN": "your-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
make build-mcpInformation
- Pricing
- freemium
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"autodev-inventory": {
"command": "/absolute/path/to/bin/autodev-inventory-pp-mcp",
"env": {
"AUTO_DEV_VEHICLE_TOKEN": "your-key-here"
}
}
}
}





