Your blog, agent-ready
Connect Claude Code, Claude Desktop, or any MCP-compatible client to your Blogee blog. Manage posts, replies, and settings through natural language — with tenant-scoped API keys that keep your data isolated.
Features
Your blog, your agent
Point any MCP-compatible client at your blog. No custom integration code required.
Scoped to your tenant only
Every API key is tied to your blog alone. No prompt can make it access another tenant's data.
Full read and write access
List, create, update, and delete posts. Manage replies. Read and update settings. All through natural language.
Zero configuration
Generate a key in your admin settings, paste a 5-line JSON snippet into your MCP client config, and you are done.
Complete Tool Catalog
Post Management
list_postsList published blog posts with pagination, filterable by status
get_postGet full post content by ID, including metadata and tags
create_postCreate a new post with title, content, tags, meta fields, and optional AI image
update_postUpdate any post field: title, content, slug, tags, meta, featured image
update_post_statusChange post status: publish, schedule, or unpublish
delete_postPermanently delete a post
Reply Moderation
list_replies_for_postList all replies for a post, threaded into parent-child structure
list_replies_for_moderationFlat list of all replies with moderation metadata
get_replyGet a single reply by ID with full metadata
delete_replySoft-delete a reply for moderation
Settings Management
get_tenant_settingsRead all blog settings: branding, site config, template, menu links, AI settings, locales
Settings write operationsupdate_branding, update_site_settings, update_template, update_menu_links, request_domain_verification, check_domain_verification
Widget Embeds
list_widgetsList your embeddable widgets with their embed URLs and copy-paste snippets
get_widgetGet one widget by ID with its embed URL and snippets
create_widgetCreate an embeddable post gallery — pick theme, colors, layout, tags, and language
update_widgetChange a widget's name, design config, or enable/disable it
delete_widgetDelete a widget — embedded sites stop showing your posts
Quick start
- 1Go to your Admin Settings → API Keys and generate a new key.
- 2
Add the following entry to your MCP client's configuration file:
{ "mcpServers": { "blogee": { "url": "https://app.blogee.tech/api/mcp", "headers": { "Authorization": "Bearer <your-api-key>" } } } } - 3
Restart your MCP client. You are ready to manage your blog through natural language.
What you can build
Content pipeline
Have your agent draft posts, generate images, and schedule them — all from a single prompt.
Moderation assistant
Let your agent scan replies, flag spam, and clean up old threads automatically.
Multi-locale publisher
Write once in English, have your agent translate, review, and publish to all 7 locales.
Connect your agent today
Generate an API key in your admin settings and paste the config. It takes 30 seconds.
Go to API Settings