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 |
Capabilities
Features and capabilities supported by this server
| 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). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctocamar/mcp-apps-dashboard-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server