mcp-apps-dashboard-demo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address for the HTTP server when using streamable-http transport. | |
| MCP_PORT | No | Port for the HTTP server when using streamable-http transport. | |
| MCP_TRANSPORT | No | Transport mode for the MCP server (e.g., 'stdio' or 'streamable-http'). Defaults to 'stdio'. | stdio |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| panel_metricasA | Muestra un panel de métricas interactivo como interfaz embebida (MCP App). QUÉ HACE:
Abre un mini-dashboard renderizable dentro de la conversación: un
gráfico de barras con un selector para alternar entre dos datasets de
negocio ("Ventas" y "Visitas"). La interfaz vive en el recurso
CUÁNDO USARLO: Cuando el usuario pida ver, visualizar, graficar o comparar métricas de negocio (ventas y/o visitas), o pida "un panel"/"un dashboard". No lo uses para preguntas que se respondan solo con texto o un número suelto. Returns: Un texto breve de confirmación. La interfaz se renderiza a partir del recurso UI enlazado, no del texto devuelto aquí. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| dashboard_ui | Recurso UI predeclarado (MCP Apps / SEP-1865). Devuelve el HTML autocontenido del mini-dashboard (gráfico de barras + selector Ventas/Visitas). El host lo carga en un iframe aislado cuando el tool `panel_metricas` lo referencia. Los datos van embebidos en el propio HTML y el cambio de dataset se resuelve en JS del cliente (sin más red). |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap. Each tool (the sole tool) has a clear, distinct purpose.
With a single tool, naming consistency is trivially satisfied. The name 'panel_metricas' is clear and follows a consistent style within the set.
The server has only one tool, which feels thin for most server scopes. However, for a demo-focused server (mcp-apps-dashboard-demo), a single tool may be acceptable, but it is on the borderline.
The tool fully covers the server's stated purpose: displaying a metrics dashboard with a built-in dataset selector. There are no obvious gaps for this demo use case.