Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://mcp.chaiz.com/mcp6 strumenti · 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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 strumenti su 6 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.