io.github.mpmcgowen/metricui
NPM · @METRICUI/MCP-SERVER · SCANNED AUG 3
React dashboard components — API lookup, code generation, and prop validation for AI tools.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 127 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 1983 tokens (~104/item across 19 items; 13 tools + 6 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 70% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @metricui/mcp-server
claude mcp add mpmcgowen-metricui -- npx -y @metricui/mcp-server
codex mcp add mpmcgowen-metricui -- npx -y @metricui/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mpmcgowen-metricui": {
"type": "local",
"command": [
"npx",
"-y",
"@metricui/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add mpmcgowen-metricui --command npx --arg -y --arg @metricui/mcp-server
mcp_servers:
mpmcgowen-metricui:
command: "npx"
args: ["-y", "@metricui/mcp-server"] {
"mcpServers": {
"mpmcgowen-metricui": {
"command": "npx",
"args": [
"-y",
"@metricui/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +37
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: fail → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- Licence: MIT functional
- 1 Aug 26 +18
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 51
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@metricui/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
generate_dashboard ~155
Generate a COMPLETE, production-quality MetricUI dashboard with theme presets, MetricGrid auto-layout, DashboardHeader with live status, FilterProvider + PeriodSelector, advanced KpiCards (conditions, goals, sparkline overlays), charts with reference lines and threshold bands, data-driven Callout alerts, and rich DataTable. Returns a full page.tsx file ready to use.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | Dashboard description: 'SaaS metrics with MRR, churn, user growth, revenue breakdown, and top customers table' |
| metrics | array | — | Specific metrics/sections to include |
| style | string | — | Layout density |
| theme | string | — | Theme preset (default: indigo) |
| variant | string | — | — |
No output schema declared.
No examples provided.
generate_data_shape ~44
Generate the TypeScript interface for a component's required data shape
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
| series | array | — | Series/field names to include |
No output schema declared.
No examples provided.
generate_provider_config ~64
Generate MetricProvider configuration JSX with only the fields you need
| Name | Type | Req | Description |
|---|---|---|---|
| animate | boolean | — | — |
| currency | string | — | — |
| dense | boolean | — | — |
| locale | string | — | — |
| nullDisplay | string | — | — |
| variant | string | — | — |
No output schema declared.
No examples provided.
generate_table_columns ~29
Generate DataTable column definitions from a list of fields
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | yes | Field definitions |
No output schema declared.
No examples provided.
get_component_api ~55
Get the full API reference for a specific MetricUI component — all props, types, defaults, examples
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name, e.g. 'KpiCard', 'AreaChart', 'DataTable' |
No output schema declared.
No examples provided.
get_component_example ~136
Returns a complete, working code example for a MetricUI component with the requested features enabled. The example uses realistic sample data and has every relevant prop annotated. You adapt the values/labels to your specific use case — the structure and props are correct as-is.
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name: KpiCard, AreaChart, BarChart, DonutChart, LineChart, DataTable, StatGroup, Sparkline, Badge |
| features | array | — | Features to include in the example: comparison, sparkline, goal, conditions, dense, animation, stacked, grouped, horizontal, footer, pagination, etc. |
No output schema declared.
No examples provided.
get_setup_guide ~58
Get complete setup instructions for MetricUI — install commands, peer dependencies, provider setup, CSS imports, and framework-specific configuration for Next.js, Vite, or CRA.
| Name | Type | Req | Description |
|---|---|---|---|
| framework | string | — | Target framework (default: nextjs) |
No output schema declared.
No examples provided.
init_project ~39
Initialize a project for MetricUI — generates CLAUDE.md content with usage instructions so AI tools always use MetricUI components. Run this once per project.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_components ~29
List all MetricUI components, optionally filtered by category
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category |
No output schema declared.
No examples provided.
search_components ~44
Search MetricUI components by use case description. Returns ranked results.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Natural language, e.g. 'show revenue over time' or 'pie chart' |
No output schema declared.
No examples provided.
search_docs ~122
Search all MetricUI documentation — components, props, types, patterns, format examples, and guides. Returns ranked results with snippets. Use this when a user asks conceptual questions like 'how do I set up dark mode?' or 'what format should I use for currency?'
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results to return (default 5) |
| query | string | yes | Natural language query, e.g. 'how to format currency', 'dark mode setup', 'table pagination', 'sparkline' |
| type | string | — | Filter results by content type |
No output schema declared.
No examples provided.
suggest_format ~55
Suggest the right format configuration for a value type
| Name | Type | Req | Description |
|---|---|---|---|
| sampleValue | number | — | A sample value to show formatted output |
| valueType | string | yes | What kind of value: revenue, percentage, time, count, etc. |
No output schema declared.
No examples provided.
validate_props ~53
Validate a MetricUI component's prop configuration — catches unknown props, type mismatches, deprecated usage, and common mistakes
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | — |
| props | object | yes | Props to validate as key-value pairs |
No output schema declared.
No examples provided.