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.wisdomrock/primereact-mcp

NPM · PRIMEREACT-MCP · SCANNED AUG 3

105 PrimeReact v10 components with props, types, and events

Available components

+19 this week 65 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 (95 of 102), 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 (95 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1513 tokens (~35/item across 43 items; 43 tools + 0 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 Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · primereact-mcp

# add to Claude Code
claude mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
# add to Codex CLI
codex mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wisdomrock-primereact-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "primereact-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wisdomrock-primereact-mcp --command npx --arg -y --arg primereact-mcp
# ~/.hermes/config.yaml
mcp_servers:
  wisdomrock-primereact-mcp:
    command: "npx"
    args: ["-y", "primereact-mcp"]
// mcp.json
{
  "mcpServers": {
    "wisdomrock-primereact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "primereact-mcp"
      ]
    }
  }
}
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 +39
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 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 — 43 exposed · ~1,513 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
compare_components ~39

Compare two PrimeReact components side by side

NameTypeReqDescription
component1stringyesFirst component name
component2stringyesSecond component name

No output schema declared.

No examples provided.

export_component_docs ~30

Export complete documentation for a PrimeReact component in markdown format

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

find_by_event ~32

Find PrimeReact components that emit a specific event

NameTypeReqDescription
event_namestringyesEvent name to search for

No output schema declared.

No examples provided.

find_by_prop ~32

Find PrimeReact components that have a specific prop

NameTypeReqDescription
prop_namestringyesProperty name to search for

No output schema declared.

No examples provided.

find_components_with_feature ~55

Find PrimeReact components that support a specific feature (e.g., 'filter', 'lazy', 'virtual', 'template', 'multiple', 'disabled')

NameTypeReqDescription
featurestringyesFeature to search for in component sections

No output schema declared.

No examples provided.

generate_component_template ~42

Generate a basic template for a PrimeReact component with common props

NameTypeReqDescription
componentstringyesComponent name
include_eventsbooleanInclude event handlers

No output schema declared.

No examples provided.

get_accessibility_guide ~27

Get PrimeReact accessibility guide (WCAG compliance, ARIA, screen readers)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_accessibility_info ~28

Get accessibility information for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_categories ~15

Get all PrimeReact component categories

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_component ~37

Get detailed information about a specific PrimeReact component

NameTypeReqDescription
namestringyesComponent name (e.g., 'DataTable', 'Button')

No output schema declared.

No examples provided.

get_component_events ~27

Get all events for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_import ~29

Get the correct import statement for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_methods ~27

Get all methods for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_props ~29

Get all props/properties for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_pt ~35

Get Pass Through (PT) options for a PrimeReact component to customize DOM elements

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_sections ~31

Get all available sections/features for a PrimeReact component with examples

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_slots ~27

Get all slots for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_styles ~28

Get CSS class names for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_tokens ~31

Get design tokens (CSS variables) for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_component_url ~29

Get the official documentation URL for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_configuration ~62

Get PrimeReact application-wide configuration options (ripple, zIndex, locale, PT options, etc.)

NameTypeReqDescription
sectionstringOptional section: 'csp', 'dynamic', 'filtermode', 'locale', 'ripple', 'zindex', etc.

No output schema declared.

No examples provided.

get_data_components ~23

Get all PrimeReact data display components (tables, lists, trees)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_example ~78

Get a specific code example by PrimeReact component and section

NameTypeReqDescription
componentstringyesComponent name
sectionstringyesSection ID (e.g., 'basic', 'controlled', 'template')
variantstringExample variant: 'basic' for composition API, 'options' for options API (default: 'basic')

No output schema declared.

No examples provided.

get_form_components ~17

Get all PrimeReact form input components

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_guide ~40

Get a specific PrimeReact guide by name

NameTypeReqDescription
namestringyesGuide name
sectionstringOptional section ID within the guide

No output schema declared.

No examples provided.

get_icons_guide ~58

Get guide for using icons in PrimeReact (PrimeIcons, custom icons, FontAwesome, Material)

NameTypeReqDescription
typestringIcon type: 'primeicons' (default) or 'custom' (FontAwesome, Material, SVG)

No output schema declared.

No examples provided.

get_installation ~44

Get PrimeReact installation instructions

NameTypeReqDescription
environmentstringEnvironment/framework: 'vite', 'nuxt', 'laravel', or 'cdn'. Defaults to 'vite'

No output schema declared.

No examples provided.

get_overlay_components ~28

Get all PrimeReact overlay/popup components (dialogs, drawers, popovers, tooltips)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_passthrough_guide ~53

Get guide for using Pass Through (PT) to customize PrimeReact component DOM elements

NameTypeReqDescription
sectionstringOptional section: 'basic', 'global', 'instance', 'lifecycle', etc.

No output schema declared.

No examples provided.

get_performance_tips ~31

Get performance optimization tips for a specific PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_related_components ~31

Find PrimeReact components related to or similar to a given component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_tailwind_guide ~47

Get guide for integrating PrimeReact with Tailwind CSS

NameTypeReqDescription
sectionstringOptional section: 'overview', 'darkmode', 'animations', 'colorpalette', etc.

No output schema declared.

No examples provided.

get_theming_guide ~49

Get detailed PrimeReact theming guide (styled mode, unstyled mode, design tokens)

NameTypeReqDescription
modestringTheming mode: 'styled' (default), 'unstyled'

No output schema declared.

No examples provided.

get_theming_info ~46

Get information about PrimeReact theming

NameTypeReqDescription
modestringTheming mode: 'styled', 'unstyled', or 'passthrough'. Defaults to 'styled'

No output schema declared.

No examples provided.

get_usage_example ~27

Get code examples for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name

No output schema declared.

No examples provided.

get_version_info ~17

Get PrimeReact version and compatibility information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_components ~28

List all available PrimeReact components with their categories

NameTypeReqDescription
categorystringOptional category filter

No output schema declared.

No examples provided.

list_examples ~31

List all available code examples across PrimeReact components

NameTypeReqDescription
componentstringOptional component name to filter examples

No output schema declared.

No examples provided.

list_guides ~19

List all available PrimeReact guides and documentation pages

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_all ~31

Search across all PrimeReact components, guides, props, and examples

NameTypeReqDescription
querystringyesSearch query

No output schema declared.

No examples provided.

search_components ~26

Search PrimeReact components by name or description

NameTypeReqDescription
querystringyesSearch query

No output schema declared.

No examples provided.

suggest_component ~55

Suggest PrimeReact components based on a use case description

NameTypeReqDescription
use_casestringyesDescription of what you want to build (e.g., 'data table with sorting', 'date picker', 'file upload', 'dropdown menu')

No output schema declared.

No examples provided.

validate_props ~42

Validate if props exist and are correctly used for a PrimeReact component

NameTypeReqDescription
componentstringyesComponent name
propsobjectyesProps object to validate

No output schema declared.

No examples provided.