Kywi Software MCP Server

@kywi-software/mcp npm v0.24.0

Published by @kywi-software — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Model Context Protocol servers for Kywi CMS — a site server (content/nav/media over the REST API) and a developer server (kywi.config.ts scaffolding and mutation).

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 3

high Read-and-egress in one tool: "create_webhook"MTC-FLOW-003

Tool "create_webhook" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow create_webhook

high Shell/command execution in server code (dist/developer/tools/config-mutation.js)MTC-SRC-002

In the server's implementation (`dist/developer/tools/config-mutation.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execFile } from 'node:child_process'; import { promisify } from 'node:util'; import { z } from 'zod'; import { textRes

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/developer/tools/config-mutation.js

medium Unconstrained URL/host parameter "url" on "create_webhook"MTC-CAP-007

Tool "create_webhook" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool create_webhook · inputSchema.properties.url

Tools 70

Each tool and what it can reach — statically extracted from the published source.

  • create_webhooknetwork egressreads sensitive data
  • add_content_typeno sensitive capability
  • add_fieldno sensitive capability
  • add_moduleno sensitive capability
  • add_pluginno sensitive capability
  • add_rowno sensitive capability
  • add_themeno sensitive capability
  • approve_contentno sensitive capability
  • bulk_create_contentno sensitive capability
  • bulk_publishno sensitive capability
Show 60 more tools ↓
  • copy_contentno sensitive capability
  • create_api_keyno sensitive capability
  • create_contentno sensitive capability
  • create_feedno sensitive capability
  • create_userno sensitive capability
  • delete_contentno sensitive capability
  • delete_mediano sensitive capability
  • execute_feedno sensitive capability
  • get_breadcrumbsno sensitive capability
  • get_building_patternsno sensitive capability
  • get_config_summaryno sensitive capability
  • get_contentno sensitive capability
  • get_content_typesno sensitive capability
  • get_layoutno sensitive capability
  • get_menuno sensitive capability
  • get_modulesno sensitive capability
  • get_navno sensitive capability
  • get_pluginsno sensitive capability
  • get_site_configno sensitive capability
  • get_themesno sensitive capability
  • get_treeno sensitive capability
  • list_api_keysno sensitive capability
  • list_componentsno sensitive capability
  • list_contentno sensitive capability
  • list_content_typesno sensitive capability
  • list_feedsno sensitive capability
  • list_mediano sensitive capability
  • list_menusno sensitive capability
  • list_module_typesno sensitive capability
  • list_pending_contentno sensitive capability
  • list_usersno sensitive capability
  • list_webhooksno sensitive capability
  • move_contentno sensitive capability
  • personalize_moduleno sensitive capability
  • preview_schemano sensitive capability
  • publish_contentno sensitive capability
  • reject_contentno sensitive capability
  • remove_fieldno sensitive capability
  • remove_moduleno sensitive capability
  • remove_rowno sensitive capability
  • restore_versionno sensitive capability
  • revoke_api_keyno sensitive capability
  • run_migrationno sensitive capability
  • scaffold_componentno sensitive capability
  • scaffold_content_typeno sensitive capability
  • scaffold_site_structureno sensitive capability
  • scaffold_themeno sensitive capability
  • search_contentno sensitive capability
  • seed_contentno sensitive capability
  • submit_for_reviewno sensitive capability
  • unpublish_contentno sensitive capability
  • update_contentno sensitive capability
  • update_content_typeno sensitive capability
  • update_feedno sensitive capability
  • update_layoutno sensitive capability
  • update_module_propsno sensitive capability
  • update_site_configno sensitive capability
  • update_theme_regionsno sensitive capability
  • upload_mediano sensitive capability
  • upsert_menuno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 10

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.24.0 latest A 93/100 3 1.13.0 2026-09-07
v0.19.0 A 93/100 3 1.13.0 2026-09-01
v0.16.0 A 93/100 3 1.13.0 2026-08-31
v0.15.2 A 93/100 3 1.13.0 2026-08-30
v0.14.0 A 93/100 4 1.13.0 2026-08-29
Show 5 more versions ↓
v0.13.0 A 93/100 4 1.13.0 2026-08-25
v0.12.1 A 93/100 4 1.12.1 2026-07-31
v0.10.0 A 93/100 4 1.12.1 2026-07-28
v0.8.0 A 93/100 4 1.12.1 2026-07-27
v0.7.1 A 93/100 4 1.10.0 2026-07-27

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/kywi-software-mcp/badge.svg)](https://mcptrustchecker.com/registry/kywi-software-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/kywi-software-mcp"><img src="https://mcptrustchecker.com/registry/kywi-software-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/kywi-software-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @kywi-software/mcp --online

Use the free API → How scoring works

More in API Development