io.github.wisdomrock/primereact-mcp
NPM · PRIMEREACT-MCP · SCANNED SEP 20
105 PrimeReact v10 components with props, types, and events
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. 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 89 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- 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 Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 43 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 43 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.wisdomrock/primereact-mcp server?
io.github.wisdomrock/primereact-mcp runs locally as an npm package, launched with npx -y primereact-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · primereact-mcp
claude mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
{
"mcpServers": {
"wisdomrock-primereact-mcp": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
} {
"servers": {
"wisdomrock-primereact-mcp": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
} codex mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wisdomrock-primereact-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"primereact-mcp"
],
"enabled": true
}
}
} openclaw mcp add wisdomrock-primereact-mcp --command npx --arg -y --arg primereact-mcp
mcp_servers:
wisdomrock-primereact-mcp:
command: "npx"
args: ["-y", "primereact-mcp"] {
"McpServers": {
"wisdomrock-primereact-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"primereact-mcp"
]
}
}
} assistant mcp add wisdomrock-primereact-mcp -t stdio -c npx -a -y primereact-mcp
{
"mcpServers": {
"wisdomrock-primereact-mcp": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
} 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.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
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 20 Sept 2026 · Analysed npm/primereact-mcp@1.2.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
compare_components ~39
Compare two PrimeReact components side by side
| Name | Type | Req | Description |
|---|---|---|---|
| component1 | string | yes | First component name |
| component2 | string | yes | Second component name |
No output schema declared.
No examples provided.
export_component_docs ~30
Export complete documentation for a PrimeReact component in markdown format
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
find_by_event ~32
Find PrimeReact components that emit a specific event
| Name | Type | Req | Description |
|---|---|---|---|
| event_name | string | yes | Event name to search for |
No output schema declared.
No examples provided.
find_by_prop ~32
Find PrimeReact components that have a specific prop
| Name | Type | Req | Description |
|---|---|---|---|
| prop_name | string | yes | Property 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')
| Name | Type | Req | Description |
|---|---|---|---|
| feature | string | yes | Feature 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
| include_events | boolean | – | Include 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component 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
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Component name (e.g., 'DataTable', 'Button') |
No output schema declared.
No examples provided.
get_component_events ~27
Get all events for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_import ~29
Get the correct import statement for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_methods ~27
Get all methods for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_props ~29
Get all props/properties for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_sections ~31
Get all available sections/features for a PrimeReact component with examples
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_slots ~27
Get all slots for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_styles ~28
Get CSS class names for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_tokens ~31
Get design tokens (CSS variables) for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_component_url ~29
Get the official documentation URL for a PrimeReact component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_configuration ~62
Get PrimeReact application-wide configuration options (ripple, zIndex, locale, PT options, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| section | string | – | Optional 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
| section | string | yes | Section ID (e.g., 'basic', 'controlled', 'template') |
| variant | string | – | Example 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
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Guide name |
| section | string | – | Optional 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)
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | – | Icon type: 'primeicons' (default) or 'custom' (FontAwesome, Material, SVG) |
No output schema declared.
No examples provided.
get_installation ~44
Get PrimeReact installation instructions
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | Environment/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
| Name | Type | Req | Description |
|---|---|---|---|
| section | string | – | Optional 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_related_components ~31
Find PrimeReact components related to or similar to a given component
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
No output schema declared.
No examples provided.
get_tailwind_guide ~47
Get guide for integrating PrimeReact with Tailwind CSS
| Name | Type | Req | Description |
|---|---|---|---|
| section | string | – | Optional 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)
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | – | Theming mode: 'styled' (default), 'unstyled' |
No output schema declared.
No examples provided.
get_theming_info ~46
Get information about PrimeReact theming
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | – | Theming 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component 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
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Optional category filter |
No output schema declared.
No examples provided.
list_examples ~31
List all available code examples across PrimeReact components
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | – | Optional 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
search_components ~26
Search PrimeReact components by name or description
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
suggest_component ~55
Suggest PrimeReact components based on a use case description
| Name | Type | Req | Description |
|---|---|---|---|
| use_case | string | yes | Description 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
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component name |
| props | object | yes | Props object to validate |
No output schema declared.
No examples provided.
What is the io.github.wisdomrock/primereact-mcp server?
io.github.wisdomrock/primereact-mcp is listed in the public MCP registry as io.github.wisdomrock/primereact-mcp. 105 PrimeReact v10 components with props, types, and events. This page covers its npm package (primereact-mcp).
Is the io.github.wisdomrock/primereact-mcp server safe to use?
io.github.wisdomrock/primereact-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.wisdomrock/primereact-mcp server expose?
io.github.wisdomrock/primereact-mcp exposes 43 tools: list_components, get_component, search_components, get_component_props, get_component_events, and 38 more. Their descriptions and schemas cost roughly 1,513 tokens of context every time the server is loaded.
Is the io.github.wisdomrock/primereact-mcp server still maintained?
io.github.wisdomrock/primereact-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.wisdomrock/primereact-mcp server under?
io.github.wisdomrock/primereact-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.