
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@striderlabs/mcp-avis
Advanced tools
MCP server connector for Avis car rental — search cars, manage reservations, and check loyalty status via Playwright browser automation
MCP server connector for Avis car rental. Uses Playwright to automate avis.com.
| 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 |
npx @striderlabs/mcp-avis
| 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) |
{
"mcpServers": {
"avis": {
"command": "npx",
"args": ["@striderlabs/mcp-avis"],
"env": {
"AVIS_EMAIL": "your@email.com",
"AVIS_PASSWORD": "yourpassword"
}
}
}
}
FAQs
MCP server connector for Avis car rental — search cars, manage reservations, and check loyalty status via Playwright browser automation
We found that @striderlabs/mcp-avis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.