com.chaiz/mcp

MCPcomunidaden línea
v1.0.1com.chaizUnknownActualizado hace 2 m

Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.

Estado del endpointen línea
comprobado hace 3 h · 772 ms
100 % de las últimas 3 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

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.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 2 mÚltima actualización
Paquete
Autorcom.chaiz
LicenciaUnknown
Versión1.0.1
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas6 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado25 jun 2026

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.

Herramientas

6 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor3h ago

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 ms
list_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ámetroTipoDescripción
makeId*integerThe 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ámetroTipoDescripción
make*stringVehicle manufacturer, e.g. "Toyota". Ask the user if unknown.
model*stringVehicle model, e.g. "Tundra". Ask the user if unknown.
year*integerModel year, 1999-2030. Ask the user; never guess.
mileage*integerThe 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*stringTwo-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never guess.
zipstring | nullOptional 5-digit US ZIP code for more precise pricing.
sortstring | nullOptional 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ámetroTipoDescripción
make*stringVehicle make to match, e.g. "toyota". Spelling does not need to be exact.
modelstring | nullOptional vehicle model to narrow the match.
yearinteger | nullOptional 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ámetroTipoDescripción
licensePlate*stringLicense plate number, 1-8 characters.
state*stringTwo-letter US state code where the plate is registered, e.g. "TX". Ask the user; never guess.
mileage*integerThe 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.
zipstring | nullOptional 5-digit US ZIP code for more precise pricing.
sortstring | nullOptional 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ámetroTipoDescripción
vin*string17-character Vehicle Identification Number. Ask the user to re-check if invalid; never guess.
mileage*integerThe 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*stringTwo-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never guess.
zipstring | nullOptional 5-digit US ZIP code for more precise pricing.
sortstring | nullOptional 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.

Acerca de

Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

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.