Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

Retro Diffusion Pixel Art

ai.retrodiffusion/pixel-art

Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client

Uptime
7.7%
13 probes
Response
290ms
last probe
Tools
18
callable

Tools · 18

authenticate

Authenticate this MCP session with a RetroDiffusion public API key.

logout

Clear the authenticated RetroDiffusion API key for this MCP session.

create_user_style

Create a user style from the public RD Pro template using /v1/styles. Use `style_reference_images` and `style_reference_caption` for style-level references. These are baked into the custom style and …

update_user_style

Update a public RD Pro user style using /v1/styles/{style_id}. Use `style_reference_images` and `style_reference_caption` for style-level references. These are baked into the custom style and are not…

delete_user_style

Delete a user style using /v1/styles/{style_id}. style_id can be either internal id or prompt_style/public_id.

list_available_styles

List publicly available styles from /v1/styles/selector. Use this to discover valid prompt_style values plus style metadata such as require_input_image and supports_reference_images.

list_available_models

Return unique public model identifiers available in /v1/styles/selector.

get_style_usage

Explain how to use a public prompt_style from the RetroDiffusion API. Use this before create_inference if you are unsure whether a style expects `input_image`, supports per-inference `reference_image…

get_balance

Get credits/balance using the public /v1/inferences/credits endpoint.

estimate_inference_cost

Estimate generation cost using the public /v1/inferences endpoint with check_cost=true. Use `input_image` for the main source image, `reference_images` for extra per-inference guidance, and `style_re…

create_inference

Generate images using the public /v1/inferences endpoint. For the highest quality prefer RD Pro styles (rd_pro__*); they support reference_images for character/style consistency. For animation styles…

list_edit_tools

List the enabled canvas edit tools from /v1/edit/tools with their fields, costs, and limits. Edit tools are the recommended way to post-process generated pixel art: background removal, palette conver…

fix_pixel_art

Recover the native pixel grid from enlarged, softened, AI-rendered, or compressed pixel art. Standard uses the native Rust detector. Neural uses the neural reconstruction engine and accepts optional …

run_edit_tool

Run a canvas edit tool on an image via /v1/edit/tools/{tool_id}. Free tools: color_reducer, palette_converter, pixel_correction, k_centroid_downscale, rotate. $0.01 tools: background_remover, color_s…

estimate_edit_tool_cost

Validate an edit-tool request and estimate its cost and duration without running it. Always free.

start_inference_job

Start a generation as an async job (POST /v1/inferences with async=true) and return a task_id. Recommended for advanced animations (rd_advanced_animation__*), other animation styles, and batches — th…

get_inference_job

Check the status of an async generation started with start_inference_job. Statuses: pending, running, succeeded, failed. On success the result carries hosted output_urls (raw base64 payloads are excl…

get_service_status

Check RetroDiffusion subsystem health (/v1/status, no auth). Useful before bulk generation runs.

Similar MCP servers embedding-nearest

Ludo AI Game Assets live
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
28 tools · streamable-http
ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
14 tools · streamable-http
agentservices.to live
MCP endpoint submitted at 2026-07-07T12:13:24+00:00
37 tools · http
Compuute MCP Security Scanner live
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
1 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
ai.switchapp/switch live
Generate, manage and explore your Switch AI image and video library, scoped to your account.
34 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "retro_diffusion_pixel_art": {
      "url": "https://mcp.retrodiffusion.ai/mcp",
      "transport": "streamable-http"
    }
  }
}