← retrodiffusion.ai

INDIVIDUAL MCP TOOL

get_balance

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

retrodiffusion.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

retrodiffusion.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.retrodiffusion-api]
url = "https://mcp.retrodiffusion.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "retrodiffusion-api": {
      "type": "http",
      "url": "https://mcp.retrodiffusion.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: retrodiffusion-api
Remote MCP URL: https://mcp.retrodiffusion.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "retrodiffusion-api": {
      "url": "https://mcp.retrodiffusion.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "retrodiffusion-api": {
      "type": "http",
      "url": "https://mcp.retrodiffusion.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "retrodiffusion-api",
  "transport": "streamable-http",
  "url": "https://mcp.retrodiffusion.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • update_user_style — Update a public RD Pro user style using /v1/styles/{style_id}.
  • delete_user_style — Delete a user style using /v1/styles/{style_id}.
  • list_available_styles — List publicly available styles from /v1/styles/selector.
  • 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.