{
  "name": "ALCHEMIST MCP - Universal Content Transformer",
  "description": "The mystical transformer who converts content between all digital realms",
  "version": "1.0.0",
  "build": "2025-08-03",
  "author": "External Genius Accumulator",
  "guild": "MCPFORGE.TOOLS",
  "endpoints": {
    "GET /": "This documentation",
    "GET /health": "Health check endpoint",
    "GET /formats": "List supported input/output formats",
    "POST /transform": "Transform content between formats",
    "POST /template": "Apply branded templates to content",
    "POST /batch": "Batch transform multiple items",
    "POST /preview": "Generate preview of transformation",
    "POST /optimize": "Optimize content for specific platforms"
  },
  "usage": {
    "transform": {
      "method": "POST",
      "endpoint": "/transform",
      "description": "Transform content from one format to another",
      "body": {
        "content": "Source content (required)",
        "input_format": "markdown|html|json|text|mobiledoc|rss|csv (required)",
        "output_format": "markdown|html|json|mobiledoc|email|social|pdf (required)",
        "options": {
          "preserve_formatting": "boolean (default: true)",
          "add_metadata": "boolean (default: false)",
          "optimize_for_platform": "ghost|wordpress|medium|twitter|linkedin|newsletter",
          "template": "branded|minimal|newsletter|social|academic"
        }
      },
      "response": {
        "transformation_id": "Unique ID for this transformation",
        "status": "completed|processing|error",
        "input_format": "Detected or specified input format",
        "output_format": "Target output format",
        "original_content": "Source content",
        "transformed_content": "Converted content",
        "metadata": "Extracted metadata object",
        "statistics": {
          "processing_time": "Time taken in seconds",
          "content_length": "Character count",
          "preservation_score": "Quality preservation 0-100"
        }
      }
    },
    "template": {
      "method": "POST",
      "endpoint": "/template",
      "description": "Apply branded templates and styling to content",
      "body": {
        "content": "Content to template (required)",
        "template_type": "newsletter|blog|social|email|report (required)",
        "brand": {
          "name": "Brand name",
          "colors": [
            "#primary",
            "#secondary"
          ],
          "logo_url": "Brand logo URL",
          "style": "modern|classic|minimal|bold"
        }
      }
    }
  },
  "supported_formats": {
    "input": [
      "markdown",
      "html",
      "json",
      "text",
      "mobiledoc",
      "rss",
      "csv",
      "xml"
    ],
    "output": [
      "markdown",
      "html",
      "json",
      "mobiledoc",
      "email",
      "social",
      "pdf",
      "docx"
    ],
    "specialties": [
      "Markdown ↔ Mobiledoc (Ghost CMS)",
      "CONJURER JSON → Newsletter formats",
      "RSS → Social media posts",
      "HTML → Email templates",
      "CSV → Formatted reports"
    ]
  },
  "features": [
    "Universal format transformation",
    "Branded template application",
    "Platform optimization",
    "Batch processing (up to 100 items)",
    "Content preview generation",
    "Metadata preservation",
    "Quality scoring and validation",
    "MCPFORGE.TOOLS ecosystem integration"
  ],
  "status": "operational",
  "timestamp": "2026-05-25T02:50:48.272Z"
}