Skip to main content
Glama
ctocamar

mcp-apps-dashboard-demo

by ctocamar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost address for the HTTP server when using streamable-http transport.
MCP_PORTNoPort for the HTTP server when using streamable-http transport.
MCP_TRANSPORTNoTransport 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

CapabilityDetails
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

NameDescription
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 ui://panel-metricas/dashboard; este tool solo la referencia (vía _meta.ui.resourceUri) para que el host la pinte.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
dashboard_uiRecurso 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

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap. Each tool (the sole tool) has a clear, distinct purpose.

Naming Consistency5/5

With a single tool, naming consistency is trivially satisfied. The name 'panel_metricas' is clear and follows a consistent style within the set.

Tool Count3/5

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.

Completeness5/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues