This adds a border to an image and returns base64 encoded image
10K+
This adds a border to an image and returns base64 encoded image.
| Attribute | Details |
|---|---|
| Docker Image | mcp/schogini_mcp_image_border |
| Author | schogini |
| Repository | https://github.com/schogini/schogini_mcp_image_border |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/schogini/schogini_mcp_image_border/blob/fc8aa52cec0f5ac9aeff2e57c16ffecd21bb12f7/Dockerfile |
| Commit | fc8aa52cec0f5ac9aeff2e57c16ffecd21bb12f7 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/schogini_mcp_image_border --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence |
| Tools provided by this Server | Short Description |
|---|---|
add-two-numbers | A simple tool to add two numbers. |
image-border | Add a colored border to an image from a URL |
image-meta | Get image metadata from a public image URL. |
add-two-numbersA simple tool to add two numbers.
| Parameters | Type | Description |
|---|---|---|
num1 | string | First number to add |
num2 | string | Second number to add |
image-borderAdd a colored border to an image from a URL
| Parameters | Type | Description |
|---|---|---|
border_color | string | e.g., black, red, #FF0000 |
border_thickness | integer | |
image_url | string | Public image URL |
image-metaGet image metadata from a public image URL. Returns width, height, file size in bytes, image mode (e.g., RGB), and image format (e.g., PNG, JPEG).
| Parameters | Type | Description |
|---|---|---|
image_url | string | The public URL of the image. |
{
"mcpServers": {
"schogini-mcp-image-border": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/schogini_mcp_image_border"
]
}
}
}
Content type
Image
Digest
sha256:aadb75058…
Size
277.8 MB
Last updated
about 1 year ago
docker pull mcp/schogini_mcp_image_borderPulls:
26
Last week