
TavernFinder
Find tabletop events, venues, and games.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Find tabletop events, venues, and games. RSVP, register, create events via personal token.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| 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 still work. |
| 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 role at minimum); only staff/CL can create open events. |