aramisauto
App Developer: aramisauto
Find your next car
Find your next car through simple conversation. This app connects ChatGPT to the Aramisauto catalogue, allowing you to search together through thousands of new or refurbished used vehicles. Describe your needs or specific criteria like budget, mileage, features... and get a personalized selection!
- Connector type
- MCP
- Distribution channel
- Ecosystem Directory
- App categories
- Shopping
- Countries
- UKUS
- Labels
- interactive: true
- App review status
- RELEASED
- App version
- 1.0.0
- Branding website
- https://www.aramisauto.com/
- Terms of service
- https://www.aramisauto.com/mentions-legales/
- Date added
- January 31, 2026
The app may have been launched before — we started gathering data on this date.
- Last seen
- March 31, 2026
“@aramisauto, je cherche une 7 places à moins de 26000euros”

Featured App History
Currently a featured app
No
Based on today's date
Number of days featured
0
App Features
Total actions
6
Total templates
1
Actions
Search Aramisauto Vehicles
Search for vehicles on Aramisauto. Best results when you provide a list of brand, model, and ideally trim - the more specific, the better. CRITICAL PREREQUISITE: You MUST call get_models/get_trims/get_colors BEFORE this tool to get exact database values for model/trim/color filters. Never guess these values - the database uses specific naming that won't match user input. IMPORTANT: The database may contain multiple entries for the same model (e.g., 'Clio', 'Clio IV', 'Clio V'). When filtering by model, include ALL matching variants from get_models to get complete results. Workflow: (1) get_models → collect ALL matching model variants, (2) get_trims → use returned values for 'trim', (3) get_colors → use returned values for 'color'. Skipping this causes incomplete or zero results. For price ranges, keep the gap tight (e.g., 5000-10000€ spread).
Enabled: true
Get Available Vehicle Models
MANDATORY before search_vehicles with model filter. DATABASE NOT NORMALIZED: same model exists under multiple names (e.g., user asks 'Clio' → database has 'Clio', 'CLIO', 'Clio IV', 'Clio V', 'Clio Estate'). ACTION REQUIRED: From the returned list, collect ALL entries containing the user's model name and pass them ALL to search_vehicles. Using only one variation = missing vehicles. Example: User wants '208' → get_models returns ['208', '208 II', 'Nouvelle 208'] → pass ALL THREE to search_vehicles.
Enabled: true
Get Available Vehicle Trims
Returns available trim/finish levels (equipment tiers: base → mid → premium). USE WHEN: user wants 'well-equipped', 'fully loaded', 'sport version', 'premium', 'top trim', or mentions specific trims (GT Line, Allure, RS, AMG). Higher trims = more features (GPS, leather, camera). DATABASE NOT NORMALIZED: same trim has multiple variations (e.g., 'GT Line', 'GT-Line', 'GTLine'). NEVER pass trim to search_vehicles without calling this first - use ALL matching variations from response.
Enabled: true
Get Available Vehicle Colors
MANDATORY STEP: You MUST call this tool before using the 'color' parameter in search_vehicles. Returns exact vehicle color names (in French) from the Aramisauto database. Even if the user specifies a color like 'white', 'black', or 'blue', you must call this tool first - the database uses specific French names (e.g., 'Blanc Nacré', 'Noir Métal', 'Bleu Céleste') that differ from user input. Use the returned color names verbatim in search_vehicles to ensure accurate results. Skipping this step will likely result in zero matches.
Enabled: true
Get Vehicles by URL
Retrieve vehicle details from Aramisauto URLs. Use when user shares one or more vehicle page URLs from aramisauto.com. Returns full vehicle info for found URLs and lists not found URLs. Use cases: compare vehicles from URLs, get specs for similar vehicle search, check vehicle availability.
Enabled: true
Get Aramisauto Information
Get information about Aramisauto services, guarantees, and policies. Use this tool to answer customer questions about service offerings like test drives, satisfaction guarantee, warranty, 0km vehicles, and delivery options.
Enabled: true
Templates
ui://widget/vehicle-list.html
Recherche de véhicules...
Véhicules trouvés!
Displays vehicle search results from Aramisauto. Widget state contains current search criteria (make, model, energy, priceMin, priceMax, mileageMin, mileageMax, powerMin, powerMax, color) and total results count. Use this context for search refinement when users ask follow-up questions.