eCommerce
adrenalinecornwall.com
Provides booking management for adventure activities, including availability checks and Stripe payment checkouts.
ENDPOINT 1
https://adrenalinecornwall.com/api/mcp
MCP server metadata
- Name
- adrenaline-cornwall
- Version
- 1.0.0
Adrenaline Cornwall is a booking platform for adventure activities across Cornwall. This server lets an agent browse activities, check honest availability and pricing, and create a Stripe Checkout its human completes. Availability statuses are truthful (activities not yet bookable say so); relay the non-refundable deposit terms and the free-date-move policy to your human before booking. Agents can also enroll their human in the affiliate program (register_affiliate): a fee per completed booking you bring — with a hard disclosure rule when booking for your own human. Enrolled agents check their numbers with get_affiliate_stats (token from the approval email).
Known tools 7
list_activitiesList every adventure activity at the Adrenaline Cornwall booking desk with honest availability: which are bookable today and which are joining the desk (and when).
Inferred read-onlyget_activityFull 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.
Inferred read-onlyget_weather_promiseThe desk's booking terms, including how weather is handled — the non-refundable deposit terms an agent must relay to its human before booking.
Inferred read-onlycreate_booking_checkoutCreate a secure Stripe Checkout for one booking deposit and return the payment URL.
Potential side effectsregister_affiliateEnroll 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).
Inferred read-onlyget_affiliate_statsCheck your affiliate performance: bookings brought, completed (payable), awaiting the jump, refunded, and payout status.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for adrenalinecornwall.com was fetched 2026-08-23T18:43:00.025Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.