Content Tools
misar.blog
Manages creator accounts, articles, and analytics for a content platform.
ENDPOINT 1
https://api.misar.io/blog/mcp
MCP server metadata
- Name
- misarblog
- Version
- 5.1.0
Known tools 23
upgradeShow the account's current plan, how much of each quota remains, and what a higher plan unlocks.
Inferred read-onlyget_profileFetch the authenticated account's own creator profile: id, username, display name, bio, public profile URL, and whether Stripe payouts are connected.
Inferred read-onlyget_analytics_summarySummarise the account's performance over a trailing window: page views, gross and net revenue, and active subscriber count.
Inferred read-onlylist_my_articlesList articles owned by the authenticated account, newest first, including drafts and scheduled posts.
Inferred read-onlypublish_articleCreate a new article and make it live immediately, or schedule it for a future time.
Potential side effectsupdate_articleChange the title, body, or tags of an article or draft that already exists.
Inferred read-onlyresearch_topicResearch a topic with AI and return insights, sources, and a suggested content outline.
Inferred read-onlygenerate_title_seoGenerate 5 search-optimised article titles from a TOPIC OR KEYWORD, each with a keyword-strategy hint.
Inferred read-onlysuggest_titlesGenerate 5 title options FROM AN EXISTING DRAFT, derived from what the article actually says.
Inferred read-onlygenerate_cover_imageGenerate an image from a text prompt with AI, upload it to the Misar.
Potential side effectscreate_seriesCreate a new, empty series — a named collection that related articles can be added to.
Potential side effectsadd_to_seriesPlace an existing article into an existing series, optionally at a specific position.
Inferred read-onlyget_follow_statusCheck whether the authenticated account follows a given profile, and how many followers that profile has.
Inferred read-onlylist_newsletter_subscribersList the people subscribed to the authenticated account's newsletter, paginated.
Inferred read-onlylist_newsletter_issuesList newsletter issues the account has sent or scheduled, newest first.
Inferred read-onlyget_reactionsRead the reaction totals on one article, plus which reactions the authenticated account has left on it.
Inferred read-onlyadd_reactionRecord one reaction — like, clap, or bookmark — from the authenticated account on an article.
Inferred read-onlyremove_reactionWithdraw one reaction the authenticated account previously left on an article.
Inferred read-onlyCONNECT 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.
misar.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.