{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.inblog/mcp",
  "title": "Inblog",
  "description": "Create, manage, publish, and analyze Inblog content through AI agents.",
  "version": "0.1.0",
  "websiteUrl": "https://inblog.ai/docs/developer-tools/mcp-connector",
  "icons": [
    {
      "src": "https://inblog.ai/inblog_favicon.png",
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://inblog.ai/api/mcp"
    }
  ]
}
