{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.unplain/unplain",
  "description": "Turn documents and AI drafts into designed, publish-ready PDFs with cover, contents and branding.",
  "version": "1.0.0",
  "websiteUrl": "https://unplain.io/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.unplain.io/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "An Unplain API key. Create one in Unplain under Account settings, API keys. The key carries exactly the capabilities of the account's plan.",
          "isRequired": true,
          "isSecret": true,
          "format": "string",
          "value": "Bearer {unplain_api_key}",
          "variables": {
            "unplain_api_key": {
              "description": "Unplain API key, starting with unp_",
              "isRequired": true,
              "isSecret": true,
              "format": "string"
            }
          }
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "tools": [
        "create_brand_theme",
        "create_ebook",
        "export_ebook",
        "generate_cover_image",
        "get_account",
        "get_design_options",
        "get_ebook",
        "get_export_status",
        "list_brand_themes",
        "list_ebooks",
        "update_brand_theme",
        "update_ebook"
      ],
      "documentation": "https://unplain.io/mcp",
      "clientGuides": {
        "claude-code": "https://unplain.io/mcp/claude-code",
        "codex": "https://unplain.io/mcp/codex"
      },
      "apiKeysUrl": "https://app.unplain.io/account",
      "openapi": "https://unplain.io/openapi.json",
      "authentication": "api-key-bearer",
      "stateless": true
    }
  }
}
