INDIVIDUAL MCP TOOL
create_booking_checkout
Create a secure Stripe Checkout for one booking deposit and return the payment URL.
LIVE ENDPOINT
https://adrenalinecornwall.com/api/mcp
Connect to this endpoint to inspect the live schema for create_booking_checkout and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
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.adrenaline-cornwall]
url = "https://adrenalinecornwall.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"adrenaline-cornwall": {
"type": "http",
"url": "https://adrenalinecornwall.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: adrenaline-cornwall
Remote MCP URL: https://adrenalinecornwall.com/api/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": {
"adrenaline-cornwall": {
"url": "https://adrenalinecornwall.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"adrenaline-cornwall": {
"type": "http",
"url": "https://adrenalinecornwall.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "adrenaline-cornwall",
"transport": "streamable-http",
"url": "https://adrenalinecornwall.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_activities— List every adventure activity at the Adrenaline Cornwall booking desk with honest availability: which are bookable today and which are joining the desk (and when).get_activity— Full detail for one activity: operators and venues, live status, booking mode, products with the deposit/total price split, credentials, and the booking terms as they apply to this activity.check_bookability— Can this be booked right now?get_weather_promise— The desk's booking terms, including how weather is handled — the non-refundable deposit terms an agent must relay to its human before booking.register_affiliate— Enroll your human in the Adrenaline Cornwall agent affiliate program: earn a fee per COMPLETED booking you bring (accrues when the experience happens, not at deposit — fraud earns nothing).get_affiliate_stats— Check your affiliate performance: bookings brought, completed (payable), awaiting the jump, refunded, and payout status.