← switchapp.ai

INDIVIDUAL MCP TOOL

upload_reference_asset

Upload an image, video, or audio reference into Switch cloud and get a ready-to-use reference URL.

switchapp.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

switchapp.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.switch]
url = "https://mcp.switchapp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "switch": {
      "type": "http",
      "url": "https://mcp.switchapp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: switch
Remote MCP URL: https://mcp.switchapp.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": {
    "switch": {
      "url": "https://mcp.switchapp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • explore_models — Browse the image-generation models available to your Switch account.
  • check_balance — Check your daily Switch spending — what you have spent today, your daily limit, and what is remaining.
  • list_generations — List your recent and active generation tasks.
  • show_generation — Get the full detail of one of your generations by task id — prompts, model, ref counts, saved/failed counts, ETA hint, asset ids.
  • check_job_status — Polling-friendly status check for one of your tasks.
  • show_media — Display the user's images inline — one or many.
  • list_my_folders — List the folders in your Switch library (id, name, parent).
  • list_my_assets — Return asset METADATA only (id, truncated prompt, model, created date), newest first.