Imagemeta
Write SEO metadata (title, alt text, keywords, copyright) into JPEG, PNG, WebP. Paid per call, x402.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"imagemeta": {
"url": "https://imagemeta.kaneky.dev/mcp"
}
}
}Remote endpoints
https://imagemeta.kaneky.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟡write_metadata(alt, author, copyright, description, image_base64, ...)
Write SEO metadata into a JPEG, PNG or WebP image and return the modified image. The picture is never re-encoded and existing metadata of the same kind is replaced, not duplicated. Paid per successful call over x402: the first attempt answers HTTP 402 with the price; a failed call is not charged.
Input Schema
{
"type": "object",
"properties": {
"alt": {
"description": "What a reader who cannot see it needs told. Different from the description — not a copy of it.",
"type": "string"
},
"author": {
"description": "The person or organisation credited.",
"type": "string"
},
"copyright": {
"description": "For example: (c) 2026 Your Name. All rights reserved.",
"type": "string"
},
"description": {
"description": "What the picture shows, for a reader who can already see it.",
"type": "string"
},
"image_base64": {
"description": "The image, base64 encoded. JPEG, PNG or WebP.",
"type": "string"
},
"keywords": {
"description": "Comma separated. Each becomes its own entry.",
"type": "string"
},
"title": {
"description": "A short name for the image, not a sentence.",
"type": "string"
}
},
"required": [
"image_base64"
]
}Community
Evidence