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.
ENDPOINT 1
https://mcp.bota-chat.com/mcp
MCP server metadata
- Name
- bota
- Version
- 1.0.0
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_officesRental offices (pickup/return locations) of a company: name, city, address, opening hours, timezone, coordinates.
Inferred read-onlysearch_availabilitySearch available vehicles with real prices for a company, office and dates.
Inferred read-onlychatSend a free-text message to the company's Bota agent within a session (questions about conditions, insurance, extras, changes…).
Potential side effectsselect_offerChoose one of the numbered offers returned by search_availability (same session).
Inferred read-onlyselect_extrasAdd 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.