Skip to main content
Glama
vapagentmedia

VAP Media · Unified MCP Server for AI Agents (Flux · Veo · Suno)

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAP_API_KEYYesYour VAP API key for AI media generation (image, video, music). Get yours at vapagent.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageA

Generate an AI image from text prompt using VAP (Flux2 Pro). Returns a task ID for async tracking. Cost: $0.18

get_taskA

Get the status and result of a generation task. Returns image URL when completed.

list_tasksC

List recent generation tasks with optional status filter.

check_balanceA

Check VAP account balance. Returns available, reserved, and usable balances.

estimate_costB

Estimate the cost of an image generation before executing. Cost: $0.18

generate_videoA

Generate an AI video from text prompt using VAP (P-Video). 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_costC

Estimate the cost of a video generation. Cost: $1.96 (P-Video)

generate_musicA

Generate AI music from text description using VAP (Suno V5_5). 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_costB

Estimate the cost of music generation. Cost: $0.68 (Suno V5_5)

inpaintA

Remove or replace objects in an image using AI inpainting. Cost: $0.15. Requires Tier 1+.

ai_editA

Edit images using AI with natural language prompts. Supports single and multi-image editing. Cost: $0.15. Requires Tier 1+.

background_removeA

Remove the background from an image, leaving only the subject with transparency. Cost: $0.10. Requires Tier 1+.

upscaleB

Upscale/enhance an image to higher resolution using AI. Cost: $0.15. Requires Tier 1+.

video_trimC

Trim a video to a specific time range. Cost: $0.05. Requires Tier 1+.

video_mergeA

Merge multiple video clips into one continuous video. Cost: $0.05. Requires Tier 1+.

get_operationB

Get the status and result of an operation. Returns output URL when completed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Account InformationCurrent account details, tier, and limits
Account BalanceCurrent balance breakdown
Current PricingCurrent pricing for all operations
Recent TasksLast 10 tasks

TDQS

B3.4/5.0

Scored across 16 tools

Disambiguation4/5

Most tools have distinct purposes for different media types (image, music, video) and account management. However, 'get_operation' and 'get_task' could be confused as both track status/results, though one is generic and one specifically for generation tasks.

Naming Consistency3/5

Naming patterns are mixed: some use verb_noun (generate_image, list_tasks), others noun_verb (background_remove, video_merge), and a few are single words (inpaint, upscale). This inconsistency may confuse an agent.

Tool Count4/5

With 16 tools covering image, music, video, and account operations, the count is reasonable for the server's scope. It is slightly high due to separate estimation tools, but still well-scoped.

Completeness4/5

The surface covers core generation and editing for images, basic video operations, music generation, and account management. Minor gaps exist, like missing music editing or advanced video edits, but the main workflows are supported.

Maintenance

ActivityStale
ResponsivenessNo issues