Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mpmcgowen/metricui

NPM · @METRICUI/MCP-SERVER · SCANNED AUG 3

React dashboard components — API lookup, code generation, and prop validation for AI tools.

+11 this week 62 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add mpmcgowen-metricui -- npx -y @metricui/mcp-server
# add to Codex CLI
codex mcp add mpmcgowen-metricui -- npx -y @metricui/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mpmcgowen-metricui": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@metricui/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mpmcgowen-metricui --command npx --arg -y --arg @metricui/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  mpmcgowen-metricui:
    command: "npx"
    args: ["-y", "@metricui/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "mpmcgowen-metricui": {
      "command": "npx",
      "args": [
        "-y",
        "@metricui/mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 13 exposed · ~883 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
descriptionstringyesDashboard description: 'SaaS metrics with MRR, churn, user growth, revenue breakdown, and top customers table'
metricsarraySpecific metrics/sections to include
stylestringLayout density
themestringTheme preset (default: indigo)
variantstring

No output schema declared.

No examples provided.

generate_data_shape ~44

Generate the TypeScript interface for a component's required data shape

NameTypeReqDescription
componentstringyesComponent name
seriesarraySeries/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

NameTypeReqDescription
animateboolean
currencystring
denseboolean
localestring
nullDisplaystring
variantstring

No output schema declared.

No examples provided.

generate_table_columns ~29

Generate DataTable column definitions from a list of fields

NameTypeReqDescription
fieldsarrayyesField 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

NameTypeReqDescription
componentstringyesComponent 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.

NameTypeReqDescription
componentstringyesComponent name: KpiCard, AreaChart, BarChart, DonutChart, LineChart, DataTable, StatGroup, Sparkline, Badge
featuresarrayFeatures 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.

NameTypeReqDescription
frameworkstringTarget 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

NameTypeReqDescription
categorystringFilter by category

No output schema declared.

No examples provided.

search_components ~44

Search MetricUI components by use case description. Returns ranked results.

NameTypeReqDescription
querystringyesNatural 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?'

NameTypeReqDescription
limitnumberMax results to return (default 5)
querystringyesNatural language query, e.g. 'how to format currency', 'dark mode setup', 'table pagination', 'sparkline'
typestringFilter results by content type

No output schema declared.

No examples provided.

suggest_format ~55

Suggest the right format configuration for a value type

NameTypeReqDescription
sampleValuenumberA sample value to show formatted output
valueTypestringyesWhat 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

NameTypeReqDescription
componentstringyes
propsobjectyesProps to validate as key-value pairs

No output schema declared.

No examples provided.