← Registry

eCommerce

bota-chat.com

Enables users to search car rental companies, offices, and vehicle availability, chat with agents, and select booking offers through the Bota platform.

1 endpoint8 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://mcp.bota-chat.com/mcp

No auth detected

MCP server metadata

Name
bota
Version
1.0.0
Capabilities
tools
Server instructions

Bota is the AI sales agent of car-rental companies. Use list_rental_companies first, then list_offices and search_availability (real prices, identical to the company's own web chat). Keep the session_id returned by every call and pass it back. Companies with booking_via_agents=true let you complete the booking with select_offer → provide_customer_details (only after the customer accepted the terms) → confirm_booking; for the others, present the offers and the company's contact. The demo company is safe for testing. Machine guide: https://www.bota-chat.com/api/public/provider-api-guide

Known tools 8

list_rental_companies

List the car-rental companies that sell through Bota.

Inferred read-only
list_offices

Rental offices (pickup/return locations) of a company: name, city, address, opening hours, timezone, coordinates.

Inferred read-only
search_availability

Search available vehicles with real prices for a company, office and dates.

Inferred read-only
chat

Send a free-text message to the company's Bota agent within a session (questions about conditions, insurance, extras, changes…).

Potential side effects
select_offer

Choose one of the numbered offers returned by search_availability (same session).

Inferred read-only
select_extras

Add 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.

Inferred read-only
provide_customer_details

Submit the driver's details for the booking in progress.

Inferred read-only
confirm_booking

Confirm the booking summarised by Bota.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bota]
url = "https://mcp.bota-chat.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bota": {
      "type": "http",
      "url": "https://mcp.bota-chat.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bota
Remote MCP URL: https://mcp.bota-chat.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bota": {
      "url": "https://mcp.bota-chat.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bota": {
      "type": "http",
      "url": "https://mcp.bota-chat.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bota",
  "transport": "streamable-http",
  "url": "https://mcp.bota-chat.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.