Wraps the Open Trivia Database API with no authentication required. Exposes a single tool to list available trivia categories and their IDs, which you can then use to fetch questions. Useful if you're building quiz features, testing conversational flows with structured Q&A data, or need throwaway content for demos. Part of the Pipeworx gateway that bundles 673+ data sources, so you can either connect to this standalone endpoint or access it through their unified gateway. The ask_pipeworx interface lets you query in natural language instead of calling tools directly. Free tier available since the underlying Open Trivia DB requires no API key.
Trivia MCP — wraps Open Trivia Database (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
list_categories | List all available trivia categories and their IDs. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"trivia": {
"url": "https://gateway.pipeworx.io/trivia/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Trivia data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured