Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mrgulshanyadav/misarblog-mcp

NPM · @MISARBLOG/MCP · SCANNED AUG 3

Publish blog posts, manage drafts, generate AI cover images, and pull analytics from Misar.Blog.

Available components

+21 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1237 tokens (~53/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @misarblog/mcp

# add to Claude Code
claude mcp add mrgulshanyadav-misarblog-mcp -- npx -y @misarblog/mcp
# add to Codex CLI
codex mcp add mrgulshanyadav-misarblog-mcp -- npx -y @misarblog/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mrgulshanyadav-misarblog-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@misarblog/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mrgulshanyadav-misarblog-mcp --command npx --arg -y --arg @misarblog/mcp
# ~/.hermes/config.yaml
mcp_servers:
  mrgulshanyadav-misarblog-mcp:
    command: "npx"
    args: ["-y", "@misarblog/mcp"]
// mcp.json
{
  "mcpServers": {
    "mrgulshanyadav-misarblog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +59
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −13
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@misarblog/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~1,237 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_reaction ~55

Add a reaction to an article. No-ops if already reacted. Requires API key.

NameTypeReqDescription
article_idstringyesUUID of the article
typestringyesReaction type: like, clap, or bookmark

No output schema declared.

No examples provided.

add_to_series ~59

Add an existing article to a series

NameTypeReqDescription
article_slugstringyesThe article slug to add
positionintegerPosition in the series (optional, appends if omitted)
series_slugstringyesThe series slug

No output schema declared.

No examples provided.

create_draft ~60

Save an article as a draft on Misar.Blog (for review before publishing)

NameTypeReqDescription
body_markdownstringyesFull article body in Markdown
tagsarrayTags for the draft
titlestringyesDraft title

No output schema declared.

No examples provided.

create_series ~38

Create a new series to group related articles

NameTypeReqDescription
descriptionstringShort description of the series
titlestringyesSeries title

No output schema declared.

No examples provided.

generate_cover_image ~58

Generate a cover image using AI and upload it to the Misar.Blog CDN

NameTypeReqDescription
promptstringyesDescription of the image to generate
sizestringImage dimensions (default: landscape 1792x1024)

No output schema declared.

No examples provided.

generate_title_seo ~152

Generate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt. Targets high-volume, low-competition long-tail keywords. Optimized for Google, AI answer engines (ChatGPT, Perplexity, Claude), Google AI Overviews, and AI search experiences. Each title includes a keyword strategy hint.

NameTypeReqDescription
contextstringOptional: existing article content (plain text or markdown). Providing it lets the AI align titles with your actual content.
promptstringyesYour article topic or target keywords. Be specific — include your niche, audience, and any long-tail phrases you want to rank for. Example: 'best AI writing tools for beginner bloggers 2025'

No output schema declared.

No examples provided.

get_analytics_summary ~48

Get analytics summary (views, revenue, subscribers) for a time period

NameTypeReqDescription
daysintegerNumber of days to look back (default: 30, max: 365)

No output schema declared.

No examples provided.

get_article ~30

Get a single article by slug, including full markdown content

NameTypeReqDescription
slugstringyesThe article slug

No output schema declared.

No examples provided.

get_follow_status ~46

Get public follow status and follower count for a user by their profile UUID. No API key required.

NameTypeReqDescription
user_idstringyesUUID of the profile to check follow status for

No output schema declared.

No examples provided.

get_profile ~17

Get your Misar.Blog creator profile

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_reactions ~35

Get reaction counts and your reactions for an article. Requires API key.

NameTypeReqDescription
article_idstringyesUUID of the article

No output schema declared.

No examples provided.

get_series ~18

List all your series on Misar.Blog

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_comments ~56

Get public comments for an article. Rate-limited by IP — no API key required.

NameTypeReqDescription
article_idstringyesUUID of the article to fetch comments for
limitinteger
offsetinteger

No output schema declared.

No examples provided.

list_my_articles ~45

List your articles on Misar.Blog

NameTypeReqDescription
limitintegerNumber of articles to return
statusstringFilter by status (omit for all published)

No output schema declared.

No examples provided.

list_newsletter_issues ~31

Get your sent and scheduled newsletter issues. Requires API key authentication.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

list_newsletter_subscribers ~36

Get your newsletter subscriber list. Requires API key authentication.

NameTypeReqDescription
limitinteger
offsetinteger

No output schema declared.

No examples provided.

login ~115

Authenticate with your Misar.Blog account via browser — no API key copy-paste needed. Opens your browser to the settings page where you click 'Authorize MCP Access'. Your API key is saved to ~/.misarblog/config.json.

NameTypeReqDescription
base_urlstringMisar.Blog base URL for self-hosted instances.
forcebooleanForce re-authentication even if already logged in (rotates your API key).
portintegerLocal callback port (9001–9099). Random by default.

No output schema declared.

No examples provided.

publish_article ~105

Publish a new article (or schedule it) on Misar.Blog

NameTypeReqDescription
body_markdownstringyesFull article body in Markdown
cover_image_urlstringURL of the cover image
schedule_atstringISO 8601 timestamp to schedule. Omit to publish immediately.
tagsarrayUp to 10 tags
titlestringyesArticle title
visibilitystringWho can read this article

No output schema declared.

No examples provided.

remove_reaction ~51

Remove a specific reaction from an article. Requires API key.

NameTypeReqDescription
article_idstringyesUUID of the article
typestringyesReaction type to remove: like, clap, or bookmark

No output schema declared.

No examples provided.

research_topic ~47

Research a topic and get AI-generated insights, sources, and a content outline. Useful before writing an article.

NameTypeReqDescription
querystringyesResearch topic or question. Be specific for best results.

No output schema declared.

No examples provided.

status ~31

Check whether you are authenticated with Misar.Blog and which account is connected. Run this first to verify your connection.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

suggest_titles ~59

Generate 5 compelling, SEO-friendly article title options from your existing article content. Use generate_title_seo instead if you want to target specific keywords or have not written content yet.

NameTypeReqDescription
contextstringyesYour article content in plain text or markdown

No output schema declared.

No examples provided.

upload_image ~45

Upload a local image file to the Misar.Blog CDN

NameTypeReqDescription
file_pathstringyesAbsolute path to the image file (JPEG, PNG, WebP, or GIF)

No output schema declared.

No examples provided.