Data Collection
biggay.guide
Provides access to gay event data by city, including festivals, tags, and detailed event information.
ENDPOINT 1
https://api.biggay.guide/mcp
MCP server metadata
- Name
- big-gay-guide
- Version
- 1.0.0
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_festivalsList available festivals for a city, optionally scoped by relativeTime.
Inferred read-onlysearch_eventsSearch published gay events in a city by relative time or calendar date range.
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.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.
biggay.guide 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.