{
  "markdown": "# markly-mcp-server\n\nMCP (Model Context Protocol) server for [Markly.cloud](https://www.markly.cloud) - add watermarks to images via AI agents.\n\nWorks out of the box without an API key (free tier with branding). Add an API key to remove branding and increase limits.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `markly_watermark_text` | Add a text watermark to an image via URL |\n| `markly_watermark_logo` | Add a logo watermark to an image via URL |\n| `markly_batch_watermark` | Watermark up to 20 images, get a ZIP |\n| `markly_check_usage` | Check API quota and usage stats (requires API key) |\n\n## Quick start (no API key needed)\n\nAdd to your Claude Desktop config or Claude Code settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"markly\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"markly-mcp-server\"]\n    }\n  }\n}\n```\n\nThat's it. Ask your AI agent:\n\n> \"Add 'Copyright 2026' as a watermark to this image: https://example.com/photo.jpg\"\n\n## With an API key (optional)\n\nGet an API key at [markly.cloud/developers](https://www.markly.cloud/developers) to remove the \"markly.cloud\" branding and get higher rate limits.\n\n```json\n{\n  \"mcpServers\": {\n    \"markly\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"markly-mcp-server\"],\n      \"env\": {\n        \"MARKLY_API_KEY\": \"mkly_your_token_here\"\n      }\n    }\n  }\n}\n```\n\n## Environment variables\n\n| Variable | Required | Default |\n|----------|----------|---------|\n| `MARKLY_API_KEY` | No | - (anonymous free tier) |\n| `MARKLY_API_URL` | No | `https://www.markly.cloud/api/v1` |\n\n## Plans\n\n| Plan | Rate limit | Daily limit | Branded watermark |\n|------|-----------|-------------|-------------------|\n| Anonymous | 5/min | 50/day | Yes (\"markly.cloud\") |\n| Credit | 60/min | 1,000/day | No (while credits last) |\n| Pro | 60/min | 1,000/day | No |\n| Business | 120/min | 5,000/day | No |\n\nBuy credits at [markly.cloud/developers](https://www.markly.cloud/developers) - starting at 250 credits for 5 EUR.\n\n## License\n\nMIT\n\n\n---\n\n<p align=\"center\">\n  <a href=\"https://www.copyright01.com/certificat/020DC4B654698B93E61ECAD7031B5979\">\n    <img src=\"https://www.copyright01.com/badge/020DC4B654698B93E61ECAD7031B5979.svg\" alt=\"Protected by Copyright01\" />\n  </a>\n  <br>\n  <sub>Protected by <a href=\"https://www.copyright01.com\">Copyright01</a> - Ref: CR-2026-33771 - Certified 2026-03-03</sub>\n</p>\n",
  "bytes": 2355,
  "sha": "fa3467b4efa316fe975640a8b698bf95296aeeefb511c6cada96bc1397605e95",
  "repo_slug": "whitemarmot/markly-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_whitemarmot_markly_73987652/readme"
}