General Tools
whateverevents.co.uk
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.whateverevents.co.uk/mcp
MCP server metadata
- Name
- whatever-events
- Version
- 1.0.0
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_eventsList upcoming public Whatever Events nights in Leicester and Birmingham with venues, start times, URLs, and GBP ticket prices.
Inferred read-onlyget_site_infoReturn canonical Whatever Events identity, contact email, docs, OpenAPI, and when-to-use guidance for agents.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.