Imagemeta

Write SEO metadata (title, alt text, keywords, copyright) into JPEG, PNG, WebP. Paid per call, x402.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
100%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~245Tokens (tool definitions)
~2.2 KBTypical response size
Minimal attention impact (0.19% of 128k context)

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-http

What it can do

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟡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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded1 tools