Kimage
Generate original images from text; prompts and results are content-checked. Paid per image, x402.
Should I use this
Quality & Safety
A
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-httpWhat 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
Evidence
Recent observations
verifiedversion not recorded1 tools