sd-api-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generate an image using Stable Diffusion. Waits for completion and returns the result. |
| inpaint_imageA | Inpaint an image using Stable Diffusion. Waits for completion and returns the result. |
| submit_generateA | Submit an image generation job without waiting. Returns the job ID for manual polling. |
| submit_inpaintA | Submit an inpainting job without waiting. Returns the job ID for manual polling. |
| batch_generateA | Submit a batch of image generation requests (up to 10). |
| compare_modelsA | Generate images from multiple models using the same prompt for comparison. |
| list_modelsB | List available models. |
| get_model_metadataA | Get metadata for a specific model from its safetensors header. |
| list_jobsA | List all jobs with their current status, progress, and timing information. |
| get_job_statusB | Get the current status and result of a specific job. |
| cancel_jobA | Cancel a pending or running job. |
| health_checkA | Check if the Stable Diffusion API is healthy and reachable. |
| system_infoA | Get system information including GPU device, dtype, model cache stats, and job queue stats. |
| list_schedulersA | List all available noise schedulers that can be used for image generation. |
| get_app_settingsA | Get the current application configuration parameters. |
| merge_modelsA | Merge two model checkpoints. Submits the job and waits for completion. |
| batch_merge_modelsA | Merge a base model with multiple target models in batch. Waits for completion. |
| recipe_mergeB | Execute a multi-step merge recipe. Each step merges the current result with a new target. Waits for completion. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcaimi/sd-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server