get_pricing("arrive_and_drive")
{
"currency": "CAD",
"tax": "Ontario HST. Published prices do not include tax.",
"same_at_all_locations": true,
"arrive_and_drive": {
"description": "Walk-in racing, first come first served, or reserve online from 7 days up to 24 hours before your race (no same-day online bookings). Races are up to 12 laps. Prices are per person, same at all open locations.",
"booking_window_days": 7,
"min_notice_hours": 24,
"race_capacity": 10,
"race_interval_minutes": 15,
"packages": [
{
"id": "1_race",
"name": "1 Race",
"races": 1,
"price": 32.5
},
{
"id": "2_races",
"name": "2 Races",
"races": 2,
"price": 60.0
},
{
"id": "3_races",
"name": "3 Races",
"races": 3,
"price": 75.0
},
{
"id": "speedpass",
"name": "Speedpass",
"races": 2,
"price": 79.0,
"includes": [
"T-shirt",
"Annual K1 Track License"
],
"most_popular": true
}
],
"track_license": {
"name": "Annual K1 Track License",
"price": 9.5,
"required": true,
"valid_days": 365,
"benefits": [
"$5 birthday race in your birthday month (ID required)",
"Free helmet use",
"Free headsock to keep",
"Online racing scores and history",
"Earn K1 Rewards points",
"Monthly newsletter offers"
]
}
},
"promotions": [
{
"id": "free_race_mon_thu",
"text": "Buy any race package and get 1 free race, Monday to Thursday. Limited time; cannot be combined with other offers."
}
]
}
get_quote("2_races", party_size=2, date="2026-09-30")
{
"lines": [
{
"item": "2 Races (2 races, up to 12 laps each)",
"unit": 60.0,
"qty": 2,
"amount": 120.0
},
{
"item": "Annual K1 Track License (required, valid 1 year)",
"unit": 9.5,
"qty": 2,
"amount": 19.0
}
],
"subtotal": 139.0,
"tax": {
"name": "HST",
"amount": 18.07
},
"total": 157.07,
"currency": "CAD",
"notes": [
"Buy any race package and get 1 free race, Monday to Thursday. Limited time; cannot be combined with other offers.",
"Every racer needs a signed waiver on file before racing."
]
}
These are the exact calls an agent makes (MCP tool or A2A agent skill), run live against the same booking system this page uses.
schema.org JSON-LD embedded in this page's HTML. Search engines and agents read it directly.
- /llms.txt: plain-language summary with hours, prices and links
- /.well-known/agent-card.json: A2A agent card (3 skills)
https://a2a-demo.getdsegroup.com/a2a: A2A JSON-RPC, talk to K1's booking agent
https://a2a-demo.getdsegroup.com/mcp: MCP server, 10 tools (add it as a connector in Muse or Claude)
Payment always stays with the customer: agents place 15-minute holds, and the customer confirms on a K1 checkout page.