← Registry

eCommerce

bandago.com

Provides vehicle rental information and reservation links for Bandago.

1 endpoint8 known toolsFirst detected May 12, 2026Last detected July 30, 2026

ENDPOINT 1

https://www.bandago.com/mcp

No auth detected

MCP server metadata

Name
bandago
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

list_locations

List Bandago rental locations with addresses and contact info.

Inferred read-only
list_rate_codes

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

Inferred read-only
check_availability

Check which vehicles are available for rental on specific dates and locations.

Inferred read-only
get_rate_quote

Get a full pricing breakdown for a rental including day rate, insurance options, mileage allowance, applicable taxes, and grand total.

Inferred read-only
get_reservation_link

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

Inferred read-only
email_quote

Email a saved rate quote to a customer.

Potential side effects
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.

Inferred read-only
get_my_reservation

Self-service lookup of a customer's own reservation.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bandago.com was fetched 2026-08-24T03:15:29.553Z and is being refreshed.

Trust status Trusted

bandago.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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