INDIVIDUAL MCP TOOL
list_places
Bear-friendly places: saunas, bars, campgrounds, leather bars, restaurants, lodging.
LIVE ENDPOINT
https://bearings.community/mcp
Connect to this endpoint to inspect the live schema for list_places 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
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.bearings]
url = "https://bearings.community/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bearings": {
"type": "http",
"url": "https://bearings.community/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bearings
Remote MCP URL: https://bearings.community/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": {
"bearings": {
"url": "https://bearings.community/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bearings": {
"type": "http",
"url": "https://bearings.community/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bearings",
"transport": "streamable-http",
"url": "https://bearings.community/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search bear community events (festivals, runs, parties, weeks).event_schedule— The programme for an event: timed sub-items (pool parties, contests, headline nights) with day/start_time/title/location.get_event— Fetch one event by id (full projection).get_place— Fetch one place by id (full projection, incl.event_venues— The venue(s) and bear-friendly places linked to an event, each with distance_km — 'the venue, plus nearby stays/brunches, with distances'.event_titleholders— Title holders crowned/tied to an event (reverse lookup) — 'who to meet' at this event.event_relations— How an event composes into a trip — directed relations to another event or place: pairs_with (geographic pairing), precedes/follows (temporal sequencing), combine_with (e.g.event_creators— The line-up: creators (DJs, musicians, drag performers, hosts) performing at or tied to an event, each with their role and whether it's official.