Retour aux applications

National Vehicle Inventory
Interface UIpar joeynyc
Search real U.S. dealer vehicle inventory via Auto.dev API with local SQLite caching.
0 étoiles
Fonctionne dans:claude
Expose: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
Installation rapide
make build-mcpInformations
- Tarification
- freemium
- Publié
- 6/15/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{
"mcpServers": {
"autodev-inventory": {
"command": "/absolute/path/to/bin/autodev-inventory-pp-mcp",
"env": {
"AUTO_DEV_VEHICLE_TOKEN": "your-key-here"
}
}
}
}





