← Registry

General Tools

long.events

Provides tools for searching events, retrieving event details, and exploring multi-day conference weeks and festivals.

x402 supported1 endpoint16 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://long.events/functions/v1/mcp-server/mcp

No auth detected

MCP server metadata

Name
long-events
Version
1.2.0
Capabilities
tools
Server instructions

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

search_events

Search for events near a location with optional filters.

Inferred read-only
get_event_details

Get full details for a specific event by its ID.

Inferred read-only
get_event_weeks

List upcoming conference weeks, festivals, and multi-day event series (like ETH Denver, Devconnect, Token2049).

Inferred read-only
get_event_week_details

Get full details for a conference week including all its side events.

Inferred read-only
search_event_weeks

Search event weeks by name, description, or city.

Inferred read-only
get_event_week_cities

List cities that have upcoming event weeks with their counts.

Inferred read-only
get_event_week_tags

List all tags used in event weeks with their counts.

Inferred read-only
get_cities

List cities that have events, with statistics like total events and recent activity.

Inferred read-only
get_venues

List venues in a city with their event history.

Inferred read-only
get_event_schedule

Get the DJ/artist schedule for a festival or party event.

Inferred read-only
get_now_playing

Get what's currently playing at festival/party events.

Inferred read-only
search_artists

Search artists by name and get every performance we know about, across all sources.

Inferred read-only
get_artist

Get one artist's profile, nullable mbid and verified spotify_id, upcoming dates, and recent history.

Inferred read-only
get_artist_events

List one artist's stable identity and performances with filtering and pagination.

Inferred read-only
list_artists

Browse artists with nullable mbid and verified spotify_id fields, optionally scoped to a city or country.

Inferred read-only
search_organizers

Search organizer profiles enriched from event data.

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.