Turo
FreeMaintainedAn MCP server for automating Turo peer-to-peer car rental interactions using stealth browser automation. It enables users to search for vehicles, view detailed
About
An MCP server for automating Turo peer-to-peer car rental interactions using stealth browser automation. It enables users to search for vehicles, view detailed listing and host information, and create or manage car bookings.
README
An MCP (Model Context Protocol) server for automating Turo peer-to-peer car rental interactions. Built with stealth browser automation via patchright.
Tools
| Tool | Description |
|---|---|
search_cars |
Search available cars by location, dates, and optional filters (price range, vehicle type) |
get_car_details |
Get detailed info about a specific listing: specs, photos, reviews, policies |
get_host_profile |
View a host's ratings, reviews, response rate, and all their vehicles |
create_booking |
Reserve a car (requires active Turo session) |
manage_booking |
View, modify, or cancel an existing booking |
Requirements
- Node.js 18+
- A Turo account (required for
create_bookingandmanage_booking)
Installation
npm install
npm run build
Install Playwright browsers (required by patchright):
npx patchright install chromium
Usage
Run directly
node dist/index.js
Claude Desktop configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"turo": {
"command": "node",
"args": ["/path/to/mcp-turo/dist/index.js"]
}
}
}
Or if installed globally via npm:
{
"mcpServers": {
"turo": {
"command": "striderlabs-mcp-turo"
}
}
}
Tool Reference
search_cars
Search for available Turo rentals.
Parameters:
location(required): Pickup location — city, address, or airport code (e.g."San Francisco, CA","SFO")start_date(required): Rental start date inYYYY-MM-DDformatend_date(required): Rental end date inYYYY-MM-DDformatmin_price(optional): Minimum daily price in USDmax_price(optional): Maximum daily price in USDvehicle_type(optional): One ofcar,suv,truck,van,minivan,convertible,luxury,electricmin_seats(optional): Minimum number of seats
Returns: Array of car listings with ID, make/model/year, daily rate, rating, trip count, and host info.
get_car_details
Get full details for a specific listing.
Parameters:
listing_id(required): Numeric listing ID from the Turo URL (/vehicles/{id})
Returns: Detailed listing object including description, vehicle specs, photos, reviews, guidelines, and cancellation policy.
get_host_profile
View a host's public profile.
Parameters:
host_id(required): Host ID from the Turo profile URL (/drivers/{id})
Returns: Host profile with ratings, reviews, response rate/time, verified status, all-star status, and their vehicle listings.
create_booking
Book a car on Turo.
Note: Requires an active authenticated Turo session in the browser. The server uses your local browser profile if configured.
Parameters:
listing_id(required): The listing to bookstart_date(required): Start date inYYYY-MM-DDformatend_date(required): End date inYYYY-MM-DDformatmessage_to_host(optional): Message to send to the host
Returns: Booking confirmation with ID, status, price breakdown, and confirmation URL.
manage_booking
View or modify an existing booking.
Parameters:
booking_id(required): Your Turo reservation IDaction(required): One ofview,cancel,modifynew_start_date(optional, required formodify): New start datenew_end_date(optional, required formodify): New end datemessage(optional): Message to include with the request
Returns: For view: full booking details. For cancel/modify: success status and message.
License
MIT — Strider Labs [email protected]
Install Turo in Claude Desktop, Claude Code & Cursor
unyly install mcp-turoInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-turo -- npx -y @striderlabs/mcp-turoStep-by-step: how to install Turo
FAQ
Is Turo MCP free?
Yes, Turo MCP is free — one-click install via Unyly at no cost.
Does Turo need an API key?
No, Turo runs without API keys or environment variables.
Is Turo hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Turo in Claude Desktop, Claude Code or Cursor?
Open Turo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterhlydecker/ucsc-genome-mcp
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
by hlydecker34892002/bilibili-mcp-js
A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
by 34892002achiya-automation/safari-mcp
Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.
by achiya-automationagent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
by bytedanceaparajithn/agent-scraper-mcp
Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext
by aparajithnapireno/DOMShell
Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.
by apirenoCompare Turo with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
