← belong.events

INDIVIDUAL MCP TOOL

search_event_weeks

Search event weeks by name, description, or city.

belong.eventsnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_event_weeks and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

belong.events

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.

Related tools

  • search_events — Search for events near a location with optional filters.
  • get_event_details — Get full details for a specific event by its ID.
  • get_event_weeks — List upcoming conference weeks, festivals, and multi-day event series (like ETH Denver, Devconnect, Token2049).
  • get_event_week_details — Get full details for a conference week including all its side events.
  • get_event_week_cities — List cities that have upcoming event weeks with their counts.
  • get_event_week_tags — List all tags used in event weeks with their counts.
  • get_cities — List cities that have events, with statistics like total events and recent activity.
  • get_venues — List venues in a city with their event history.