MCP Apps Playground MCP Server
A demo MCP server showcasing interactive HTML UIs for tools like list sorting, flame graphs, and feature flags, enabling bidirectional communication between user and agent
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | mcp-apps-playground-cef3bc71 | Deployment | Insufficient Evidence |
|---|---|---|---|
| Canonical package | npm:mcp-apps-playground | Repository | digitarald/mcp-apps-playground |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 10% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | mcp-apps-playground | — | 0 | Repository |
| source_git | digitarald/mcp-apps-playground | 3ba7445c83fa7223b59fa54fb8f20fd502ca696f | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitdigitarald/mcp-apps-playground | 3ba7445c83fa7223b59fa54fb8f20fd502ca696fCurrent | Aug 24, 2026 | 5 toolsSucceeded · 6 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 5
| Tool | Category | Annotations | Risk |
|---|---|---|---|
database_queryQuery and filter sales database with interactive UI. Filter by date range, category, status, sales rep, and amount. Preview data in table format and export summaries.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"dateRange": {
"description": "Date range filter (default: 30d)",
"type": "string",
"enum": [
"7d",
"30d",
"90d",
"all"
]
},
"category": {
"description": "Product category filter",
"type": "string",
"enum": [
"Electronics",
"Clothing",
"Home",
"Sports",
"Books"
]
},
"status": {
"description": "Order status filter",
"type": "string",
"enum": [
"completed",
"pending",
"shipped",
"cancelled"
]
},
"salesRep": {
"description": "Filter by sales representative name",
"type": "string"
},
"minAmount": {
"description": "Minimum order amount filter",
"type": "number"
}
}
} | — | — | |
feature_flagsBrowse and select feature flags to generate SDK code. Shows flag status per environment (prod/staging/dev), rollout percentages, and tags. Multi-select flags to generate useFeatureFlag() hooks.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"environment": {
"description": "Default environment to show",
"type": "string",
"enum": [
"production",
"staging",
"development"
]
},
"filter": {
"description": "Filter flags by name or tag",
"type": "string"
},
"flags": {
"description": "Custom flags to display (uses sample data if not provided)",
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"description": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"status": {
"type": "object",
"properties": {
"production": {
"type": "string",
"enum": [
"on",
"off",
"partial"
]
},
"staging": {
"type": "string",
"enum": [
"on",
"off",
"partial"
]
},
"development": {
"type": "string",
"enum": [
"on",
"off",
"partial"
]
}
},
"required": [
"production",
"staging",
"development"
]
},
"rollout": {
"type": "number",
"minimum": 0,
"maximum": 100
}
},
"required": [
"key",
"description",
"tags",
"status",
"rollout"
]
}
}
}
} | — | — | |
flame_graphDisplay an interactive flame graph visualization for performance profiling. Shows call hierarchy with execution time. Click frames to zoom, analyze hot paths.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"title": {
"description": "Title for the profile visualization",
"type": "string"
},
"filename": {
"description": "Source filename or profile name",
"type": "string"
},
"profile": {
"description": "Profile data (uses simulated data if not provided)"
}
}
} | — | — | |
hello_worldDisplay a Hello World greeting with optional interactive UIInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name to greet"
},
"showUI": {
"description": "Show interactive UI panel",
"type": "boolean"
}
},
"required": [
"name"
]
} | — | — | |
list_sortDisplay an interactive list sorting UI. User can drag to reorder items, save the sorted order, or ask the AI to sort the list.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the item"
},
"label": {
"type": "string",
"description": "Display label for the item"
}
},
"required": [
"id",
"label"
]
},
"description": "List of items to sort"
},
"title": {
"description": "Optional title for the list",
"type": "string"
}
},
"required": [
"items"
]
} | — | — |
Resources 6
- database-query-ui
ui://mcp-apps-playground/database-queryInteractive sales database query UI with filters and preview
- feature-flags-ui
ui://mcp-apps-playground/feature-flagsFeature flag selector with multi-select and environment support
- flame-graph-ui
ui://mcp-apps-playground/flame-graphInteractive flame graph profiler visualization
- greeting-docs
mcp://mcp-apps-playground/docs/greetingDocumentation for the greeting tool
- greeting-ui
ui://mcp-apps-playground/greetingInteractive greeting UI panel
- list-sort-ui
ui://mcp-apps-playground/list-sortInteractive list sorting UI panel
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
MCP Apps Playground MCP Server questions
How do I install MCP Apps Playground MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does MCP Apps Playground MCP Server provide?
MCP Apps Playground MCP Server exposed 5 tools during independent protocol observation, including database_query, feature_flags, flame_graph, hello_world, list_sort.
Is MCP Apps Playground MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.