Schogini MCP Image Border

Schogini MCP Image Border

This adds a border to an image and returns base64 encoded image.

916

3 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Schogini MCP Image Border MCP Server

This adds a border to an image and returns base64 encoded image.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/schogini_mcp_image_border
Authorschogini
Repositoryhttps://github.com/schogini/schogini_mcp_image_border
Dockerfilehttps://github.com/schogini/schogini_mcp_image_border/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_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

Available Tools (3)

Tools provided by this ServerShort Description
add-two-numbersA simple tool to add two numbers.
image-borderAdd a colored border to an image from a URL
image-metaGet image metadata from a public image URL.

Tools Details

Tool: add-two-numbers

A simple tool to add two numbers.

ParametersTypeDescription
num1stringFirst number to add
num2stringSecond number to add

Tool: image-border

Add a colored border to an image from a URL

ParametersTypeDescription
border_colorstringe.g., black, red, #FF0000
border_thicknessinteger
image_urlstringPublic image URL

Tool: 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).

ParametersTypeDescription
image_urlstringThe public URL of the image.

Use this MCP Server

{
  "mcpServers": {
    "schogini-mcp-image-border": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/schogini_mcp_image_border"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers