ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Open Trivia Database with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access a massive database of trivia questions. fetch quizzes by category, manage session tokens, and track global question statistics.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Open Trivia Database capability set.

These are the exact actions your AI can choose when you ask it to work with Open Trivia Database.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Open Trivia Database.

  1. 01

    Reset token

    Reset a session token

  2. 02

    Get questions

    Retrieve trivia questions

  3. 03

    Request token

    Tokens expire after 6 hours of inactivity. Retrieve a session token

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Open Trivia Database.

  1. 04

    Get categories

    Lookup all trivia categories

  2. 05

    Get category count

    Get question count for a category

  3. 06

    Get global count

    Get globalThis question count

Observed, not estimated

859ms average. Fast in production.

Open Trivia Database is checked daily against the live service.

Daily averagePeak 1026ms
Aug 20Today
Fastest day
660ms
Slowest day
1026ms
14-day trend
Slowing+24%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Open Trivia Database, so you can see the experience inside your AI.

It does not authenticate your account with Open Trivia Database. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Open Trivia Database Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_B9DZyIRNJqckSjVl5xjofWQ84WFnYPALVWC9Xgbn/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Open Trivia Database capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "opentrivia-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_B9DZyIRNJqckSjVl5xjofWQ84WFnYPALVWC9Xgbn/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Open Trivia Database owners ask.

  • 01

    How do I ensure I don't get the same trivia question twice?

    First, use the request_token capability to generate a session token. Then, include this token in your get_questions requests. The API will track your history and exclude previously seen questions for 6 hours.

  • 02

    How can I find the ID for a specific category like 'Science & Nature'?

    Use the get_categories capability. It returns a complete list of all available trivia categories along with their unique numerical IDs, which you can then use to filter your questions.

  • 03

    Is there a way to check how many questions are available in a specific category?

    Yes, use the get_category_count capability and provide the category ID. It will return the total number of questions available for that specific topic, including difficulty breakdowns.