Model Context Protocol (MCP) server for Strapi CMS - AI-powered content management with natural language. Create, manage, and publish blog
Nksweb is installed from its publisher's own source and answers where it runs, so this marketplace is not in the path of a single call. There is no address here to send one to, and a panel that pretended otherwise would be showing you an answer we made up. Install it and call it from your own client — the Installation tab has the entry for each one.
Open InstallationWhat it does
MCP server for NKS-Web CMS tenant management - manage pages, articles, news, redirects, users, and analytics via Claude Code
Quickstart
# 1 — run it from where its publisher ships it
npx -y @nks-hub/nksweb-mcp
# 2 — ask your agent something
> MCP server for NKS-Web CMS tenant management - manage pages, articles, news, redirects, users, and analytics via Claude Code
Nksweb is free: there is no plan to choose, no cap to set and nothing that can bill you.
Collected from a public index. Nobody has claimed this account, so nothing here was written by its author — claim it if it is yours.
Where are you running it?
Every route below installs the same thing and ends at the same approval screen. This one runs on your machine: your client starts Nksweb as a process under your own user, with your files and your network, so the tool surface below is what it can do to your computer rather than to a server somewhere else. It is scanned, signed and pinned to the version you choose — read the surface before you approve it.
This is a public server: you run it yourself and this marketplace is not in the path. Claude Code registers it in one command.
claude mcp add nksweb-mcp -- npx -y @nks-hub/nksweb-mcpReconnect, or start a new session, and the tools appear in the model’s tool list.
One config entry your client uses to start the process locally. A local server runs with your file system and your network, which is why it is priced without metering.
49 tools, with what each one reads, writes and reaches shown before you agree — the same list on every route above. Read the tool surface.
Tool surface
What the model actually sees. Descriptions are diffed on every release — see version history.
Get aggregated traffic stats: sessions, pageviews, unique users,
Takes no parameters.
Top visited pages ranked by visit count. Returns page path,
Takes no parameters.
Top traffic sources ranked by visitor count. Shows referrer
Takes no parameters.
Get breakdown by any analytics dimension. Returns ranked list
Takes no parameters.
List blog/news articles for the current tenant. Returns id, name, url, descriptionShort, status, lang, categoryIds, and timestamps. Use this to see existing content before creating new articles.
Takes no parameters.
Get full article details including HTML content, categories, SEO metadata, and timestamps.
Takes no parameters.
Create a new blog article. Requires name and url (slug). Use descriptionShort for listing excerpts and description for full HTML content. Link to categories via categoryIds array. Set status=1 to publish.
Takes no parameters.
Update an existing article. Only send fields to change — omitted fields keep their current values. Use to publish drafts, update content, or reassign categories.
Takes no parameters.
Permanently delete an article. Soft-deleted — won
Takes no parameters.
List article categories. Categories use a nested tree structure — root categories have parent=null, subcategories reference their parent
Takes no parameters.
Get category details including title, description, and parent category reference.
Takes no parameters.
Create a new article category. Set parentId to nest under an existing category, or omit for a root-level category.
Takes no parameters.
Update a category
Takes no parameters.
Delete a category. Articles assigned to this category will lose the association.
Takes no parameters.
List uploaded files/media assets. Returns id, name, fileName (stored name), mimeType, fileSize, and timestamps. Files are images, documents, or other media uploaded through the CMS admin.
Takes no parameters.
Get file metadata by ID including original name, stored filename, MIME type, file size in bytes, and upload timestamp.
Takes no parameters.
Permanently delete a file and its physical storage. This removes the file from disk — any pages or articles referencing it will have broken links. Cannot be undone.
Takes no parameters.
List contact form submissions received from website visitors. Returns id, name, email, phone, subject, message body, isRead flag, and timestamps. Messages are sorted newest first. Use to monitor incoming inquiries.
Takes no parameters.
Get full details of a contact message including sender name, email, phone, subject, message body, IP address, read status, and timestamps.
Takes no parameters.
Mark a contact message as read or unread. Defaults to marking as read. Use to track which messages have been reviewed by an admin.
Takes no parameters.
Permanently delete a contact message. Cannot be undone.
Takes no parameters.
List news/announcement items for the current tenant. Returns id, name, url, published status, and timestamps. News items are time-based content like announcements, updates, or press releases.
Takes no parameters.
Get full details of a news item by ID including HTML content and publication status.
Takes no parameters.
Create a new news item. Requires name and url (slug). Set published=true to make it visible on the website immediately.
Takes no parameters.
Update a news item. Only send fields to change. Use to publish/unpublish (published flag) or update content.
Takes no parameters.
Permanently delete a news item by ID. This action cannot be undone.
Takes no parameters.
List CMS pages for the current tenant. Supports filtering by type, status, search term (matches name, url, content), and language. Returns id, name, url, content, type, status, SEO fields, and navigation flags.
Takes no parameters.
Get full details of a single page by ID including HTML content, SEO metadata, navigation settings, and timestamps.
Takes no parameters.
Create a new CMS page. Requires name and url (slug). The page type determines the template used for rendering. Set status=1 to publish, status=0 for draft. Navigation flags control where the page appears in menus.
Takes no parameters.
Update an existing page. Only send fields you want to change — omitted fields keep their current values. Use this to publish drafts (status=1), update content, or change navigation placement.
Takes no parameters.
List all content blocks for a page. Content blocks are named text sections stored in extraData.content_blocks, editable via Quill editors in admin. Returns key, label, and HTML content for each block.
Takes no parameters.
Create or update a single content block on a page. Content blocks are named text sections (e.g.
Takes no parameters.
Delete a single content block from a page by key. The template will fall back to its hardcoded default text. Preserves all other blocks and extraData keys.
Takes no parameters.
Permanently delete a page by ID. This uses soft-delete — the page may still exist in the database but won
Takes no parameters.
List URL redirect rules for the current tenant. Returns oldUrl, newUrl, statusCode, active flag, hitCount, and timestamps. Redirects handle moved/renamed pages to prevent broken links and preserve SEO.
Takes no parameters.
Get redirect rule details including hit count (how many times it was triggered) and last hit timestamp.
Takes no parameters.
Create a URL redirect rule. When a visitor hits oldUrl, they are redirected to newUrl with the specified HTTP status code. Use 301 for permanent moves (SEO-friendly), 302 for temporary, 307 for temporary with method preservation.
Takes no parameters.
Update a redirect rule. Use to change target URL, switch status code, enable/disable, or update notes.
Takes no parameters.
Delete a redirect rule. The old URL will return 404 after deletion.
Takes no parameters.
List all tenant settings as key-value pairs. Returns configuration like site name, contact info, social links, analytics IDs, theme settings, and feature flags. Settings control the tenant
Takes no parameters.
Get a specific setting value by its key. Common keys include: site_name, site_description, contact_email, contact_phone, address_*, rybbit_enabled, rybbit_site_id, social media URLs.
Takes no parameters.
Update one or more settings at once. Pass a JSON object with key-value pairs. Only specified keys are updated — others remain unchanged. Use to configure site metadata, contact info, or feature flags.
Takes no parameters.
List available tenants. With a multi-tenant API key returns all active tenants.
Takes no parameters.
Switch the active tenant context for all subsequent MCP operations.
Takes no parameters.
List admin users for the current tenant. Returns id, name, username, and role. Sensitive fields (password, tokens) are excluded from the response.
Takes no parameters.
Get user profile by ID. Returns name, username, role, and timestamps. Password and security tokens are never exposed.
Takes no parameters.
Create a new admin user. Requires username (must be unique) and password. Role determines access level: 0=Admin (full access), 1=Moderator (limited access).
Takes no parameters.
Update a user
Takes no parameters.
Permanently delete a user account. The user will lose access immediately. Cannot be undone.
Takes no parameters.
- Every tool, no call limit
- No card, no account needed
- Source published under a licence you can read
- Runs on your machine — nothing of it reaches our gateway
- Nothing to cap, because nothing bills
What counts against your monthly calls
| Tool | Unit | Calls used | Out of the allowance |
|---|
Nothing here is billable. Nksweb costs nothing to install and nothing to call, at any volume.
Two independent axes, because powerful and malicious are different questions. The grade is threat only. The capability level is blast radius, and it is never a penalty on the grade — it is priced as one subtract-only term in the score, where you can see it.
| Term | Level | What it prices | Points |
|---|---|---|---|
| capability-exposure | moderate | capability blast radius (moderate) — client exposure if the model is manipulated | −3 |
| verification-discount | repo | publisher verification (public source) — no provenance, but the source is public and inspectable | −1 |
| coverage-honesty | source | inspection depth (source) — how much of the target the scan could see | −0 |
What the scan could actually read
A grade is only as meaningful as its coverage, so the scanner publishes its own depth before it publishes its result.
Tools were statically extracted from the published source (49 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command "npx -y <package>".
Capability — what it could do if the model were manipulated
Tags derived from each tool’s schema and the implementation, not from what the tool calls itself. moderate is the level these add up to.
| Tool | Capability tags | Why the tag was assigned |
|---|---|---|
| nksweb_analytics_overview | no tags | |
| nksweb_analytics_pages | no tags | |
| nksweb_analytics_referrers | no tags | |
| nksweb_analytics_metric | no tags | |
| nksweb_list_articles | no tags | |
| nksweb_get_article | no tags | |
| nksweb_create_article | no tags | |
| nksweb_update_article | no tags | |
| nksweb_delete_article | no tags | |
| nksweb_list_categories | no tags | |
| nksweb_get_category | no tags | |
| nksweb_create_category | no tags | |
| nksweb_update_category | no tags | |
| nksweb_delete_category | no tags | |
| nksweb_list_files | sensitive-source | |
| nksweb_get_file | no tags | |
| nksweb_delete_file | file-write | |
| nksweb_list_messages | no tags | |
| nksweb_get_message | no tags | |
| nksweb_mark_message_read | no tags | |
| nksweb_delete_message | no tags | |
| nksweb_list_news | no tags | |
| nksweb_get_news_item | no tags | |
| nksweb_create_news | no tags | |
| nksweb_update_news | no tags | |
| nksweb_delete_news | no tags | |
| nksweb_list_pages | no tags | |
| nksweb_get_page | untrusted-input | |
| nksweb_create_page | no tags | |
| nksweb_update_page | no tags | |
| nksweb_list_content_blocks | no tags | |
| nksweb_upsert_content_block | no tags | |
| nksweb_delete_content_block | no tags | |
| nksweb_delete_page | no tags | |
| nksweb_list_redirects | no tags | |
| nksweb_get_redirect | no tags | |
| nksweb_create_redirect | no tags | |
| nksweb_update_redirect | no tags | |
| nksweb_delete_redirect | no tags | |
| nksweb_list_settings | no tags | |
| nksweb_get_setting | no tags | |
| nksweb_update_settings | no tags | |
| nksweb_list_tenants | no tags | |
| nksweb_set_tenant | no tags | |
| nksweb_list_users | no tags | |
| nksweb_get_user | no tags | |
| nksweb_create_user | no tags | |
| nksweb_update_user | no tags | |
| nksweb_delete_user | no tags |
Toxic-flow graph
The lethal trifecta, checked as a graph rather than as a checklist: untrusted input, a sensitive source and an external sink have to meet before there is a path worth worrying about.
The public result for this release does not print the flow graph, so there is nothing to show here. That is not the same as "no paths were found": what the scan did read is above, under coverage.
Supply chain and provenance
This is the first scan of this surface here, so there is nothing yet to compare it against.
Every result on this tab comes from one deterministic pass over the published package — offline, rule by rule, and auditable line by line above. Same methodology version, same bytes, same score.
Release history
Pinned to 0.2.3 — the install command below asks for that release. A pin is part of an install, so it is kept for this visit and written down when you install.
No release note was published with this version.
Only accounts with at least 50 real tool calls against this server in the last 90 days can post. Ratings are weighted by how much the reviewer actually uses it, and publishers can reply once per review.
Writing one takes an account with at least 50 real tool calls against Nksweb in the last 90 days. That is the whole gate — there is no other way to post, which is why the counts beside each review are worth reading.
Nobody has reviewed this listing. The rating on the card is the mean of the reviews written here and nothing else, so there is no rating until somebody writes the first — which takes an account with 50 real tool calls against it.