Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAP_API_KEY | Yes | Your VAP API key for AI media generation (image, video, music). Get yours at vapagent.com |
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) |
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 |