This adds a border to an image and returns base64 encoded image.
916
3 Tools
Version 4.43 or later needs to be installed to add the server automatically
About
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 |
Dockerfile | https://github.com/schogini/schogini_mcp_image_border/blob/main/Dockerfile |
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-numbers
A simple tool to add two numbers.
Parameters | Type | Description |
---|---|---|
num1 | string | First number to add |
num2 | string | Second number to add |
image-border
Add 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-meta
Get 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"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for