General Tools
belong.events
Provides event discovery and details for conferences, festivals, and side events.
ENDPOINT 1
https://belong.events/functions/v1/mcp-server/mcp
MCP server metadata
- Name
- long-events
- Version
- 1.0.0
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-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://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.
belong.events is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.