BudgetPixel MCP Server
First-party remote MCP server that lets an agent generate images, video, music and sound effects on the signed-in user BudgetPixel account, upscale media, upload inputs, read the model catalogue and credit balance, and publish to the community feed.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
generate_image— Use this to create or edit an AI imagegenerate_video— Use this to create or edit an AI videogenerate_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 resolutionupscale_video— Use this to upscale a video to 1080p or 4K (30 or 60 fps) with Topaz Labs professional-grade AIcheck_generation_status— Use this after calling generate_image, generate_video, generate_music, or generate_sound_effect to poll for resultsget_credit_balance— Use this when the user asks about their remaining credits, subscription plan, or usagelist_models— List the AI image, video, music, and sound-effect models available on BudgetPixel with base credit prices and capabilitiesget_generation_history— Get the user's recent generation history from BudgetPixel — images by default, or pass type "video", "music", or "sound_effect"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_create_social_post— Publish a post to the user's PUBLIC BudgetPixel community feed — visible to everyone and labeled "via MCP"
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.