Img4.you — MCP Integration
Connect AI assistants to Img4.you using the Model Context Protocol. (Upload image)
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI assistants to securely connect to external data sources and tools. Img4.you provides an MCP server that enables AI assistants to download and analyze images you've uploaded.
Available Tool: image-download - Download an image by its public ID
MCP Endpoint
The MCP server is available at the following URL:
https://img4.you/mcp
Setup
To connect your AI assistant to Img4.you, add the following configuration to your MCP settings file:
{
"mcpServers": {
"img4you": {
"type": "http",
"url": "https://img4.you/mcp"
}
}
}
Usage Examples
Once connected, you can ask Claude to download and analyze images using their public ID.
The public ID is the UUID in the image URL (e.g., e5c2b6c5-a66d-4452-9ccd-c66a70779f4d).
Example Prompts
Download the image with ID e5c2b6c5-a66d-4452-9ccd-c66a70779f4d and describe what you see.
Use the image-download tool to fetch the image at https://img4.you/i/YOUR-IMAGE-ID and analyze its contents.
Tool Reference
image-download
Download an image by its public ID. Returns the image as base64-encoded data along with metadata.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| public_id | string | Yes | The UUID public ID of the image |
Response
Returns an image (base64-encoded) and a text description with metadata including:
- Public ID
- Content-Type (image/jpeg, image/png, or image/webp)
- File size in bytes
- Filename
- Expiration time
Note: Images are automatically deleted after their expiration time. Make sure to download images before they expire. Expired images will return an error.