← Registry

Data Collection

biggay.guide

Provides access to gay event data by city, including festivals, tags, and detailed event information.

1 endpoint7 known toolsFirst detected June 21, 2026Last detected July 24, 2026

ENDPOINT 1

https://api.biggay.guide/mcp

No auth detected

MCP server metadata

Name
big-gay-guide
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Big Gay Guide MCP server — public read-only API for AI agents querying LGBTQ+ guide data on https://biggay.guide. Available: events (by city, time, tags, festivals, featured) and organisations (by city, country, category — e.g. gay-bar). Planned: people (DJs, drag queens, performers, artists). Recommended workflow (gay bars): list_cities → search_organisations with category "gay-bar" → get_organisation for detail. Recommended workflow (events): list_cities → list_tags or list_festivals → search_events → get_event. Organisation categories: gay-bar, promoter, venue, festival, city. Published read-only data only. Canonical URLs are on https://biggay.guide.

Known tools 7

list_cities

List active cities with events.

Inferred read-only
list_tags

List available event tags for a city, optionally scoped by relativeTime.

Inferred read-only
list_festivals

List available festivals for a city, optionally scoped by relativeTime.

Inferred read-only
search_events

Search published gay events in a city by relative time or calendar date range.

Inferred read-only
get_event

Get full public detail for one event by eventId.

Inferred read-only
search_organisations

Search published organisations in a city by category.

Inferred read-only
get_organisation

Get full public detail for one organisation by orgId.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for biggay.guide was fetched 2026-07-30T02:44:46.233Z and is being refreshed.

Trust status Neutral

biggay.guide 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.