io.github.UI5/webcomponents-react-mcp-server
NPM · @UI5/WEBCOMPONENTS-REACT-MCP · SCANNED AUG 3
MCP server for UI5 Web Components for React - Developer documentation and API assistance
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 Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
- 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 & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to UI5/webcomponents-react). View diagnostics → Pass
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1825 tokens (~304/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 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
- Structured output schemas are declared (20% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @ui5/webcomponents-react-mcp
claude mcp add ui5-webcomponents-react-mcp-server -- npx -y @ui5/webcomponents-react-mcp
codex mcp add ui5-webcomponents-react-mcp-server -- npx -y @ui5/webcomponents-react-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ui5-webcomponents-react-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@ui5/webcomponents-react-mcp"
],
"enabled": true
}
}
} openclaw mcp add ui5-webcomponents-react-mcp-server --command npx --arg -y --arg @ui5/webcomponents-react-mcp
mcp_servers:
ui5-webcomponents-react-mcp-server:
command: "npx"
args: ["-y", "@ui5/webcomponents-react-mcp"] {
"mcpServers": {
"ui5-webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-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 +65
- GHSA-frvp-7c67-39w9 affects this package: medium ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: pass → unverified ▼ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: UI5/webcomponents-react security
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 +7
- 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 −44
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Package version: 2.24.1 → 2.25.0 functional
- 27 Jul 26 50
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/@ui5/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- UI5/webcomponents-react
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/UI5/webcomponents-react/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2289796048
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:f0a16bcbf3953f96d750bdcd890028954b63558bd475274522c5800e54f7b38cfad8d3a4e9f62ed5b39f6238b5dc42211cb244d12bdcf11aaca87a799
- Discovery method:
- attestation_endpoint
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-frvp-7c67-39w9 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N | yes |
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.
create_app Create App ~188
Get scaffolding instructions for a new UI5 Web Components for React application from an official template. WHEN TO USE: The user wants to create a new app, project, or starter using UI5 Web Components for React. WORKFLOW: Call this tool to get the template setup instructions, then execute them. Available templates: - `nextjs-app` — Next.js (App Router) - `nextjs-pages` — Next.js (Pages Router) - `vite-ts` — Vite.js EXAMPLE INPUT: { "template": "vite-ts", "appName": "my-app" } EXAMPLE INPUT: { "template": "nextjs-app", "appName": "my-dashboard" }
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | yes | Name for the new application directory |
| template | string | yes | Template to use. Available: nextjs-app, nextjs-pages, vite-ts |
No output schema declared.
No examples provided.
get_component_api Component API Reference ~767
Get comprehensive API documentation for a UI5 Web Components React component including props, ref methods, types, event detail parameters, and CSS parts for shadow DOM styling. WHEN TO USE: You need exact prop names, types, default values, method signatures, event detail fields, or CSS part selectors for a specific component. DO NOT USE FOR: General guidance on styling, events, or architecture — use get_documentation instead. To discover component names — use list_components first. WORKFLOW: Use list_components to find the correct component name, then this tool for full API details. LIMITS: Returns data for one component per call. Returns all props and methods for that component. EXAMPLE INPUT: { "componentName": "Dialog" } **Output Format (JSON):** ```typescript { package: string, // NPM package name description: string, // Full JSDoc description with @tags, examples, notes props: { [propName: string]: { type: { name: string, // Type category (e.g., "string", "boolean", "enum") raw?: string, // Full TypeScript type string value?: Array<{ // For enums: possible values with descriptions value: string, description?: string }> }, required: boolean, // Whether prop is required defaultValue: any, // Default value if specified description: string, // Full prop description with notes eventDetail?: { // Present on event handler props (web components only) params: Array<{ // Fields available on e.detail name: string, // e.g., "targetRef", "escPressed", "item" type: string, // e.g., "HTMLElement", "boolean" description: string // What this detail field contains }>, cancelable: boolean, // true = e.preventDefault() prevent…
| Name | Type | Req | Description |
|---|---|---|---|
| componentName | string | yes | Component name (e.g., "Button", "AnalyticalTable"). Case-insensitive. Must match a component from @ui5/webcomponents-react, @ui5/webcomponents-react-charts, or @ui5/webcomponents-ai-react. |
| Name | Type | Req | Description |
|---|---|---|---|
| _meta | object | — | — |
| availableComponents | array | — | List of all valid component names (only present on not_found errors) |
| cssParts | array | — | CSS ::part() selectors for shadow DOM styling |
| description | string | — | Full component description |
| docUrl | string | — | Link to upstream documentation for complex behavioral concepts (e.g. layout algorithms) |
| error | string | — | Error message if component not found |
| errorType | string | — | Semantic error type for programmatic handling |
| isAbstract | boolean | — | True for abstract components (marked @abstract): they render into a parent’s DOM, not their own shadow root. When interacting in a real browser (tests), target the node returned by getDomRef() rather… |
| methods | array | — | Imperative methods accessible via ref |
| package | string | — | NPM package name |
| props | object | — | Component props with types, descriptions, and eventDetail |
| subTypeDocs | string | — | Additional documentation for complex prop types (e.g. AnalyticalTable column definition) |
No examples provided.
get_documentation Documentation & Guides ~466
Retrieve UI5 Web Components for React documentation, guides, and knowledge base articles. Documentation is bundled locally for instant offline access. WHEN TO USE: You need guidance on how to use the library — setup, styling, event handling, SSR, slots, i18n. DO NOT USE FOR: Looking up specific component props or methods — use get_component_api instead. For public utilities/hooks from @ui5/webcomponents-react-base — use get_public_utils. WORKFLOW: Call without parameters to see all available sections. Use section parameter for direct access, query for search. LIMITS: When fetchContent is true, full content is returned for at most 3 matching sections to control output size. EXAMPLE INPUT: { "section": "Knowledge Base > Styling", "fetchContent": true } EXAMPLE INPUT: { "query": "i18n", "fetchContent": true } EXAMPLE INPUT: {} (returns catalog of all documentation sections)
| Name | Type | Req | Description |
|---|---|---|---|
| endLine | integer | — | End line number (1-based, inclusive) for reading a portion of the documentation. Requires fetchContent: true. If omitted with startLine, reads to end of file. |
| fetchContent | boolean | — | Whether to include the full documentation markdown content. Set to true to retrieve full documentation text in addition to metadata. Content is read from bundled local files (no network required). Us… |
| query | string | — | Free-form search query to find relevant documentation. Searches across section names, descriptions, tags, and content topics. Examples: "styling", "migration", "i18n", "ssr", "slots", "forms". Use th… |
| section | string | — | Specific documentation section to retrieve by exact name. Use this for direct access when you know which section you need. Examples: "Getting Started", "Migration Guide", "Knowledge Base > Styling",… |
| startLine | integer | — | Start line number (1-based, inclusive) for reading a portion of the documentation. Requires fetchContent: true. Useful for large documents like the Change Log or Migration Guide. |
No output schema declared.
No examples provided.
get_public_utils Public Utilities & Hooks ~194
Get documentation for public utilities and hooks from @ui5/webcomponents-react-base. Covers Device API, ThemingParameters, useI18nBundle, useViewportRange, and withWebComponent. WHEN TO USE: You need to use device detection, theme-aware CSS variables in JS, internationalization hooks, responsive breakpoints, or wrap your own custom web components. DO NOT USE FOR: Looking up component props — use get_component_api. For general styling guidance — use get_documentation with section "Knowledge Base > Styling". LIMITS: Returns documentation for one utility per call, or an overview of all 5 utilities. EXAMPLE INPUT: { "name": "ThemingParameters" } EXAMPLE INPUT: { "name": "withWebComponent" } EXAMPLE INPUT: {} (returns overview of all utilities)
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | Specific utility/hook name. Omit to see all available utilities. |
No output schema declared.
No examples provided.
list_components Browse Components ~190
Browse all 212 available UI5 Web Components for React components across 4 packages with descriptions, categories, and import statements. WHEN TO USE: You need to discover which components exist, find the right component for a use case, or verify a component name before calling get_component_api. DO NOT USE FOR: Getting detailed props or methods — use get_component_api after finding the component name here. LIMITS: Returns all matching components at once (up to 212). Filter by category or package to reduce output size. EXAMPLE INPUT: { "category": "Inputs" } EXAMPLE INPUT: { "package": "@ui5/webcomponents-react-charts" } EXAMPLE INPUT: {} (returns all components)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter components by category. Omit to show all categories. |
| package | string | — | Filter components by npm package name. Omit to show all packages. |
No output schema declared.
No examples provided.