<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gulshan Yadav</title>
    <description>The latest articles on DEV Community by Gulshan Yadav (@gulshan_yadav_048691962cb).</description>
    <link>https://dev.to/gulshan_yadav_048691962cb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2134389%2Fc9521ffc-977a-4dd5-8b72-0d7af84408c4.jpg</url>
      <title>DEV Community: Gulshan Yadav</title>
      <link>https://dev.to/gulshan_yadav_048691962cb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gulshan_yadav_048691962cb"/>
    <language>en</language>
    <item>
      <title>Introducing Misar.Blog MCP Server: Publish Blog Posts with AI Agents</title>
      <dc:creator>Gulshan Yadav</dc:creator>
      <pubDate>Thu, 14 May 2026 12:51:25 +0000</pubDate>
      <link>https://dev.to/gulshan_yadav_048691962cb/introducing-misarblog-mcp-server-publish-blog-posts-with-ai-agents-lge</link>
      <guid>https://dev.to/gulshan_yadav_048691962cb/introducing-misarblog-mcp-server-publish-blog-posts-with-ai-agents-lge</guid>
      <description>&lt;p&gt;We just launched the &lt;strong&gt;Misar.Blog MCP Server&lt;/strong&gt; — a Model Context Protocol server that lets AI agents publish and manage blog content on &lt;a href="https://www.misar.blog" rel="noopener noreferrer"&gt;Misar.Blog&lt;/a&gt; directly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is it?
&lt;/h2&gt;

&lt;p&gt;The Misar.Blog MCP Server exposes 20 tools that AI agents (Claude, Cursor, Cline, etc.) can use to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Publish articles&lt;/strong&gt; — create drafts, publish posts, schedule content&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manage series&lt;/strong&gt; — create and organize multi-part article series&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics&lt;/strong&gt; — query article views, engagement, and performance data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Comments &amp;amp; Reactions&lt;/strong&gt; — moderate comments, fetch reactions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Newsletter&lt;/strong&gt; — manage subscriber lists and campaigns&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI content generation&lt;/strong&gt; — generate article content with AI assistance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tag management&lt;/strong&gt; — organize content with tags&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Media uploads&lt;/strong&gt; — attach images and files to posts&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;

&lt;p&gt;Connect via Smithery (no setup needed):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://smithery.ai/servers/misar/misarblog-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or install locally:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; misarblog-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to &lt;code&gt;claude_desktop_config.json&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"misarblog"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"args"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"-y"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"misarblog-mcp"&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"MISARBLOG_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_key_here"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Get your API key from &lt;a href="https://www.misar.blog/settings/api" rel="noopener noreferrer"&gt;misar.blog/settings/api&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Remote MCP URL
&lt;/h2&gt;

