# LONG Events (remote · belong.events)

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

- Trust score: 66/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `belong.events`: 66/100 (this document), [markdown](https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp.md), [page](https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp)

## Channel facts

- Endpoint: `https://belong.events/functions/v1/mcp-server/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1136 tokens (~87/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http events-belong-long-events https://belong.events/functions/v1/mcp-server/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add events-belong-long-events --url https://belong.events/functions/v1/mcp-server/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  events-belong-long-events:
    url: "https://belong.events/functions/v1/mcp-server/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +1)

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

### 2026-07-31 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

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

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (13)

### `search_events` (~198 tokens)

Search for events near a location with optional filters. Returns events with name, venue, date, category, and ticket URL. Use this to help users find events in a city or near coordinates.

Input parameters:

- `category` (string): Event category like 'electronic', 'rock', 'tech', 'crypto'
- `city` (string): City name like 'Berlin', 'New York', 'London'
- `country` (string): Country name to filter by
- `end_date` (string): End date filter in ISO format (YYYY-MM-DD)
- `latitude` (number): Latitude for location-based search
- `limit` (number): Maximum number of events to return (default 20, max 100)
- `longitude` (number): Longitude for location-based search
- `radius_km` (number): Search radius in kilometers (default 50)
- `start_date` (string): Start date filter in ISO format (YYYY-MM-DD)

### `get_event_details` (~48 tokens)

Get full details for a specific event by its ID. Returns complete information including description, venue details, and ticket URL.

Input parameters:

- `event_id` (string, required): The UUID of the event to retrieve

### `get_event_weeks` (~119 tokens)

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.

Input parameters:

- `city` (string): Filter by city name
- `country` (string): Filter by country name
- `include_past` (boolean): Include past event weeks (default false)
- `limit` (number): Maximum number of event weeks to return
- `tag` (string): Filter by tag (e.g., 'crypto', 'music', 'tech')

### `get_event_week_details` (~83 tokens)

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

Input parameters:

- `event_week_id` (string): Alias for week_id
- `slug` (string): The slug of the event week (alternative to week_id)
- `week_id` (string): The UUID of the event week to retrieve

### `search_event_weeks` (~61 tokens)

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

Input parameters:

- `limit` (number): Maximum number of results to return
- `query` (string, required): Search query to match against name, description, or city

### `get_event_week_cities` (~32 tokens)

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

### `get_event_week_tags` (~30 tokens)

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

### `get_cities` (~71 tokens)

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

Input parameters:

- `country` (string): Filter by country name
- `limit` (number): Maximum number of cities to return
- `min_events` (number): Minimum number of total events

### `get_venues` (~58 tokens)

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

Input parameters:

- `city` (string, required): City name to search venues in
- `limit` (number): Maximum number of venues to return

### `get_event_schedule` (~121 tokens)

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?'

Input parameters:

- `artist` (string): Search for specific artist in the schedule
- `event_id` (string): UUID of the event to get schedule for
- `event_name` (string): Name of the event to search for (if event_id not known)
- `stage` (string): Filter by stage name

### `get_now_playing` (~86 tokens)

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?'

Input parameters:

- `city` (string): Filter by city
- `event_id` (string): Filter to specific event
- `event_week_id` (string): Filter to specific event week/festival

### `search_artists` (~105 tokens)

Search for artist set times across all events. Use this to find when and where a specific artist is playing. Great for answering 'When does Bonobo play?' or 'Where can I see Tale of Us?'

Input parameters:

- `artist_name` (string, required): Artist name to search for
- `city` (string): Filter by city
- `end_date` (string): End date filter (YYYY-MM-DD)
- `start_date` (string): Start date filter (YYYY-MM-DD)

### `search_organizers` (~124 tokens)

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

Input parameters:

- `limit` (number): Maximum number of organizers to return (default 20, max 100)
- `missing_contacts_only` (boolean): Only return organizers missing website, email, phone, or Instagram (default false)
- `query` (string): Search by organizer name, website, email, or Instagram handle
- `source` (string): Filter by event source (e.g., facebook, eventbrite, lu.ma)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://belong.events/functions/v1/mcp-server/mcp
- Website: https://belong.events/
- Changelog RSS feed: https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/events-belong-long-events/functions-v1-mcp-server-mcp
