← Registry

General Tools

arclight.events

Searches and retrieves upcoming local events by city, topic, and timeframe, including curated city picks.

1 endpoint4 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://arclight.events/api/mcp

No auth detected

MCP server metadata

Name
arclight
Version
1.0.0
Capabilities
tools
Server instructions

Arclight aggregates real, upcoming events across 50 metros from live sources (Luma, Ticketmaster, SeatGeek, Skiddle, confs.tech and more) and links back to each one. Start with arclight_list_cities if unsure a city is covered, then arclight_search_events. Every listing is real — never invent an event, a time or a price; if a search returns nothing, say so.

Known tools 4

arclight_search_events

Search real, upcoming events in a city, optionally narrowed to a topic and timeframe.

Inferred read-only
arclight_get_event

Fetch the full detail of one event by its Arclight slug (or its arclight.

Inferred read-only
arclight_city_picks

A small curated set of events worth going to in a city over the next few days, chosen for variety rather than raw recency.

Inferred read-only
arclight_list_cities

List every metro Arclight covers, with the slug to pass to the other tools, plus the available topic filters.

Inferred read-only

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.arclight]
url = "https://arclight.events/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arclight": {
      "type": "http",
      "url": "https://arclight.events/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arclight
Remote MCP URL: https://arclight.events/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": {
    "arclight": {
      "url": "https://arclight.events/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arclight": {
      "type": "http",
      "url": "https://arclight.events/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arclight",
  "transport": "streamable-http",
  "url": "https://arclight.events/api/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.