&lt;p&gt;You can also connect directly via streamable HTTP:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://www.misar.blog/api/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;With header: &lt;code&gt;Authorization: Bearer &amp;lt;your_api_key&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/mrgulshanyadav/misarblog-mcp" rel="noopener noreferrer"&gt;https://github.com/mrgulshanyadav/misarblog-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smithery listing&lt;/strong&gt;: &lt;a href="https://smithery.ai/servers/misar/misarblog-mcp" rel="noopener noreferrer"&gt;https://smithery.ai/servers/misar/misarblog-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platform&lt;/strong&gt;: &lt;a href="https://www.misar.blog" rel="noopener noreferrer"&gt;https://www.misar.blog&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API key&lt;/strong&gt;: &lt;a href="https://www.misar.blog/settings/api" rel="noopener noreferrer"&gt;https://www.misar.blog/settings/api&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;License: MIT | Free with a Misar.Blog account&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>claude</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Show DEV: MisarMail — Self-Hosted Email Infrastructure (Transactional, Marketing, Bulk)</title>
      <dc:creator>Gulshan Yadav</dc:creator>
      <pubDate>Sat, 28 Mar 2026 12:33:01 +0000</pubDate>
      <link>https://dev.to/gulshan_yadav_048691962cb/show-dev-misarmail-self-hosted-email-infrastructure-transactional-marketing-bulk-4oca</link>
      <guid>https://dev.to/gulshan_yadav_048691962cb/show-dev-misarmail-self-hosted-email-infrastructure-transactional-marketing-bulk-4oca</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;MisarMail is a self-hosted email infrastructure platform for sending transactional, marketing, and bulk email — without paying SendGrid, Mailgun, or Resend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;a href="https://mail.misar.io" rel="noopener noreferrer"&gt;https://mail.misar.io&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Every product I ship needs email — welcome emails, password resets, newsletters, bulk campaigns. Third-party email services add up fast. I wanted full control, zero per-email cost, and a simple API I own.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;REST API&lt;/strong&gt; — &lt;code&gt;POST /api/v1/send&lt;/code&gt; with your payload, done&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMTP relay&lt;/strong&gt; — drop-in replacement for any SMTP config&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bounce handling&lt;/strong&gt; — automatic bounce and complaint processing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delivery tracking&lt;/strong&gt; — opens, clicks, delivery status&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-domain&lt;/strong&gt; — send from multiple domains and identities&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Self-hosted on a Hetzner VPS via Coolify. Mailcow under the hood for SMTP, custom API layer on top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://mail.misar.io" rel="noopener noreferrer"&gt;https://mail.misar.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No third-party email spend. Full delivery control. API-first.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>email</category>
    </item>
    <item>
      <title>Show DEV: Free AI Cost Calculators for Developers — LLM Costs, Evaluations, Tokens, RAG</title>
      <dc:creator>Gulshan Yadav</dc:creator>
      <pubDate>Fri, 27 Mar 2026 21:07:16 +0000</pubDate>
      <link>https://dev.to/gulshan_yadav_048691962cb/show-dev-free-ai-cost-calculators-for-developers-llm-costs-evaluations-tokens-rag-7b6</link>
      <guid>https://dev.to/gulshan_yadav_048691962cb/show-dev-free-ai-cost-calculators-for-developers-llm-costs-evaluations-tokens-rag-7b6</guid>
      <description>&lt;p&gt;I built a set of &lt;strong&gt;4 free AI calculators&lt;/strong&gt; that run entirely in the browser — no signup, no API keys, no backend.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://tools.misar.io" rel="noopener noreferrer"&gt;tools.misar.io&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's included
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. LLM Cost Calculator
&lt;/h3&gt;

&lt;p&gt;Compare pricing across &lt;strong&gt;14 models&lt;/strong&gt; from OpenAI, Anthropic, Google, Mistral, Groq, and DeepSeek. Enter your token usage and get real-time daily, monthly, and annual cost projections. See all providers side-by-side sorted by cost.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. AI Evaluation Scorecard
&lt;/h3&gt;

&lt;p&gt;Assess AI system quality across multiple dimensions — accuracy, latency, cost efficiency, safety, and more. Get a weighted composite score to compare different AI approaches.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Prompt Token Estimator
&lt;/h3&gt;

&lt;p&gt;Count tokens before making API calls so you know exactly what you'll pay. Supports multiple tokenizer models.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. RAG Cost Estimator
&lt;/h3&gt;

&lt;p&gt;Calculate the true cost of running retrieval-augmented generation pipelines — embedding costs, vector DB storage, retrieval queries, and generation costs combined.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;Every AI team I've worked with wastes time on spreadsheets trying to estimate costs. These tools solve that with zero friction — open the URL, use the calculator, done.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML/CSS/JavaScript — no frameworks, no dependencies&lt;/li&gt;
&lt;li&gt;Runs entirely client-side in your browser&lt;/li&gt;
&lt;li&gt;Mobile responsive&lt;/li&gt;
&lt;li&gt;Free forever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback from the community. What other AI calculators would be useful?&lt;/p&gt;




&lt;p&gt;Built by &lt;a href="https://linkedin.com/in/mrgulshanyadav" rel="noopener noreferrer"&gt;Gulshan Yadav&lt;/a&gt; at &lt;a href="https://misar.io" rel="noopener noreferrer"&gt;Misar AI&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
