mcp-turo

mcp-turo

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.

Category
Visit Server

README

mcp-turo

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_booking and manage_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 in YYYY-MM-DD format
  • end_date (required): Rental end date in YYYY-MM-DD format
  • min_price (optional): Minimum daily price in USD
  • max_price (optional): Maximum daily price in USD
  • vehicle_type (optional): One of car, suv, truck, van, minivan, convertible, luxury, electric
  • min_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 book
  • start_date (required): Start date in YYYY-MM-DD format
  • end_date (required): End date in YYYY-MM-DD format
  • message_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 ID
  • action (required): One of view, cancel, modify
  • new_start_date (optional, required for modify): New start date
  • new_end_date (optional, required for modify): New end date
  • message (optional): Message to include with the request

Returns: For view: full booking details. For cancel/modify: success status and message.

License

MIT — Strider Labs hello@striderlabs.ai

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured