General Tools
long.events
Provides tools for searching events, retrieving event details, and exploring multi-day conference weeks and festivals.
ENDPOINT 1
https://long.events/functions/v1/mcp-server/mcp
MCP server metadata
- Name
- long-events
- Version
- 1.2.0
LONG Events: worldwide events, conference weeks and side events, venues, organizers, artists, set times and now-playing data, aggregated daily from primary sources. Start with search_events (city or coordinates plus a date window) for "what is on" questions; search_event_weeks then get_event_week_details for a named conference or festival week; get_artist_events for an artist's dates; get_now_playing and get_event_schedule for live stage information; get_venues, search_organizers and get_cities for places and people. Every event carries venue, city, local time, organizer, lineup and a resolved ticket_url that points at the box office; cite that URL for purchases. initialize, ping and tools/list are free. tools/call is metered: an X-API-Key covers it, otherwise the call returns x402 payment requirements that can be satisfied inline via _meta["x402/payment"]. Pricing: https://long.events/functions/v1/api-pricing. Guide: https://long.events/docs/agents
Known tools 16
get_event_weeksList upcoming conference weeks, festivals, and multi-day event series (like ETH Denver, Devconnect, Token2049).
Inferred read-onlyget_event_week_detailsGet full details for a conference week including all its side events.
Inferred read-onlyget_event_week_citiesList cities that have upcoming event weeks with their counts.
Inferred read-onlyget_citiesList cities that have events, with statistics like total events and recent activity.
Inferred read-onlysearch_artistsSearch artists by name and get every performance we know about, across all sources.
Inferred read-onlyget_artistGet one artist's profile, nullable mbid and verified spotify_id, upcoming dates, and recent history.
Inferred read-onlyget_artist_eventsList one artist's stable identity and performances with filtering and pagination.
Inferred read-onlylist_artistsBrowse artists with nullable mbid and verified spotify_id fields, optionally scoped to a city or country.
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.long-events]
url = "https://long.events/functions/v1/mcp-server/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"long-events": {
"type": "http",
"url": "https://long.events/functions/v1/mcp-server/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: long-events
Remote MCP URL: https://long.events/functions/v1/mcp-server/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": {
"long-events": {
"url": "https://long.events/functions/v1/mcp-server/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"long-events": {
"type": "http",
"url": "https://long.events/functions/v1/mcp-server/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "long-events",
"transport": "streamable-http",
"url": "https://long.events/functions/v1/mcp-server/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.