image-tools-mcp
by kshern
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TINIFY_API_KEY | Yes | Required for image compression functionality. Get your API key from TinyPNG (https://tinypng.com/developers) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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) |