mcpbeat

Vap E MCP Server

io.github.elestirelbilinc-sketch/vap-e
answering

Vap E is answering right now. Last checked moments ago. It exposes 16 tools. Last commit 27 Jun 2026.

AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
92 of 92 checks
16
Tools
read from the server
111 ms
Response time
average over 24h
2
Stars
last commit 27 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add vap-e --transport http https://api.vapagent.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vap-e": {
      "url": "https://api.vapagent.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vap-e]
url = "https://api.vapagent.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "vap-e": {
      "url": "https://api.vapagent.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vap-e": {
      "url": "https://api.vapagent.com/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

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

Endpoints

URLTransportStateLatencyChecked
https://api.vapagent.com/mcp streamable-http answering 96 ms 0 min ago

Vap E — questions

Answers built from our own checks of this server.

What can Vap E do?
It exposes 16 tools, read directly from the server on our last check. Among them: ai_edit, background_remove, check_balance, estimate_cost, estimate_music_cost, estimate_video_cost and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Vap E mostly used for?
Its tools cluster around estimate, generate and video. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Vap E working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 111 ms. The bar chart above shows every period we have measured.
How do I connect Vap E?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Vap E need an API key?
No. Vap E completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Vap E?
It answers our handshake in 111 ms on average, which is faster than 81% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Vap E open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.