image-tools-mcp

by kshern
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TINIFY_API_KEYYesRequired for image compression functionality. Get your API key from TinyPNG (https://tinypng.com/developers)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_image_size

Get the size of an image from URL

get_local_image_size

Get the size of a local image

compress_image_from_url

Compress a single image from URL using TinyPNG API (only supports image files, not folders)

compress_local_image

Compress a single local image file using TinyPNG API (only supports image files, not folders)