← Registry

General Tools

belong.events

Provides event discovery and details for conferences, festivals, and side events.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
long-events
Version
1.0.0
Capabilities
tools

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 with their upcoming dates and recent history.

Inferred read-only
get_artist_events

List one artist's performances with filtering and pagination.

Inferred read-only
list_artists

Browse artists, 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://belong.events/functions/v1/mcp-server/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "long-events": {
      "type": "http",
      "url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: long-events
Remote MCP URL: https://belong.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://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "long-events": {
      "type": "http",
      "url": "https://belong.events/functions/v1/mcp-server/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "long-events",
  "transport": "streamable-http",
  "url": "https://belong.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

Trust Data Available

BuiltWith Trust API v2 evidence for belong.events was fetched 2026-07-27T06:07:03.552Z and is being refreshed.

Trust status Neutral

belong.events is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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