io.github.wisdomrock/primereact-mcp
NPM · PRIMEREACT-MCP · SCANNED AUG 3
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 →
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
- 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 41 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wisdomrock-primereact-mcp -- npx -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": {
"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.
- 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.
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.
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.
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.