General Tools
arclight.events
Searches and retrieves upcoming local events by city, topic, and timeframe, including curated city picks.
ENDPOINT 1
https://arclight.events/api/mcp
MCP server metadata
- Name
- arclight
- Version
- 1.0.0
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_eventsSearch real, upcoming events in a city, optionally narrowed to a topic and timeframe.
Inferred read-onlyarclight_get_eventFetch the full detail of one event by its Arclight slug (or its arclight.
Inferred read-onlyarclight_city_picksA 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-onlyarclight_list_citiesList every metro Arclight covers, with the slug to pass to the other tools, plus the available topic filters.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.