← biggay.guide

INDIVIDUAL MCP TOOL

get_event

Get full public detail for one event by eventId.

biggay.guidenone authenticationAvailability not checked

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 endpoint

biggay.guide

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.big-gay-guide]
url = "https://api.biggay.guide/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "big-gay-guide": {
      "type": "http",
      "url": "https://api.biggay.guide/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: big-gay-guide
Remote MCP URL: https://api.biggay.guide/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": {
    "big-gay-guide": {
      "url": "https://api.biggay.guide/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "big-gay-guide": {
      "type": "http",
      "url": "https://api.biggay.guide/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "big-gay-guide",
  "transport": "streamable-http",
  "url": "https://api.biggay.guide/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_cities — List active cities with events.
  • list_tags — List available event tags for a city, optionally scoped by relativeTime.
  • list_festivals — List available festivals for a city, optionally scoped by relativeTime.
  • search_events — Search published gay events in a city by relative time or calendar date range.
  • search_organisations — Search published organisations in a city by category.
  • get_organisation — Get full public detail for one organisation by orgId.