Kimage

Generate original images from text; prompts and results are content-checked. Paid per image, 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

~137Tokens (tool definitions)
~981 BTypical response size
Minimal attention impact (0.11% 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": {
    "kimage": {
      "url": "https://kimage.kaneky.dev/mcp"
    }
  }
}

Remote endpoints

https://kimage.kaneky.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪generate_image(prompt, size)

Generate an original image from a text prompt and return it as base64 PNG. Prompts and results are checked against a content policy; anything refused is not charged.

Input Schema

{
  "type": "object",
  "properties": {
    "prompt": {
      "description": "What the image should show: subject, setting, style, light.",
      "maxLength": 2000,
      "minLength": 3,
      "type": "string"
    },
    "size": {
      "default": "1024x1024",
      "description": "Square, portrait or landscape.",
      "enum": [
        "1024x1024",
        "1024x1536",
        "1536x1024"
      ],
      "type": "string"
    }
  },
  "required": [
    "prompt"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded1 tools