A
licenseNot graded
qualityB
maintenanceWraps the Open Trivia Database to provide trivia categories and questions via MCP tools.
1 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one retrieves random questions, the other lists categories. No ambiguity.
Both tools follow a consistent verb_noun pattern: get_trivia_questions, list_trivia_categories.
With only 2 tools, the server feels thin. While it covers basic functionality, the small number is borderline for a trivia server.
The server lacks the ability to get questions filtered by category or difficulty, making the category list standalone and less useful. Notable missing operations.