Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

TavernFinder

io.github.bmachado86/tavernfinder

Find tabletop events, venues, and games. RSVP, register, create events via personal token.

Uptime
100.0%
1 direct probes · 30d
Response
410ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_events

Search for upcoming tabletop gaming events (tournaments, leagues, casual play) near a location.

search_venues

Search for local game stores, hobby centers, and community spaces.

search_games

Search for board games in our catalog to find their BoardGameGeek IDs (required for filtering events by game).

rsvp_event

RSVP / join a TavernFinder event on behalf of the authenticated user. Requires a personal access token with the `write:rsvp` scope. Use search_events first to find the venueId + eventId pair.

register_user

Create a new TavernFinder account. Returns access + refresh tokens that the agent can use immediately. The new user is unverified until they click the email verification link, but most read paths stil…

create_event

Create a new event (open event or private table) at a venue on behalf of the user. Requires a personal access token with the `write:create_event` scope. The user must be a member of the venue (player …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tavernfinder": {
      "url": "https://mcp.tavernfinder.com/mcp",
      "transport": "streamable-http"
    }
  }
}