← bandago.com

INDIVIDUAL MCP TOOL

list_rate_codes

List vehicle types/rate codes (e.g., Ford Transit, Sprinter) with specs.

bandago.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.bandago.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_rate_codes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bandago.com

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.bandago]
url = "https://www.bandago.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bandago": {
      "type": "http",
      "url": "https://www.bandago.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bandago
Remote MCP URL: https://www.bandago.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": {
    "bandago": {
      "url": "https://www.bandago.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_locations — List Bandago rental locations with addresses and contact info.
  • check_availability — Check which vehicles are available for rental on specific dates and locations.
  • get_rate_quote — Get a full pricing breakdown for a rental including day rate, insurance options, mileage allowance, applicable taxes, and grand total.
  • get_reservation_link — Generate a link to start a reservation on Bandago's website with dates and locations pre-filled.
  • email_quote — Email a saved rate quote to a customer.
  • explain_coverage — Explain Bandago's optional insurance / coverage products (CDW, Damage Waiver Plus, RLP, SLI, PAI, and THE WORKS bundle) with authoritative deductibles, dollar limits, PAI benefits, brochure links, and online availability.
  • get_my_reservation — Self-service lookup of a customer's own reservation.