← Registry

Content Tools

misar.blog

Manages creator accounts, articles, and analytics for a content platform.

1 endpoint23 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.misar.io/blog/mcp

No auth detected

MCP server metadata

Name
misarblog
Version
5.1.0
Capabilities
toolspromptsresources

Known tools 23

upgrade

Show the account's current plan, how much of each quota remains, and what a higher plan unlocks.

Inferred read-only
get_profile

Fetch the authenticated account's own creator profile: id, username, display name, bio, public profile URL, and whether Stripe payouts are connected.

Inferred read-only
get_analytics_summary

Summarise the account's performance over a trailing window: page views, gross and net revenue, and active subscriber count.

Inferred read-only
list_my_articles

List articles owned by the authenticated account, newest first, including drafts and scheduled posts.

Inferred read-only
get_article

Fetch a single article by slug, including its full Markdown body.

Inferred read-only
publish_article

Create a new article and make it live immediately, or schedule it for a future time.

Potential side effects
create_draft

Save an article as an unpublished draft.

Inferred read-only
update_article

Change the title, body, or tags of an article or draft that already exists.

Inferred read-only
search_articles

Search PUBLISHED articles across all of Misar.

Inferred read-only
research_topic

Research a topic with AI and return insights, sources, and a suggested content outline.

Inferred read-only
generate_title_seo

Generate 5 search-optimised article titles from a TOPIC OR KEYWORD, each with a keyword-strategy hint.

Inferred read-only
suggest_titles

Generate 5 title options FROM AN EXISTING DRAFT, derived from what the article actually says.

Inferred read-only
generate_cover_image

Generate an image from a text prompt with AI, upload it to the Misar.

Potential side effects
get_series

List every series the authenticated account owns.

Inferred read-only
create_series

Create a new, empty series — a named collection that related articles can be added to.

Potential side effects
add_to_series

Place an existing article into an existing series, optionally at a specific position.

Inferred read-only
list_comments

Read the comment thread on one article, oldest first, paginated.

Inferred read-only
get_follow_status

Check whether the authenticated account follows a given profile, and how many followers that profile has.

Inferred read-only
list_newsletter_subscribers

List the people subscribed to the authenticated account's newsletter, paginated.

Inferred read-only
list_newsletter_issues

List newsletter issues the account has sent or scheduled, newest first.

Inferred read-only
get_reactions

Read the reaction totals on one article, plus which reactions the authenticated account has left on it.

Inferred read-only
add_reaction

Record one reaction — like, clap, or bookmark — from the authenticated account on an article.

Inferred read-only
remove_reaction

Withdraw one reaction the authenticated account previously left on an article.

Inferred read-only

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.misarblog]
url = "https://api.misar.io/blog/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "misarblog": {
      "type": "http",
      "url": "https://api.misar.io/blog/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: misarblog
Remote MCP URL: https://api.misar.io/blog/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": {
    "misarblog": {
      "url": "https://api.misar.io/blog/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "misarblog": {
      "type": "http",
      "url": "https://api.misar.io/blog/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "misarblog",
  "transport": "streamable-http",
  "url": "https://api.misar.io/blog/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for misar.io was fetched 2026-08-03T19:43:01.924Z and is being refreshed.

Trust status Trusted

misar.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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