{
  "markdown": "# ClaudeRewrite MCP Server\n\nMCP server for [ClaudeRewrite](https://removeclaudewatermark.com) - the #1 Claude watermark removal tool.\n\n## Tools\n\n### `rewrite_text`\nRewrites text to remove Claude's statistical watermark. Preserves meaning, facts, numbers, and code while breaking the token pattern detectors flag.\n\n### `strip_image_metadata`\nRemoves C2PA \"Made with Claude\" credentials, EXIF, XMP, ICC, and all other metadata from images. Supports JPG, PNG, WebP, GIF, TIFF.\n\n## Install\n\n```bash\nnpx claudeclear-mcp\n```\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `CLAUDECLEAR_API_KEY` | Yes (for rewrite) | Your API key from [removeclaudewatermark.com/account](https://removeclaudewatermark.com/account) |\n| `CLAUDECLEAR_API_URL` | No | API base URL (default: `https://removeclaudewatermark.com`) |\n| `CLAUDECLEAR_MCP_HTTP` | No | Set to `1` to run as HTTP server instead of stdio |\n\n## Usage with Claude Code\n\nAdd to your Claude Code settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"claudeclear\": {\n      \"command\": \"npx\",\n      \"args\": [\"claudeclear-mcp\"],\n      \"env\": {\n        \"CLAUDECLEAR_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n## HTTP Mode\n\n```bash\nCLAUDECLEAR_MCP_HTTP=1 CLAUDECLEAR_API_KEY=your-key npx claudeclear-mcp\n```\n\nServer listens on port 3311 by default.\n\n## Listed in\n\n- [Claude Market MCP directory](https://www.claudemarket.ai/mcp)\n\n## License\n\nMIT\n",
  "bytes": 1437,
  "sha": "9e16783872947496b1e979f8e51de88eb561636a1f0fd21121776a60831a8f9f",
  "repo_slug": "aidevelopers2/claudeclear-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aidevelopers2_claudeclear_mcp_33a7294e/readme"
}