← panelfatigue.com

INDIVIDUAL MCP TOOL

next_event

Return the next upcoming flagship theater event across the whole Hacked Network, with countdown days and permalink.

panelfatigue.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://panelfatigue.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for next_event 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

panelfatigue.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.panel-fatigue-mcp]
url = "https://panelfatigue.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "panel-fatigue-mcp": {
      "type": "http",
      "url": "https://panelfatigue.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: panel-fatigue-mcp
Remote MCP URL: https://panelfatigue.com/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": {
    "panel-fatigue-mcp": {
      "url": "https://panelfatigue.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "panel-fatigue-mcp": {
      "type": "http",
      "url": "https://panelfatigue.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "panel-fatigue-mcp",
  "transport": "streamable-http",
  "url": "https://panelfatigue.com/mcp"
}
MCP Inspector

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

Related tools

  • list_theaters — List the sister sites in the Panel Fatigue / Hacked Network — the flagship marketing/ad/tech events each one covers (Cannes, CES, SXSW, Advertising Week, POSSIBLE, Shoptalk, Davos), their domains, next event dates, and whether the site is live yet.
  • get_theater — Get full details on a single sister site in the Hacked Network by slug (e.g.
  • get_intel — Get deep field intel for a theater: survival tips, skip list, signature receipt, loadout/packing, and countdown-aware copy.
  • list_events — List marketing / advertising / tech events tracked by Panel Fatigue.
  • network_status — Snapshot of the whole Hacked Network: which sister sites are live vs launching, total tracked events (flagship + radar), and the next upcoming flagship event.
  • get_city — Get a city field guide: local event calendars (Luma, Gary's Guide, Yorkseed, etc.), plus all upcoming marketing/ad/tech events Panel Fatigue tracks in that city.
  • search — Unified free-text search across theaters, flagship events, radar events, and city field guides.
  • submit_event_tip — Submit an event tip to Panel Fatigue's radar queue (goes into the pending_events review table).