Totem speaks the Model Context Protocol (MCP). AI agents (Claude, ChatGPT, your own LLM stack) can connect and call tools that create events, invite participants, advance games, and read game-type documentation.
https://app.totemteam.com/mcpJSON-RPC 2.0 over HTTPS. Bearer-token authenticated.
RFC 9728 + RFC 8414. Most MCP clients fetch these automatically once they receive a 401 from the endpoint above.
WWW-Authenticate header pointing at the protected-resource doc.https://app.totemteam.com/mcp/oauth/register for Dynamic Client Registration (RFC 7591) and gets back a client_id / client_secret.Tool names exposed by tools/list (visibility filtered by the caller's role at runtime):
complete_gamecreate_eventcreate_participationdelete_eventget_eventget_game_guideget_participation_linkinvite_participantlist_allowed_game_typeslist_event_participantslist_upcoming_eventsmove_game_to_next_stepmove_game_to_previous_stepresend_invitationsend_invitationssupport.list_recent_conversationssupport.read_conversationupdate_eventupdate_participantWorkflow documentation served by resources/list / resources/read (filtered by the caller's permissions):
totem://game-types/ice_breakertotem://game-types/recognition_gametotem://game-types/self_serve_team_buildingtotem://game-types/celebration_totemtotem://game-types/welcome_totemtotem://game-types/team_building_for_facilitatorstotem-ai-chatbot1.02024-11-05