# Chaiz MCP MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-chaiz-mcp

## Install
- Endpoint: https://mcp.chaiz.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.chaiz.com/mcp

## Tools
- list_vehicle_models - List the models (and the years available) for a given Chaiz make id. Get the make id from list_vehicle_makes. Endpoint: https://mcp.chaiz.com/mcp
- search_plans_by_vehicle - 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 required. If any are missing, ASK the user for them — never guess the mileage or state. Endpoint: https://mcp.chaiz.com/mcp
- lookup_vehicle - 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. Endpoint: https://mcp.chaiz.com/mcp
- list_vehicle_makes - List the vehicle makes (manufacturers) Chaiz supports. Use this to map a user's make to its id before listing models. Endpoint: https://mcp.chaiz.com/mcp
- search_plans_by_license_plate - 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. Endpoint: https://mcp.chaiz.com/mcp
- search_plans_by_vin - 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. Endpoint: https://mcp.chaiz.com/mcp

## Resources
- ui://widget/plan-results.html - Chaiz plan results Carousel of vehicle service contract quotes with provider, price, term, rating and a link to plan details/checkout MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: com.chaiz
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 25, 2026
- Source: https://registry.modelcontextprotocol.io
