create_draft saves without publishing, and the draft list is a resource an agent can read without spending a call, so a half-finished piece is resumed in the next session rather than started again. Anything other people will see is annotated so the client can prompt before it runs. The two title tools work from opposite ends and are worth keeping straight: generate_title_seo starts from a topic before the article exists, while suggest_titles reads the article you already wrote.
Misar.Blog's MCP server: articles and drafts, series, comments and reactions, newsletter subscribers and issues, and analytics, with SEO helpers and an AI cover-image generator alongside. It ships prompts your client shows as slash-commands and read-only resources an agent can attach without spending a tool call, and runs over stdio or remotely at https://api.misar.io/blog/mcp.
- publish_article publishes or schedules, create_draft holds a piece back for review, update_article edits title, body or tags, and get_article returns the full markdown by slug
- list_my_articles covers your own work; search_articles reaches published articles across Misar.Blog by keyword, tag or author, including other creators'
- research_topic returns insights, sources and a content outline; generate_title_seo produces five titles from a topic or keyword, and suggest_titles five more from an article you have already written
- generate_cover_image creates an image and uploads it to the Misar.Blog CDN
- Series: get_series, create_series and add_to_series keep related articles grouped and ordered
- Audience: list_comments, get_reactions with add_reaction and remove_reaction, get_follow_status by profile UUID, and list_newsletter_subscribers with list_newsletter_issues for what has been sent and what is scheduled
- get_analytics_summary reports views, revenue and subscribers over a period, while get_profile and upgrade cover the account and how much of each quota is left
- Five resources attach without a tool call: misarblog://profile, misarblog://articles/recent for your 20 most recent published pieces, misarblog://articles/drafts, misarblog://series, and misarblog://analytics/summary for the last 30 days
Runs over stdio as npx -y @misarblog/mcp@latest, or remotely at https://api.misar.io/blog/mcp with Authorization: Bearer mbk_…. Two ways in: set MISARBLOG_API_KEY from the dashboard, or start with no key and call the login tool, which opens the consent screen and saves the returned key to ~/.misarblog/config.json. MISARBLOG_BASE_URL points at a self-hosted instance. Discovery works without credentials; every action needs them. MIT.
One command plus a key — npx -y @misarblog/mcp@latest, then supply credentials
