QMSCloud Reporting MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METABASE_API_KEY | Yes | The Metabase API key | |
| METABASE_BASE_URL | No | Base URL of the Metabase server (default: http://54.251.164.99:7777) | http://54.251.164.99:7777 |
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 |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_reportA | Fetch a QMSCloud report from Metabase and analyze it to answer the user's question. Returns a compact |
| list_reportsA | List the QMSCloud report keys this server can fetch from Metabase. |
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 2 tools
The two tools are clearly distinct: one lists available reports, the other fetches a specific report. No ambiguity.
Both tools follow a consistent verb_noun pattern with snake_case: list_reports and get_report.
For a focused reporting server with only one report type currently available, two tools (list and get) are appropriate and efficient.
Covers the essential operations for its narrow domain (listing and retrieving a report). However, it lacks support for other expected reports or more advanced filtering, limiting completeness.