← whateverevents.co.uk

INDIVIDUAL MCP TOOL

get_event

Fetch one public Whatever Events night by slug from list_events.

whateverevents.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://www.whateverevents.co.uk/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

whateverevents.co.uk

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.whatever-events]
url = "https://www.whateverevents.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "whatever-events": {
      "type": "http",
      "url": "https://www.whateverevents.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: whatever-events
Remote MCP URL: https://www.whateverevents.co.uk/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": {
    "whatever-events": {
      "url": "https://www.whateverevents.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "whatever-events": {
      "type": "http",
      "url": "https://www.whateverevents.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "whatever-events",
  "transport": "streamable-http",
  "url": "https://www.whateverevents.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_events — List upcoming public Whatever Events nights in Leicester and Birmingham with venues, start times, URLs, and GBP ticket prices.
  • get_site_info — Return canonical Whatever Events identity, contact email, docs, OpenAPI, and when-to-use guidance for agents.