TavernFinder
io.github.bmachado86/tavernfinderFind tabletop events, venues, and games. RSVP, register, create events via personal token.
Tools · 6
Search for upcoming tabletop gaming events (tournaments, leagues, casual play) near a location.
Search for local game stores, hobby centers, and community spaces.
Search for board games in our catalog to find their BoardGameGeek IDs (required for filtering events by game).
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.
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 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 …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tavernfinder": {
"url": "https://mcp.tavernfinder.com/mcp",
"transport": "streamable-http"
}
}
}