Media-infrastructure
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAP_API_KEY | Yes | Your VAP API key, obtained by creating an agent at vapagent.com. This key is used to authenticate requests for AI image, video, and music generation. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_image | Generate an AI image from text prompt using VAP (Flux2 Pro). Returns a task ID for async tracking. Cost: $0.18 |
| get_task | Get the status and result of a generation task. Returns image URL when completed. |
| list_tasks | List recent generation tasks with optional status filter. |
| check_balance | Check VAP account balance. Returns available, reserved, and usable balances. |
| estimate_cost | Estimate the cost of an image generation before executing. Cost: $0.18 |
| generate_video | Generate an AI video from text prompt using VAP (Veo 3.1). Returns a task ID for async tracking. Cost: $1.96. IMPORTANT: Send ONLY the video description. Do NOT include any instructions, guidelines, or meta-text. Just the pure visual description. |
| estimate_video_cost | Estimate the cost of a video generation. Cost: $1.96 (Veo 3.1) |
| generate_music | Generate AI music from text description using VAP (Suno V5). Returns a task ID for async tracking. Cost: $0.68. IMPORTANT: Send ONLY the music description. Do NOT include any instructions or meta-text. Describe: genre, mood, instruments, tempo, vocal style (or specify instrumental). Example prompt: "Upbeat indie folk song with acoustic guitar, warm vocals, and light percussion. Feel-good summer vibes. |
| estimate_music_cost | Estimate the cost of music generation. Cost: $0.68 (Suno V5) |
| inpaint | Remove or replace objects in an image using AI inpainting. Cost: $0.15. Requires Tier 1+. |
| ai_edit | Edit images using AI with natural language prompts. Supports single and multi-image editing. Cost: $0.15. Requires Tier 1+. |
| background_remove | Remove the background from an image, leaving only the subject with transparency. Cost: $0.10. Requires Tier 1+. |
| upscale | Upscale/enhance an image to higher resolution using AI. Cost: $0.15. Requires Tier 1+. |
| video_trim | Trim a video to a specific time range. Cost: $0.05. Requires Tier 1+. |
| video_merge | Merge multiple video clips into one continuous video. Cost: $0.05. Requires Tier 1+. |
| get_operation | Get the status and result of an operation. Returns output URL when completed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Account Information | Current account details, tier, and limits |
| Account Balance | Current balance breakdown |
| Current Pricing | Current pricing for all operations |
| Recent Tasks | Last 10 tasks |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elestirelbilinc-sketch/Media-infrastructure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server