{
  "$comment": "MCP discovery manifest for Rendry (https://modelcontextprotocol.io)",
  "servers": [
    {
      "name": "rendry",
      "description": "Build custom templated images — one at a time or in batches. Save them as presets to reuse later, then render with different data via a single call. Create templates and render images straight from your agent over MCP: the agent designs the layout in JSON, previews it for free, and gets the finished image back inline. Rendering is deterministic — the same data always gives the same pixels, this is not an AI image generator. Remote server: connect with a URL and an API key, nothing to install. Includes a visual editor, 39 ready-made templates and a built-in design guide.",
      "transport": {
        "type": "streamable-http",
        "url": "https://rendry.io/api/v1/mcp"
      },
      "authentication": {
        "type": "oauth2",
        "authorization_server": "https://rendry.io/api/v1/oauth",
        "instructions": "OAuth 2.1 with dynamic client registration (claude.ai custom connectors work out of the box: add the URL, leave OAuth fields empty, sign in). Alternatively pass a static API key from https://rendry.io → Settings → API Keys as 'Authorization: Bearer sk_live_...'."
      },
      "tools": [
        "apply_theme",
        "create_preset",
        "create_preset_from_template",
        "delete_preset",
        "extract_object",
        "extract_palette",
        "get_capabilities",
        "get_design_guide",
        "get_preset",
        "get_render_status",
        "get_usage",
        "insert_component",
        "list_assets",
        "list_components",
        "list_presets",
        "list_templates",
        "preview_preset",
        "preview_template",
        "remove_background",
        "render_batch",
        "render_image",
        "search_images",
        "update_preset",
        "upload_asset"
      ],
      "documentation": "https://rendry.io/llms-full.txt",
      "summary": "Build custom templated images — one at a time or in batches. Save them as presets to reuse later. Create templates and render images straight from your agent over MCP."
    }
  ]
}
