← bandago.com

INDIVIDUAL MCP TOOL

get_reservation_link

Generate a link to start a reservation on Bandago's website with dates and locations pre-filled.

bandago.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "bandago-com",
  "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.
  • list_rate_codes — List vehicle types/rate codes (e.g., Ford Transit, Sprinter) with specs.
  • 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.