# vap-e MCP server

AI media generation for agents. Images via FLUX 1.1 Pro, videos via Veo 3.1.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-elestirelbilinc-sketch-vap-e
- Repository: https://github.com/elestirelbilinc-sketch/VAP

## Install
- Endpoint: https://api.vapagent.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.vapagent.com/mcp

## Tools
- generate_image - Generate an AI image from text prompt using VAP (Flux2 Pro). Returns a task ID for async tracking. Cost: $0.18 Endpoint: https://api.vapagent.com/mcp
- get_task - Get the status and result of a generation task. Returns image URL when completed. Endpoint: https://api.vapagent.com/mcp
- list_tasks - List recent generation tasks with optional status filter. Endpoint: https://api.vapagent.com/mcp
- check_balance - Check VAP account balance. Returns available, reserved, and usable balances. Endpoint: https://api.vapagent.com/mcp
- estimate_cost - Estimate the cost of an image generation before executing. Cost: $0.18 Endpoint: https://api.vapagent.com/mcp
- generate_video - 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. Endpoint: https://api.vapagent.com/mcp
- estimate_video_cost - Estimate the cost of a video generation. Cost: $1.96 (P-Video) Endpoint: https://api.vapagent.com/mcp
- generate_music - 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. Endpoint: https://api.vapagent.com/mcp
- estimate_music_cost - Estimate the cost of music generation. Cost: $0.68 (Suno V5_5) Endpoint: https://api.vapagent.com/mcp
- inpaint - Remove or replace objects in an image using AI inpainting. Cost: $0.15. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- ai_edit - Edit images using AI with natural language prompts. Supports single and multi-image editing. Cost: $0.15. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- background_remove - Remove the background from an image, leaving only the subject with transparency. Cost: $0.10. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- upscale - Upscale/enhance an image to higher resolution using AI. Cost: $0.15. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- video_trim - Trim a video to a specific time range. Cost: $0.05. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- video_merge - Merge multiple video clips into one continuous video. Cost: $0.05. Requires Tier 1+. Endpoint: https://api.vapagent.com/mcp
- get_operation - Get the status and result of an operation. Returns output URL when completed. Endpoint: https://api.vapagent.com/mcp

## Resources
- vape://account/info - Current account details, tier, and limits MIME type: application/json
- vape://account/balance - Current balance breakdown MIME type: application/json
- vape://pricing/current - Current pricing for all operations MIME type: application/json
- vape://tasks/recent - Last 10 tasks MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: io.github.elestirelbilinc-sketch
- Version: 1.6.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 8, 2026
- Source: https://registry.modelcontextprotocol.io
