← budgetpixel.com

INDIVIDUAL MCP TOOL

upscale_video

Use this to upscale a video to 1080p or 4K (30 or 60 fps) with Topaz Labs professional-grade AI.

budgetpixel.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.budgetpixel.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for upscale_video and invoke it with your own arguments.

Indexed 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 server

budgetpixel.com

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

.mcp.json

{
  "mcpServers": {
    "budgetpixel": {
      "type": "http",
      "url": "https://mcp.budgetpixel.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "budgetpixel",
  "transport": "streamable-http",
  "url": "https://mcp.budgetpixel.com/mcp"
}
MCP Inspector

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

Related tools

  • generate_image — Use this to create or edit an AI image.
  • generate_video — Use this to create or edit an AI video.
  • generate_music — Use this to create an AI music track (full songs with vocals, or instrumentals).
  • generate_sound_effect — Use this to create sound effects (NOT music).
  • upscale_image — Use this to upscale an image to a higher resolution.
  • check_generation_status — Use this after calling generate_image, generate_video, generate_music, or generate_sound_effect to poll for results.
  • get_credit_balance — Use this when the user asks about their remaining credits, subscription plan, or usage.
  • list_models — List the AI image, video, music, and sound-effect models available on BudgetPixel with base credit prices and capabilities.