pagekit (arovi-labs/pagekit) is an MCP server listed on the M8ven Trust Index. It scores 62 out of 100, grade C. It declares 13 tools. No publisher has claimed this listing.
The content layer for your website. Open-source SDK, MCP server, CLI, and framework integrations.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
arovi-labs
Source: github_repo_search
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
pagekit_list_mediaList all media assets (images, files, videos). Example: pagekit_list_media() — recent media pagekit_list_media({ limit: 50 }) — more results
pagekit_create_mediaRegister an existing media asset (already uploaded to storage). This does NOT upload a file — it registers metadata for a file that already exists at a public URL. Example: pagekit_create_media({ url: "https://cdn.example.com/image.png", filename: "image.png", mimeType: "image/png", …
pagekit_delete_mediaDelete a media asset by ID. Example: pagekit_delete_media({ id: "clx1234..." })
pagekit_list_postsList blog posts with filters. Returns paginated results. Examples: pagekit_list_posts() — list recent posts pagekit_list_posts({ status: "published" }) — only published pagekit_list_posts({ tag: "nextjs", limit: 5 }) — 5 posts tagged "nextjs" pagekit_list_posts({ search: "react", status: "d…
pagekit_get_postGet a single post by ID or slug. Returns full post content including Markdown body. Examples: pagekit_get_post({ slug: "my-first-post" }) pagekit_get_post({ id: "clx1234..." })
pagekit_create_postCreate a new blog post. Tags are auto-created if they don't exist. Examples: pagekit_create_post({ title: "Hello World", content: "# Hello\n\nThis is my first post." }) pagekit_create_post({ title: "Draft", status: "draft", tags: ["react", "nextjs"] }) pagekit_create_post({ title: "SEO Post",…
pagekit_update_postUpdate an existing post. Only provided fields are changed. Examples: pagekit_update_post({ id: "clx1234...", title: "New Title" }) pagekit_update_post({ id: "clx1234...", status: "published" }) pagekit_update_post({ id: "clx1234...", tags: ["updated-tag"] })
pagekit_delete_postPermanently delete a post by ID. This cannot be undone. Example: pagekit_delete_post({ id: "clx1234..." })
pagekit_project_infoGet information about the current project — name, slug, post counts, and API key status. This is the "who am I" endpoint for your API key. Example: pagekit_project_info()
pagekit_healthCheck if the Pagekit API is reachable and responding. Example: pagekit_health()
pagekit_list_tagsList all tags with post counts. Example: pagekit_list_tags() — all tags pagekit_list_tags({ search: "react" }) — filter by name
pagekit_list_categoriesList all categories. Example: pagekit_list_categories()
pagekit_list_authorsList all authors. Example: pagekit_list_authors()
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
PAGEKIT_API_KEYStart the server with: =pk_live_... pagekit-mcp --httpPAGEKIT_API_URLAPI base URLPORTTests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/arovi-labs/pagekit)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check