MCP Hub
Back to servers

trivia

Trivia MCP — wraps Open Trivia Database (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-trivia

MCP server for trivia questions from Open Trivia Database. Free, no auth required.

Tools

ToolDescription
get_questionsFetch trivia questions with optional category, difficulty, and type filters
list_categoriesList all available trivia categories and their IDs
get_category_statsGet question counts for a specific category

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "get_questions",
      "arguments": { "amount": 5, "difficulty": "medium" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review