General Tools
gc-airporttransfers.com.au
Provides airport transfer and cruise terminal shuttle information, quotes, availability, and booking requests.
ENDPOINT 1
https://gc-airporttransfers.com/wp-json/atb-gateway/v1/mcp
MCP server metadata
- Name
- gc-airport-transfers
- Version
- 2.1.0
Private fixed-price transfers: Gold Coast (OOL) & Brisbane (BNE) airports AND the Brisbane International Cruise Terminal (Portside, Pinkenba), serving the Gold Coast / Byron Bay / Northern Rivers NSW. Prices are per vehicle, never per person, no surge. Use get_quote for exact prices (never estimate) — for cruise transfers use "Brisbane Cruise Terminal" or "Pinkenba" as the destination. request_booking lodges a pending request — the operator confirms and the customer pays by emailed link, never through this API.
Known tools 4
get_service_infoFull business facts: fleet, pricing list, policies, service area, contact details.
Inferred read-onlyget_quoteExact per-vehicle prices from the live fixed price list — airport transfers (OOL/BNE) and Brisbane Cruise Terminal runs (use "Brisbane Cruise Terminal" or "Pinkenba" as the place).
Potential side effectscheck_availabilityWhether a pick-up date/time is bookable under standard operating rules (not a live calendar).
Inferred read-onlyrequest_bookingLodge a booking REQUEST for any fixed-price route — airport or cruise terminal.
Potential side effectsCONNECT 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.gc-airport-transfers]
url = "https://gc-airporttransfers.com/wp-json/atb-gateway/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gc-airport-transfers": {
"type": "http",
"url": "https://gc-airporttransfers.com/wp-json/atb-gateway/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gc-airport-transfers
Remote MCP URL: https://gc-airporttransfers.com/wp-json/atb-gateway/v1/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": {
"gc-airport-transfers": {
"url": "https://gc-airporttransfers.com/wp-json/atb-gateway/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gc-airport-transfers": {
"type": "http",
"url": "https://gc-airporttransfers.com/wp-json/atb-gateway/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gc-airport-transfers",
"transport": "streamable-http",
"url": "https://gc-airporttransfers.com/wp-json/atb-gateway/v1/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 gc-airporttransfers.com was fetched 2026-08-23T13:50:25.533Z.
gc-airporttransfers.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.