JustBlogged MCP server
Create, edit, organize, publish, and configure JustBlogged blogs from MCP clients.
Little public usage data yet
Reviews
Write oneNobody has reviewed JustBlogged yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
JustBlogged tools (45, 25 write)
write = sends, deletes, buys or postscreate_blogwrite actionFreeCreate a new blog. Subdomain is auto-generated from the name. Requires account-level OAuth or a user-scoped API key.
create_collectionwrite actionFreeCreate a new collection with name, slug, and optional description.
create_pagewrite actionFreeCreate a new static page with title, HTML body, metadata, slug, image, and status.
create_postwrite actionFreeCreate a new blog post with title, HTML content, author, collection, tags, metadata, slug, image, and publishing options.
create_redirectwrite actionFreeCreate a redirect for a blog. Requires owner or admin access through account-level OAuth or a user-scoped API key.
decide_content_reviewFreeApprove a pending content review or request changes. Approving a staged update to published content applies that revision.
delete_blogwrite actionFreeDelete a blog by ID. Only the blog owner can delete. Active subscriptions are cancelled automatically.
delete_collectionwrite actionFreeDelete a collection by ID and optionally reassign its posts to another collection.
delete_pagewrite actionFreeDelete a static page by ID.
delete_postwrite actionFreeDelete a blog post by ID.
delete_redirectwrite actionFreeDelete a redirect by ID. Requires owner or admin access through account-level OAuth or a user-scoped API key.
delete_tagwrite actionFreeDelete a blog tag by ID.
delete_theme_filewrite actionFreeDelete a custom theme file from a blog. Requires a Pro subscription. Cannot delete built-in-only files.
get_blogFreeGet a single blog by ID, including settings like subdomain, domain, logo, and metadata.
get_blog_metadataFreeGet custom metadata for a blog (SEO fields, themeId, etc.). Does not include themeSettings values.
get_content_revisionFreeGet one saved post or page revision, including its complete content snapshot.
get_latest_content_reviewFreeGet the latest review associated with the newest saved revision of a post or page.
get_pageFreeGet a single static page by ID.
get_postwrite actionFreeGet a single blog post by ID.
get_theme_fileFreeRead a theme file by path (e.g. layouts/theme.liquid). Falls back to the active built-in theme when no custom copy exists.
get_theme_settingsFreeGet theme settings schema and current values for a blog's active theme.
list_available_themesFreeList built-in themes available for a blog and show which theme is currently active.
list_blog_membersFreeList blog members who can be assigned as post authors. Use a member id as authorId in create_post or update_post.
list_blogsFreeList the authenticated user's accessible blogs so later tool calls can target the right blogId.
list_collectionsFreeList all collections for a blog.
list_content_reviewsFreeList content review requests for a blog, filtered by status.
list_content_revisionsFreeList the saved revision history for a post or page. Returns revision metadata without full snapshots.
list_pagesFreeList static pages with pagination, filtering, and sorting.
list_postsFreeList blog posts with pagination, filtering, and sorting by status, collection, tag, author, or date.
list_redirectsFreeList redirects for a blog with search, status, type, and pagination filters. Requires owner or admin access through account-level OAuth or a user-scoped API key.
list_tagsFreeList blog tags with optional case-insensitive search filtering.
list_theme_filesFreeList the theme file tree for a blog (layouts, templates, assets, etc.).
submit_content_reviewwrite actionFreeSubmit the latest saved revision of a draft post or page for review.
switch_themeFreeSwitch a blog to a different built-in theme or to custom if theme files exist.
update_blogwrite actionFreeUpdate blog settings including name, subdomain, description, and logo. Requires owner or admin access.
update_blog_domainwrite actionFreeConfigure or remove a blog's custom domain. Use domain only for custom domains (requires CNAME/A DNS). Use domain + domain_slug for subdirectory hosting (requires TXT DNS verification). Pass an empty domain string to remove the domain.
update_blog_metadatawrite actionFreeMerge custom metadata into a blog. Pass only the keys you want to add or update. Theme changes use the dedicated theme tools.
update_collectionwrite actionFreeUpdate an existing collection's name, slug, or description.
update_pagewrite actionFreeUpdate any editable field on an existing static page.
update_postwrite actionFreeUpdate any editable field on an existing blog post, including its author.
update_redirectwrite actionFreeUpdate a redirect source, destination, status code, or active state. Requires owner or admin access through account-level OAuth or a user-scoped API key.
update_tagwrite actionFreeRename a blog tag.
update_theme_filewrite actionFreeCreate or update a theme file. Requires a Pro subscription. Copies the built-in theme first if no custom files exist yet.
update_theme_settingswrite actionFreeUpdate one or more theme setting values for a blog. Unspecified values are preserved. Use get_theme_settings first to discover valid keys.
upload_imagewrite actionFreeUpload an image to a blog. Use the returned path as the image value when creating or updating a post, page, or blog.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1068ms20/20
- Tool poisoning45 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 25 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http justblogged https://justblogged.com/mcp
JustBlogged: common questions
- Is JustBlogged MCP server safe?
- With care: it is graded C, so read the findings first (57/100). Read the JustBlogged safety report
- How do I install JustBlogged?
- It runs remotely at justblogged.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does JustBlogged need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is JustBlogged maintained?
- The latest release is v0.1.0.
- Is JustBlogged up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.