{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Misar-AI/misarblog-mcp",
  "title": "Misar.Blog MCP Server",
  "description": "Publish and manage articles, series, comments, reactions, newsletters and blog analytics.",
  "version": "5.1.2",
  "repository": {
    "url": "https://github.com/Misar-AI/misarblog-mcp",
    "source": "github"
  },
  "websiteUrl": "https://www.misar.blog",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@misarblog/mcp",
      "version": "5.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "MISARBLOG_API_KEY",
          "description": "Your Misar.Blog API key (mbk_…). Create one at https://www.misar.blog/dashboard/settings/api-keys, or omit it and run the \"login\" tool to authenticate via browser.",
          "isRequired": false,
          "format": "string",
          "isSecret": true
        },
        {
          "name": "MISARBLOG_BASE_URL",
          "description": "Override the API base URL. Only needed for self-hosted instances.",
          "isRequired": false,
          "format": "string",
          "isSecret": false
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.misar.io/blog/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Misar.Blog API key. Format: Bearer mbk_… — create one at https://www.misar.blog/dashboard/settings/api-keys",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
