{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "changethisfile",
    "version": "1.3.0",
    "description": "File conversion across 1,000+ supported routes, plus instruction-driven file jobs: translate documents with layout preserved, extract tables to Excel, compress files to an exact size. Source format auto-detected — agents only need to pick the target. Listed in the official Claude connectors directory.",
    "homepage": "https://changethisfile.com"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://changethisfile.com/mcp",
    "protocol_version": "2025-03-26"
  },
  "capabilities": {
    "tools": [
      "convert_file",
      "list_conversions",
      "do_file_job",
      "translate_file",
      "extract_tables",
      "compress_file",
      "check_job"
    ]
  },
  "auth": {
    "type": "bearer",
    "token_acquisition": "https://changethisfile.com/v1/keys/free"
  }
}