← Registry

eCommerce

adrenalinecornwall.com

Provides booking management for adventure activities, including availability checks and Stripe payment checkouts.

1 endpoint7 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://adrenalinecornwall.com/api/mcp

No auth detected

MCP server metadata

Name
adrenaline-cornwall
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_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).

Inferred read-only
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.

Inferred read-only
check_bookability

Can this be booked right now?

Inferred read-only
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.

Inferred read-only
create_booking_checkout

Create a secure Stripe Checkout for one booking deposit and return the payment URL.

Potential side effects
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).

Inferred read-only
get_affiliate_stats

Check your affiliate performance: bookings brought, completed (payable), awaiting the jump, refunded, and payout status.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for adrenalinecornwall.com was fetched 2026-08-23T18:43:00.025Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.