← adrenalinecornwall.com

INDIVIDUAL MCP TOOL

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.

adrenalinecornwall.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://adrenalinecornwall.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_weather_promise and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

adrenalinecornwall.com

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?
  • create_booking_checkout — Create a secure Stripe Checkout for one booking deposit and return the payment URL.
  • 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.