{
  "name": "NanoImage MCP Server",
  "version": "1.1.0",
  "description": "AI-accessible image processing tools. Compress, resize, crop, rotate, flip, convert, blur, and grayscale images directly in your AI chat.",
  "rate_limit": "20 requests/minute per IP",
  "mcp_endpoint": "https://mcp.nanoimage.net/mcp",
  "tools": [
    "get_image_info",
    "compress_image",
    "resize_image",
    "crop_image",
    "rotate_image",
    "flip_image",
    "convert_image",
    "blur_image",
    "grayscale_image"
  ],
  "usage": {
    "claude_desktop": {
      "mcpServers": {
        "nanoimage": {
          "url": "https://mcp.nanoimage.net/mcp"
        }
      }
    },
    "mcp_remote_proxy": {
      "mcpServers": {
        "nanoimage": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://mcp.nanoimage.net/mcp"
          ]
        }
      }
    }
  },
  "powered_by": "https://www.nanoimage.net"
}