← runriva.com
INDIVIDUAL MCP TOOL
quizbase_subcategories
Raw subcategory dump (LLM-organic kebab-case, middle taxonomy layer between category and tags) with display label and count.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.quizbase]
url = "https://quizbase.runriva.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quizbase": {
"type": "http",
"url": "https://quizbase.runriva.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quizbase
Remote MCP URL: https://quizbase.runriva.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"quizbase": {
"url": "https://quizbase.runriva.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quizbase": {
"type": "http",
"url": "https://quizbase.runriva.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quizbase",
"transport": "streamable-http",
"url": "https://quizbase.runriva.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
quizbase_random— Fetch N random trivia questions matching filters.quizbase_list— Cursor-paginated browse over the catalog.quizbase_question_by_id— Fetch one question with FULL per-record attribution (source, author, license, modifications, lastModified, sourceId, url) and `quality: "high" | "needs_review"` (always present — deep-link semantic means full row).quizbase_stats— Public catalog counters with live breakdowns by language, source, category, difficulty, topic, tag.quizbase_topics— Discover curated topics (2,184 entries with aliases).quizbase_topic_by_slug— Fetch one curated topic with facets (byCategory, byDifficulty, byLanguage, coOccurringTags, coOccurringSubcategories) and 3 sample questions.quizbase_tags— Raw tag dump (10k+ entries) with display label and question count.quizbase_categories— List of 24 top-level categories with i18n labels.