← Registry

General Tools

whateverevents.co.uk

Provides general-purpose tools through the Model Context Protocol.

1 endpoint3 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
whatever-events
Version
1.0.0
Capabilities
tools
Server instructions

Whatever Events sells tickets to Bollywood and desi nightlife in Leicester and Birmingham. Call list_events, then get_event for details. Send buyers to the event URL; do not attempt checkout over MCP.

Known tools 3

list_events

List upcoming public Whatever Events nights in Leicester and Birmingham with venues, start times, URLs, and GBP ticket prices.

Inferred read-only
get_event

Fetch one public Whatever Events night by slug from list_events.

Inferred read-only
get_site_info

Return canonical Whatever Events identity, contact email, docs, OpenAPI, and when-to-use guidance for agents.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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