Realtime Sales Dashboard
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Realtime Sales Dashboardshow the live sales dashboard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Realtime Sales Dashboard — MCP Apps + WebSocket
A live, auto-refreshing sales dashboard built as an MCP (Model Context Protocol) server with an embedded rich UI. The dashboard streams simulated sales data for Indian states via WebSocket, rendering KPI cards, state-level rankings, sparkline charts, and a live activity feed — all inside an MCP App iframe.
Article
Read the full article for more details on how this functionality is added -
How I Added WebSocket-Powered Realtime Streaming to MCP Apps
Related MCP server: MCP Lab Workshop Server
Demo
Key Features
Live KPI Cards — Revenue, Orders, Conversion Rate, AOV, and New Customers with delta indicators and sparkline micro-charts
State Rankings Chart — Horizontal bar chart (Chart.js) ranking all states by the selected metric, with toggleable state chips
Activity Feed — Real-time stream of simulated order, conversion, and customer events across Indian cities
WebSocket Push — Sub-2-second data refresh via a Python WebSocket server
Prerequisites
Node.js ≥ 18
Python ≥ 3.10
npm (comes with Node.js)
Quick Start
1. Install dependencies
# Node.js dependencies
npm install
# Python dependencies
pip install -r requirements.txt2. Start the WebSocket server
python ws_server.pyYou should see:
🚀 WebSocket server starting on ws://localhost:8765
📡 Dashboard clients connect to: ws://localhost:8765
⏱️ Push interval: 1.8s
✅ Server listening on ws://localhost:87653. Start the MCP server
In a separate terminal:
# Development (with hot-reload via tsx)
npm run dev
# — or — Production
npm run build
npm startYou should see:
🚀 MCP Apps Realtime Sales Dashboard server running at http://localhost:3000
📡 MCP endpoint: http://localhost:3000/mcpLicense
This project is licensed under the Apache License 2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceExposes live industrial IoT telemetry to any MCP client, streaming simulated sensor data from a fleet of machines and detecting anomalies, with the ability to inject faults on demand.4MIT
- Flicense-qualityCmaintenanceEnables real-time control of an interactive dashboard through MCP tools, allowing toggling features, updating stats, setting messages, and simulating traffic. Built on Cloudflare Workers with KV storage for educational purposes.
- Flicense-qualityCmaintenanceMCP server that controls an interactive dashboard demo, providing tools to toggle features, update stats, set messages, and simulate traffic via Cloudflare Workers.
- Flicense-qualityCmaintenanceMCP server for controlling a real-time interactive dashboard deployed on Cloudflare Workers. It provides tools to toggle features, update statistics, set messages, and simulate traffic.
Related MCP Connectors
Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required.
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
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/ashitaprasad/sample-realtime-dashboard-mcp-apps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server