Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://mcp.chaiz.com/mcp6 herramientas · 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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 de 6 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.