Content Tools
justblogged.com
Manages blogs by listing, retrieving, creating, updating blog settings, and listing blog members.
ENDPOINT 1
https://justblogged.com/mcp
MCP server metadata
- Name
- justblogged-mcp
- Version
- 0.1.0
Use resources for public JustBlogged guidance. Content-management tools require OAuth or a JustBlogged bearer key.
Known tools 39
list_blogsList the authenticated user's accessible blogs so later tool calls can target the right blogId.
Inferred read-onlyget_blogGet a single blog by ID, including settings like subdomain, domain, logo, and metadata.
Inferred read-onlyupdate_blogUpdate blog settings including name, subdomain, description, and logo.
Potential side effectslist_available_themesList built-in themes available for a blog and show which theme is currently active.
Inferred read-onlyget_theme_settingsGet theme settings schema and current values for a blog's active theme.
Inferred read-onlyswitch_themeSwitch a blog to a different built-in theme or to custom if theme files exist.
Inferred read-onlylist_theme_filesList the theme file tree for a blog (layouts, templates, assets, etc.
Inferred read-onlylist_postsList blog posts with pagination, filtering, and sorting by status, collection, tag, author, or date.
Inferred read-onlycreate_postCreate a new blog post with title, HTML content, author, collection, tags, metadata, slug, image, and publishing options.
Potential side effectsupdate_postUpdate any editable field on an existing blog post, including its author.
Potential side effectscreate_pageCreate a new static page with title, HTML body, metadata, slug, image, and status.
Potential side effectslist_redirectsList redirects for a blog with search, status, type, and pagination filters.
Inferred read-onlyupdate_redirectUpdate a redirect source, destination, status code, or active state.
Potential side effectscreate_collectionCreate a new collection with name, slug, and optional description.
Potential side effectsdelete_collectionDelete a collection by ID and optionally reassign its posts to another collection.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.