
TavernFinder
Find tabletop events, venues, and games.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Find tabletop events, venues, and games. RSVP, register, create events via personal token.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |