eCommerce
bandago.com
Provides vehicle rental information and reservation links for Bandago.
ENDPOINT 1
https://www.bandago.com/mcp
MCP server metadata
- Name
- bandago
- Version
- 1.0.0
Known tools 8
list_rate_codesList vehicle types/rate codes (e.g., Ford Transit, Sprinter) with specs.
Inferred read-onlycheck_availabilityCheck which vehicles are available for rental on specific dates and locations.
Inferred read-onlyget_rate_quoteGet a full pricing breakdown for a rental including day rate, insurance options, mileage allowance, applicable taxes, and grand total.
Inferred read-onlyget_reservation_linkGenerate a link to start a reservation on Bandago's website with dates and locations pre-filled.
Inferred read-onlyexplain_coverageExplain 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-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.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.
bandago.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.