{
  "name": "Muxara Conversion",
  "version": "1.0.0",
  "description": "Online video and audio converter. Upload files up to 500 MB, convert between 82 format pairs, and download results. Same limits as muxara.com.",
  "homepage": "https://muxara.com",
  "documentation": "https://muxara.com/mcp/",
  "mcp_endpoint": "https://api.muxara.com/mcp",
  "transport": "streamable-http",
  "limits": {
    "maxUploadBytes": 524288000,
    "maxUploadLabel": "500 MB",
    "jobRetentionHours": 24,
    "jobsPerHour": 20,
    "requestsPerMinute": 120,
    "conversionSlugs": 82
  },
  "tools": [
    {
      "name": "list_conversions",
      "description": "List all 82 conversion slugs with accepted input extensions and output format."
    },
    {
      "name": "get_conversion_defaults",
      "description": "Get default and valid conversion params for a slug (codecs, quality, GIF trim, etc.)."
    },
    {
      "name": "create_conversion_job",
      "description": "Create a conversion job. Returns jobId and signed uploadUrl. Max 500 MB input."
    },
    {
      "name": "confirm_upload",
      "description": "Confirm file upload is complete after PUT to uploadUrl."
    },
    {
      "name": "update_conversion_job",
      "description": "Update slug or conversion params before processing starts."
    },
    {
      "name": "start_conversion",
      "description": "Queue the FFmpeg conversion job."
    },
    {
      "name": "get_conversion_status",
      "description": "Poll job status, progress percentage, and download URL when ready."
    },
    {
      "name": "get_media_info",
      "description": "Probe uploaded file for duration, codecs, resolution, and bitrate."
    }
  ]
}
