← Registry

Content Tools

justblogged.com

Manages blogs by listing, retrieving, creating, updating blog settings, and listing blog members.

1 endpoint39 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://justblogged.com/mcp

No auth detected

MCP server metadata

Name
justblogged-mcp
Version
0.1.0
Capabilities
toolsresources
Server instructions

Use resources for public JustBlogged guidance. Content-management tools require OAuth or a JustBlogged bearer key.

Known tools 39

list_blogs

List the authenticated user's accessible blogs so later tool calls can target the right blogId.

Inferred read-only
get_blog

Get a single blog by ID, including settings like subdomain, domain, logo, and metadata.

Inferred read-only
list_blog_members

List blog members who can be assigned as post authors.

Potential side effects
create_blog

Create a new blog.

Potential side effects
update_blog

Update blog settings including name, subdomain, description, and logo.

Potential side effects
delete_blog

Delete a blog by ID.

Potential side effects
get_blog_metadata

Get custom metadata for a blog (SEO fields, themeId, etc.

Inferred read-only
update_blog_metadata

Merge custom metadata into a blog.

Inferred read-only
update_blog_domain

Configure or remove a blog's custom domain.

Potential side effects
list_available_themes

List built-in themes available for a blog and show which theme is currently active.

Inferred read-only
get_theme_settings

Get theme settings schema and current values for a blog's active theme.

Inferred read-only
update_theme_settings

Update one or more theme setting values for a blog.

Potential side effects
switch_theme

Switch a blog to a different built-in theme or to custom if theme files exist.

Inferred read-only
list_theme_files

List the theme file tree for a blog (layouts, templates, assets, etc.

Inferred read-only
get_theme_file

Read a theme file by path (e.

Inferred read-only
update_theme_file

Create or update a theme file.

Potential side effects
delete_theme_file

Delete a custom theme file from a blog.

Potential side effects
upload_image

Upload an image to a blog.

Potential side effects
list_posts

List blog posts with pagination, filtering, and sorting by status, collection, tag, author, or date.

Inferred read-only
get_post

Get a single blog post by ID.

Potential side effects
create_post

Create a new blog post with title, HTML content, author, collection, tags, metadata, slug, image, and publishing options.

Potential side effects
update_post

Update any editable field on an existing blog post, including its author.

Potential side effects
delete_post

Delete a blog post by ID.

Potential side effects
list_pages

List static pages with pagination, filtering, and sorting.

Inferred read-only
get_page

Get a single static page by ID.

Inferred read-only
create_page

Create a new static page with title, HTML body, metadata, slug, image, and status.

Potential side effects
update_page

Update any editable field on an existing static page.

Potential side effects
delete_page

Delete a static page by ID.

Potential side effects
list_redirects

List redirects for a blog with search, status, type, and pagination filters.

Inferred read-only
create_redirect

Create a redirect for a blog.

Potential side effects
update_redirect

Update a redirect source, destination, status code, or active state.

Potential side effects
delete_redirect

Delete a redirect by ID.

Potential side effects
list_tags

List blog tags with optional case-insensitive search filtering.

Inferred read-only
update_tag

Rename a blog tag.

Inferred read-only
delete_tag

Delete a blog tag by ID.

Potential side effects
list_collections

List all collections for a blog.

Inferred read-only
create_collection

Create a new collection with name, slug, and optional description.

Potential side effects
update_collection

Update an existing collection's name, slug, or description.

Potential side effects
delete_collection

Delete a collection by ID and optionally reassign its posts to another collection.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.justblogged-mcp]
url = "https://justblogged.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "justblogged-mcp": {
      "type": "http",
      "url": "https://justblogged.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: justblogged-mcp
Remote MCP URL: https://justblogged.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "justblogged-mcp": {
      "url": "https://justblogged.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "justblogged-mcp": {
      "type": "http",
      "url": "https://justblogged.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "justblogged-mcp",
  "transport": "streamable-http",
  "url": "https://justblogged.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.