@striderlabs/mcp-avis
v1.0.1
Published
MCP server connector for Avis car rental — search cars, manage reservations, and check loyalty status via Playwright browser automation
Maintainers
Readme
@striderlabs/mcp-avis
MCP server connector for Avis car rental. Uses Playwright to automate avis.com.
Tools
| Tool | Description |
|------|-------------|
| search_cars | Search available rental cars by location, dates, and car class |
| get_car_details | Get details and rates for a specific vehicle |
| get_reservations | View existing reservations (requires login) |
| create_reservation | Book a rental car |
| cancel_reservation | Cancel an existing booking |
| get_locations | Search Avis rental locations |
| get_loyalty_status | Check Avis Preferred membership status and points |
Setup
npx @striderlabs/mcp-avisEnvironment Variables
| Variable | Description |
|----------|-------------|
| AVIS_EMAIL | Avis account email (required for reservations/loyalty) |
| AVIS_PASSWORD | Avis account password |
| AVIS_AWD | Avis Worldwide Discount number (optional) |
| AVIS_HEADLESS | Set to false to show browser (default: true) |
Claude Desktop Config
{
"mcpServers": {
"avis": {
"command": "npx",
"args": ["@striderlabs/mcp-avis"],
"env": {
"AVIS_EMAIL": "[email protected]",
"AVIS_PASSWORD": "yourpassword"
}
}
}
}