markly-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MARKLY_API_KEY | No | API key to remove branding and increase limits. Get one at https://www.markly.cloud/developers | |
| MARKLY_API_URL | No | Base URL for the Markly API | https://www.markly.cloud/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| markly_watermark_textA | Add a text watermark to an image. Provide an image URL and watermark text. Returns a download URL (valid 30 min). |
| markly_watermark_logoA | Add a logo/image watermark to an image. Provide image and logo URLs. Returns a download URL (valid 30 min). |
| markly_batch_watermarkB | Watermark multiple images at once. Upload image URLs, apply text watermark, get a ZIP. Supports up to 20 images. |
| markly_check_usageA | Check your Markly API usage and quota. Shows plan, daily requests, limits, and total images processed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct function: batch watermarking, usage check, logo watermark, and text watermark. Descriptions clearly differentiate them with no overlap.
All tools follow the consistent pattern 'markly_verb_noun' with snake_case, making the set predictable and easy to navigate.
With 4 tools, the server covers essential watermarking operations (single text, single logo, batch, and usage check) without being excessive or sparse.
The tool set covers core watermarking needs, but lacks optional parameters for customization (e.g., position, opacity). However, the basic workflow is complete.