INDIVIDUAL MCP TOOL
upload_media
Upload a local image, video, or audio file to BudgetPixel and get back a short-lived URL (valid ~24h) to use as a generation input: pass it as an input_images value on generate_image, or as image / end_image / reference_images / video / audio on generate_video.
LIVE ENDPOINT
https://mcp.budgetpixel.com/mcp
Connect to this endpoint to inspect the live schema for upload_media and invoke it with your own arguments.
Indexed 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 server
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.upscale_video— Use this to upscale a video to 1080p or 4K (30 or 60 fps) with Topaz Labs professional-grade AI.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.