INDIVIDUAL MCP TOOL
chat
Send a free-text message to the company's Bota agent within a session (questions about conditions, insurance, extras, changes…).
LIVE ENDPOINT
https://mcp.bota-chat.com/mcp
Connect to this endpoint to inspect the live schema for chat and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.
Related tools
list_rental_companies— List the car-rental companies that sell through Bota.list_offices— Rental offices (pickup/return locations) of a company: name, city, address, opening hours, timezone, coordinates.search_availability— Search available vehicles with real prices for a company, office and dates.select_offer— Choose one of the numbered offers returned by search_availability (same session).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.provide_customer_details— Submit the driver's details for the booking in progress.confirm_booking— Confirm the booking summarised by Bota.