Bota — car rental availability and bookings MCP server
Real availability, prices and bookings of car rental companies (rent-a-car), by conversation.
Little public usage data yet
Reviews
Write oneNobody has reviewed Bota — car rental availability and bookings yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Bota — car rental availability and bookings tools (8, 2 write)
write = sends, deletes, buys or postschatwrite actionFreeSend a free-text message to the company's Bota agent within a session (questions about conditions, insurance, extras, changes…). Bota answers in the customer's language with the company's approved information. For companies with booking_via_agents=true the conversation can complete a booking.
confirm_bookingFreeConfirm the booking summarised by Bota. Pass the confirmation_token returned by the previous call (it proves the customer saw that exact summary). Creates the reservation in the company's reservation system and returns the confirmation code (and a payment link when the company requires prepayment).
list_officesFreeRental offices (pickup/return locations) of a company: name, city, address, opening hours, timezone, coordinates. Use the office NAME in search_availability.
list_rental_companiesFreeList the car-rental companies that sell through Bota. Returns id, name, website, active channels, whether bookings can be completed from this server (booking_via_agents) and whether it is the demo company. Start here.
provide_customer_detailswrite actionFreeSubmit the driver's details for the booking in progress. Only call it after the customer has explicitly accepted the company's terms (terms_accepted must be true). Bota then shows the summary to confirm.
search_availabilityFreeSearch available vehicles with real prices for a company, office and dates. Prices are identical to the company's own web chat (mandatory charges, one-way and time rules included). Returns numbered offers; keep the session_id to select one.
select_extrasFreeAdd optional extras (child seat, additional driver, coverage…) to the booking in progress using the extra ids returned after select_offer, or pass an empty list to continue without extras. Requires booking_via_agents=true.
select_offerFreeChoose one of the numbered offers returned by search_availability (same session). Bota then asks for extras or driver details as needed. Requires booking_via_agents=true.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1308ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http bota https://mcp.bota-chat.com/mcp
Bota — car rental availability and bookings: common questions
- Is Bota — car rental availability and bookings MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Bota — car rental availability and bookings safety report
- How do I install Bota — car rental availability and bookings?
- It runs remotely at mcp.bota-chat.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Bota — car rental availability and bookings need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Bota — car rental availability and bookings maintained?
- The latest release is v1.0.0.
- Is Bota — car rental availability and bookings up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.