Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://mcp.chaiz.com/mcp6 outils · 772 mslist_vehicle_modelsList the models (and the years available) for a given Chaiz make id. Get the make id from list_vehicle_makes.List the models (and the years available) for a given Chaiz make id. Get the make id from list_vehicle_makes.
| Paramètre | Type | Description |
|---|---|---|
| makeId* | integer | The Chaiz make id returned by list_vehicle_makes. |
search_plans_by_vehicleSearch Chaiz for vehicle service contract (extended warranty) plans by make, model, and year. Results are 36-month (3-year) term plans. Returns plan cards with monthly and total price, coverage term, coverage level, rating, and links to chaiz.com. All of make, model, year, mileage, and state are re…Search Chaiz for vehicle service contract (extended warranty) plans by make, model, and year. Results are 36-month (3-year) term plans. Returns plan cards with monthly and total price, coverage term, coverage level, rating, and links to chaiz.com. All of make, model, year, mileage, and state are re…
| Paramètre | Type | Description |
|---|---|---|
| make* | string | Vehicle manufacturer, e.g. "Toyota". Ask the user if unknown. |
| model* | string | Vehicle model, e.g. "Tundra". Ask the user if unknown. |
| year* | integer | Model year, 1999-2030. Ask the user; never guess. |
| mileage* | integer | The vehicle's exact current odometer reading in miles as a single whole number, 1-250000, e.g. 78000 — not a range or approximation. Ask the user; never guess. |
| state* | string | Two-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never guess. |
| zip | string | null | Optional 5-digit US ZIP code for more precise pricing. |
| sort | string | null | Optional ordering of results: "rating" (Chaiz expert rating, the default), "recommended", "price_low", or "price_high". Omit to use the default ordering. |
lookup_vehicleFuzzy-match a vehicle by make (and optional model/year) to confirm it exists and correct spelling before a plan search. Use this when the user's make/model looks misspelled or uncertain.Fuzzy-match a vehicle by make (and optional model/year) to confirm it exists and correct spelling before a plan search. Use this when the user's make/model looks misspelled or uncertain.
| Paramètre | Type | Description |
|---|---|---|
| make* | string | Vehicle make to match, e.g. "toyota". Spelling does not need to be exact. |
| model | string | null | Optional vehicle model to narrow the match. |
| year | integer | null | Optional model year to narrow the match. |
list_vehicle_makesList the vehicle makes (manufacturers) Chaiz supports. Use this to map a user's make to its id before listing models.List the vehicle makes (manufacturers) Chaiz supports. Use this to map a user's make to its id before listing models.
Aucun schéma d’entrée n’a été publié pour cet outil.
search_plans_by_license_plateSearch Chaiz for vehicle service contract plans by US license plate. The plate plus state is used to identify the vehicle. Results are 36-month (3-year) term plans. License plate, state, and mileage are required. If mileage is missing, ASK the user — never guess.Search Chaiz for vehicle service contract plans by US license plate. The plate plus state is used to identify the vehicle. Results are 36-month (3-year) term plans. License plate, state, and mileage are required. If mileage is missing, ASK the user — never guess.
| Paramètre | Type | Description |
|---|---|---|
| licensePlate* | string | License plate number, 1-8 characters. |
| state* | string | Two-letter US state code where the plate is registered, e.g. "TX". Ask the user; never guess. |
| mileage* | integer | The vehicle's exact current odometer reading in miles as a single whole number, 1-250000, e.g. 78000 — not a range or approximation. Ask the user; never guess. |
| zip | string | null | Optional 5-digit US ZIP code for more precise pricing. |
| sort | string | null | Optional ordering of results: "rating" (Chaiz expert rating, the default), "recommended", "price_low", or "price_high". Omit to use the default ordering. |
search_plans_by_vinSearch Chaiz for vehicle service contract plans by VIN. The VIN is decoded to the vehicle automatically. Results are 36-month (3-year) term plans. VIN, mileage, and state are required. If mileage or state is missing, ASK the user — never guess.Search Chaiz for vehicle service contract plans by VIN. The VIN is decoded to the vehicle automatically. Results are 36-month (3-year) term plans. VIN, mileage, and state are required. If mileage or state is missing, ASK the user — never guess.
| Paramètre | Type | Description |
|---|---|---|
| vin* | string | 17-character Vehicle Identification Number. Ask the user to re-check if invalid; never guess. |
| mileage* | integer | The vehicle's exact current odometer reading in miles as a single whole number, 1-250000, e.g. 78000 — not a range or approximation. Ask the user; never guess. |
| state* | string | Two-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never guess. |
| zip | string | null | Optional 5-digit US ZIP code for more precise pricing. |
| sort | string | null | Optional ordering of results: "rating" (Chaiz expert rating, the default), "recommended", "price_low", or "price_high". Omit to use the default ordering. |
6 outils sur 6 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.