Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

LONG Events

REMOTE · BELONG.EVENTS · SCANNED SEP 20

Search events, conference weeks, cities, venues and artist schedules via remote MCP.

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 16 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1743 tokens (~108/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the LONG Events MCP server?

LONG Events is a hosted endpoint at https://belong.events/functions/v1/mcp-server/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · belong.events

# add to Claude Code
claude mcp add --transport http events-belong-long-events 'https://belong.events/functions/v1/mcp-server/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "events-belong-long-events": {
      "url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "events-belong-long-events": {
      "type": "http",
      "url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.events-belong-long-events]
url = "https://belong.events/functions/v1/mcp-server/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "events-belong-long-events": {
      "type": "remote",
      "url": "https://belong.events/functions/v1/mcp-server/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add events-belong-long-events --url 'https://belong.events/functions/v1/mcp-server/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  events-belong-long-events:
    url: "https://belong.events/functions/v1/mcp-server/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "events-belong-long-events": {
      "Transport": "http",
      "Url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
# add to Vellum
assistant mcp add events-belong-long-events -t streamable-http -u 'https://belong.events/functions/v1/mcp-server/mcp'
// mcp.json
{
  "mcpServers": {
    "events-belong-long-events": {
      "type": "http",
      "url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Sept 26 0
    • Tool “get_artist” rewrote its description, which is the text the model reads security
    • Tool “get_artist_events” rewrote its description, which is the text the model reads security
    • Tool “list_artists” rewrote its description, which is the text the model reads security
    • Tool “search_artists” rewrote its description, which is the text the model reads security
    • Schema quality: pass → fail functional
  • 28 Aug 26 0
    • The server changed its declared name: belong-events → long-events security
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
    • Tool “get_artist_events” rewrote its description, which is the text the model reads security
  • 24 Aug 26 0
    • Tool “get_event_details” rewrote its description, which is the text the model reads security
    • Tool “search_events” rewrote its description, which is the text the model reads security
  • 23 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 6 Aug 26 0
    • Tool “search_artists” rewrote its description, which is the text the model reads security
    • Schema quality: 87 → 101 functional
    • Schema quality: good → excellent functional
    • New tool “get_artist” functional
    • New tool “get_artist_events” functional
    • New tool “list_artists” functional
    • “search_artists” added an optional parameter “country” cosmetic
    • “search_artists” added an optional parameter “limit” cosmetic
    • “search_artists” added an optional parameter “upcoming_only” cosmetic
    • “search_artists” reworded the description of “city” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://belong.events/functions/v1/mcp-server/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=belong.events CN=YR2,O=Let's Encrypt,C=US 19 Sept 2026 18 Dec 2026 RSA 2048 SHA256-RSA 631d9d146d91db3daed78454a6445af5771
SANs: belong.events
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of belong.events. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
events. present 12487 8 Verified
belong.events. present 38855 8 Verified
belong.events. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://belong.events/functions/v1/mcp-server/mcp Verified 200
http (plaintext) http://belong.events/functions/v1/mcp-server/mcp HTTPS enforced 308 https://belong.events/functions/v1/mcp-server/mcp
MCP tools · 16 exposed · ~1,743 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_artist ~96

Get one artist's profile, nullable mbid and verified spotify_id, upcoming dates, and recent history. Provide artist_id, slug, or name. Use this to answer 'Tell me about Tale of Us' or 'What is Objekt up to?'

NameTypeReqDescription
artist_idstringArtist UUID
namestringExact artist name
slugstringArtist slug, as used by /artist/:slug

No output schema declared.

No examples provided.

get_artist_events ~201

List one artist's stable identity and performances with filtering and pagination. The artist includes nullable mbid and verified spotify_id. Use this to answer 'Where is Peggy Gou playing in Europe next month?' or to page through a touring artist's full schedule. Each performance carries ticket_url, the resolved closest-to-purchase link, alongside the source page url.

NameTypeReqDescription
artist_idstringArtist UUID
citystringFilter by city
countrystringFilter by country
end_datestringEnd date filter (YYYY-MM-DD)
limitnumberMaximum events to return (default 20, max 100)
namestringExact artist name
offsetnumberPagination offset
slugstringArtist slug
start_datestringStart date filter (YYYY-MM-DD)
upcoming_onlybooleanOnly return future performances (default true)

No output schema declared.

No examples provided.

get_cities ~71

List cities that have events, with statistics like total events and recent activity. Use this to help users discover active event scenes.

NameTypeReqDescription
countrystringFilter by country name
limitnumberMaximum number of cities to return
min_eventsnumberMinimum number of total events

No output schema declared.

No examples provided.

get_event_details ~56

Get full details for a specific event by its ID. Returns the complete, untruncated description, venue details, local timezone, lineup, and ticket URL.

NameTypeReqDescription
event_idstringyesThe UUID of the event to retrieve

No output schema declared.

No examples provided.

get_event_schedule ~121

Get the DJ/artist schedule for a festival or party event. Returns set times, stages, and artists. Use this to answer questions like 'What time does ANOTR play?' or 'What's happening at AYA on New Year's Eve?'

NameTypeReqDescription
artiststringSearch for specific artist in the schedule
event_idstringUUID of the event to get schedule for
event_namestringName of the event to search for (if event_id not known)
stagestringFilter by stage name

No output schema declared.

No examples provided.

get_event_week_cities ~32

List cities that have upcoming event weeks with their counts. Use this to discover where major conferences are happening.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_event_week_details ~83

Get full details for a conference week including all its side events. Use this to help users see everything happening during a major conference.

NameTypeReqDescription
event_week_idstringAlias for week_id
slugstringThe slug of the event week (alternative to week_id)
week_idstringThe UUID of the event week to retrieve

No output schema declared.

No examples provided.

get_event_week_tags ~30

List all tags used in event weeks with their counts. Use this to discover types of conferences available.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_event_weeks ~119

List upcoming conference weeks, festivals, and multi-day event series (like ETH Denver, Devconnect, Token2049). Use this to help users plan trips around major conferences.

NameTypeReqDescription
citystringFilter by city name
countrystringFilter by country name
include_pastbooleanInclude past event weeks (default false)
limitnumberMaximum number of event weeks to return
tagstringFilter by tag (e.g., 'crypto', 'music', 'tech')

No output schema declared.

No examples provided.

get_now_playing ~86

Get what's currently playing at festival/party events. Returns live stage information with current artists. Use this to answer 'What's on now?' or 'Who's playing right now at AYA?'

NameTypeReqDescription
citystringFilter by city
event_idstringFilter to specific event
event_week_idstringFilter to specific event week/festival

No output schema declared.

No examples provided.

get_venues ~58

List venues in a city with their event history. Use this to help users find popular venues or discover new spots.

NameTypeReqDescription
citystringyesCity name to search venues in
limitnumberMaximum number of venues to return

No output schema declared.

No examples provided.

list_artists ~180

Browse artists with nullable mbid and verified spotify_id fields, optionally scoped to a city or country. Ordered by how many performances we track. Use this to answer 'Who is playing in Berlin this month?' or 'Which artists tour most?'

NameTypeReqDescription
citystringOnly artists performing in this city
countrystringOnly artists performing in this country
limitnumberMaximum artists to return (default 20, max 100)
min_eventsnumberMinimum tracked performances
offsetnumberPagination offset
querystringFilter by partial artist name
sourcestringOnly artists seen on this event source (e.g. ra, edmtrain)
upcoming_onlybooleanOnly count future performances when a city or country filter is used (default true)

No output schema declared.

No examples provided.

search_artists ~186

Search artists by name and get every performance we know about, across all sources. Artist records include nullable mbid and cross-provider-verified spotify_id fields for stable matching. Use this to find when and where a specific artist is playing. Great for answering 'When does Bonobo play?', 'Where can I see Tale of Us?', or 'Which cities is Nina Kraviz touring?'

NameTypeReqDescription
artist_namestringyesArtist name to search for
citystringFilter performances by city
countrystringFilter performances by country
end_datestringEnd date filter (YYYY-MM-DD)
limitnumberMaximum artists to return (default 20, max 100)
start_datestringStart date filter (YYYY-MM-DD)
upcoming_onlybooleanOnly return future performances (default true)

No output schema declared.

No examples provided.

search_event_weeks ~61

Search event weeks by name, description, or city. Use this to find specific conferences or festivals.

NameTypeReqDescription
limitnumberMaximum number of results to return
querystringyesSearch query to match against name, description, or city

No output schema declared.

No examples provided.

search_events ~239

Search for events near a location with optional filters. Every event returns a description: the organizer's own copy when the source published one, otherwise a factual summary generated from the listing (venue, local date and time, category, organizer, lineup). Also returns `lineup`, the performers in billing order with the headliner first. Use this to help users find events in a city or near coordinates.

NameTypeReqDescription
categorystringEvent category like 'electronic', 'rock', 'tech', 'crypto'
citystringCity name like 'Berlin', 'New York', 'London'
countrystringCountry name to filter by
end_datestringEnd date filter in ISO format (YYYY-MM-DD)
latitudenumberLatitude for location-based search
limitnumberMaximum number of events to return (default 20, max 100)
longitudenumberLongitude for location-based search
radius_kmnumberSearch radius in kilometers (default 50)
start_datestringStart date filter in ISO format (YYYY-MM-DD)

No output schema declared.

No examples provided.

search_organizers ~124

Search organizer profiles enriched from event data. Returns organizer names, source, website/contact details, Instagram profile URL plus handle, and scrape status.

NameTypeReqDescription
limitnumberMaximum number of organizers to return (default 20, max 100)
missing_contacts_onlybooleanOnly return organizers missing website, email, phone, or Instagram (default false)
querystringSearch by organizer name, website, email, or Instagram handle
sourcestringFilter by event source (e.g., facebook, eventbrite, lu.ma)

No output schema declared.

No examples provided.

Common questions

What is the LONG Events MCP server?

LONG Events is an MCP server listed in the public MCP registry as events.belong/long-events. Search events, conference weeks, cities, venues and artist schedules via remote MCP. This page covers its hosted endpoint (https://belong.events/functions/v1/mcp-server/mcp).

Is the LONG Events MCP server safe to use?

LONG Events scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the LONG Events MCP server expose?

LONG Events exposes 16 tools: search_events, get_event_details, get_event_weeks, get_event_week_details, search_event_weeks, and 11 more. Their descriptions and schemas cost roughly 1,743 tokens of context every time the server is loaded.

Does the LONG Events MCP server require authentication?

No. We connected to LONG Events without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the LONG Events MCP server still maintained?

LONG Events is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.