Trivia By Api Ninjas MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Not applicable (不适用) | |
| PORT | No | Not applicable (不适用) | |
| API_KEY | Yes | API 密钥 (API Key for Trivia By Api Ninjas) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| v1triviaC | API Ninjas Trivia API endpoint |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'v1trivia' stands alone with a clear, singular purpose.
A single tool inherently has perfect naming consistency, as there are no other tools to compare it against. The name 'v1trivia' is straightforward and follows a simple pattern.
One tool is too few for most practical server purposes, as it severely limits functionality and flexibility. For a trivia API, this likely means only basic querying is supported without advanced features like filtering or categories.
The server appears to cover only a single endpoint for trivia, which is a significant gap for a trivia domain. Missing operations might include filtering by category, difficulty, or type, making the surface incomplete for varied trivia needs.