{"name":"AutoAgents dealership agent","description":"Machine interface for AutoAgents, a used-vehicle dealership. Agents can search live inventory, fetch a vehicle by VIN or stock number, check real-time availability, run financing scenarios, estimate trade-in values, decode VINs, and submit structured sales leads.","url":"https://www.autoagents.io/api/mcp","provider":{"organization":"AutoAgents","url":"https://www.autoagents.io"},"version":"1.0.0","documentationUrl":"https://www.autoagents.io/llms.txt","interfaces":[{"type":"mcp","transport":"streamable-http","url":"https://www.autoagents.io/api/mcp"},{"type":"http","description":"Natural-language inventory search","url":"https://www.autoagents.io/api/inventory/search?q={query}","method":"GET"},{"type":"feed","description":"Full inventory feed (JSON)","url":"https://www.autoagents.io/inventory.json"}],"capabilities":{"streaming":false,"pushNotifications":false},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"search_inventory","name":"search_inventory","description":"Search the dealership's live vehicle inventory by criteria (make, model, body style, price, year, mileage, fuel, region). Returns in-stock vehicles with canonical URLs."},{"id":"get_vehicle","name":"get_vehicle","description":"Fetch full details for a single vehicle by VIN, stock number, or URL slug: price, specs, features, history-report link, photos, and canonical URL."},{"id":"check_availability","name":"check_availability","description":"Real-time availability for a vehicle by VIN, stock number, or URL slug."},{"id":"financing_scenario","name":"financing_scenario","description":"Compute an all-in financed payment scenario (tax, principal, monthly/biweekly/weekly payment) for a vehicle or price, per credit band. Illustrative rates; final terms set on approval."},{"id":"decode_vin","name":"decode_vin","description":"Decode a 17-character VIN into year, make, model, trim, and specs."},{"id":"trade_in_estimate","name":"trade_in_estimate","description":"Market-based trade-in value estimate for a shopper's current vehicle (by VIN or year/make/model) at a given odometer reading."},{"id":"submit_lead","name":"submit_lead","description":"Submit a structured sales lead to the dealership on the buyer's behalf: contact details, optional vehicle of interest, and what they want. Returns a lead ID. Only submit with the buyer's explicit consent and real contact details."}]}