{
  "markdown": "# printscale-mcp\n\nAn [MCP](https://modelcontextprotocol.io) server that lets AI agents (Claude\nDesktop, Cursor, Claude Code, etc.) upscale images to **print-ready** files\n(TIFF + PNG + JPG) via [PrintScale](https://printscale.app).\n\n## Setup\n\n1. Create an API key at **https://printscale.app/dashboard/api**.\n2. Add the server to your MCP client config, with the key as an env var.\n\n### Claude Desktop / Cursor (`mcp` config)\n\n```json\n{\n  \"mcpServers\": {\n    \"printscale\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"printscale-mcp\"],\n      \"env\": { \"PRINTSCALE_API_KEY\": \"psk_live_xxxxxxxx\" }\n    }\n  }\n}\n```\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add printscale -e PRINTSCALE_API_KEY=psk_live_xxx -- npx -y printscale-mcp\n```\n\n> Running locally from source instead of npm? Use\n> `\"command\": \"node\", \"args\": [\"/path/to/printscale-mcp/index.mjs\"]`.\n\n## Tools\n\n- **`printscale_upscale`** — upscale an image. Provide a public `image_url` **or**\n  a local `file_path`. Choose `mode` (`auto` / `2x` / `3x` / `print`); for\n  `print`, set `cm` and `dpi`. Returns TIFF/PNG/JPG download URLs. Charges credits.\n- **`printscale_job`** — check a job's status by id.\n- **`printscale_credits`** — show the remaining credit balance.\n\n## Example prompts\n\n- \"Upscale `./product.jpg` to 60 cm at 300 DPI for print.\"\n- \"Upscale https://example.com/photo.png at 3x and give me the TIFF.\"\n- \"How many PrintScale credits do I have left?\"\n\n## Notes\n\n- Start from a sharp source — PrintScale enlarges detail, it doesn't repair\n  blurry or low-quality images.\n- Outputs are available for 3 days, then deleted. Download within the window.\n- Credits are shared with your PrintScale account (buy them in the app).\n\nEnv: `PRINTSCALE_API_KEY` (required), `PRINTSCALE_BASE_URL` (optional, defaults to\n`https://printscale.app`).\n",
  "bytes": 1806,
  "sha": "10a5eafef5d9952845c871a2bf8134673bfc0fcf920a1237040d437b3cf0a4a1",
  "repo_slug": "amortegui84/printscale-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_amortegui84_printscale_mcp_e91e73b8/readme"
}