5da01322346b658e30b7723572809f5091e8ad48source_git · mikeyny/ai-image-gen-mcp · current release
Observed 2026-08-25T08:30:59.760Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
generate-imageGenerate an image based on a promptInput schema{
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"output_dir": {
"type": "string",
"description": "Full absolute path to output directory. For Windows, use double backslashes like 'C:\\\\Users\\\\name\\\\path'. For Unix/Mac use '/path/to/dir'. Always use the proper path otherwise you will get an error."
},
"filename": {
"type": "string",
"description": "Base filename to save the image(s) with"
},
"go_fast": {
"type": "boolean"
},
"megapixels": {
"type": "string",
"enum": [
"1",
"2",
"4"
]
},
"num_outputs": {
"type": "number",
"minimum": 1,
"maximum": 4
},
"aspect_ratio": {
"type": "string",
"enum": [
"1:1",
"4:3",
"16:9"
]
},
"output_format": {
"type": "string",
"enum": [
"webp",
"png",
"jpeg"
]
},
"output_quality": {
"type": "number",
"minimum": 1,
"maximum": 100
},
"num_inference_steps": {
"type": "number",
"minimum": 4,
"maximum": 20
}
},
"required": [
"prompt",
"output_dir"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |