# io.github.elestirelbilinc-sketch/vap-e (remote · api.vapagent.com)

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

- Trust score: 77/100 (medium)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.vapagent.com`: 77/100 (this document), [markdown](https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api.md), [page](https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api)

## Channel facts

- Endpoint: `https://api.vapagent.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.14.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1378 tokens (~68/item across 20 items; 16 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http elestirelbilinc-sketch-vap-e https://api.vapagent.com/mcp
```

### Codex

```toml
[mcp_servers.elestirelbilinc-sketch-vap-e]
url = "https://api.vapagent.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "elestirelbilinc-sketch-vap-e": {
      "type": "remote",
      "url": "https://api.vapagent.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add elestirelbilinc-sketch-vap-e --url https://api.vapagent.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  elestirelbilinc-sketch-vap-e:
    url: "https://api.vapagent.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "elestirelbilinc-sketch-vap-e": {
      "type": "http",
      "url": "https://api.vapagent.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 75, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 71, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (16)

### `generate_image` (~154 tokens)

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

Input parameters:

- `aspect_ratio` (string): Output image aspect ratio. If the user mentions a specific ratio like '16:9' or 'widescreen' in their prompt, extract and pass it here explicitly for best results.
- `prompt` (string, required): Detailed description of the image to generate. Note: If aspect ratio is mentioned in the prompt (e.g., '16:9', 'widescreen', 'portrait'), also pass it in the aspect_ratio parameter for guaranteed cor…
- `quality` (string): Generation quality (high costs 1.5x)

### `get_task` (~38 tokens)

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

Input parameters:

- `task_id` (string, required): Task UUID returned from generate_image

### `list_tasks` (~41 tokens)

List recent generation tasks with optional status filter.

Input parameters:

- `limit` (integer): Maximum number of tasks to return
- `status` (string): Filter by task status

### `check_balance` (~23 tokens)

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

### `estimate_cost` (~48 tokens)

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

Input parameters:

- `num_outputs` (integer): Number of images to generate
- `quality` (string): Generation quality level

### `generate_video` (~227 tokens)

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.

Input parameters:

- `aspect_ratio` (string): Video aspect ratio. 16:9 for landscape/widescreen, 9:16 for portrait/vertical (TikTok, Reels). Extract from user's prompt if mentioned.
- `duration` (integer): Video duration in seconds (4, 6, or 8)
- `generate_audio` (boolean): Generate audio with the video (costs more)
- `negative_prompt` (string): What to avoid in the video generation
- `prompt` (string, required): ONLY the visual description of the video. Do NOT include instructions or guidelines. Example: 'Cinematic aerial shot of a coastal cliff at golden hour, warm sunlight, gentle waves, camera slowly drif…
- `resolution` (string): Video resolution. 1080p recommended for enterprise (+33% cost)

### `estimate_video_cost` (~71 tokens)

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

Input parameters:

- `duration` (integer): Video duration in seconds
- `generate_audio` (boolean): Whether audio will be generated
- `resolution` (string): Video resolution. 1080p adds +33% cost

### `generate_music` (~218 tokens)

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.

Input parameters:

- `audio_format` (string): Output format. WAV for enterprise/lossless (+$0.10)
- `duration` (integer): Target duration in seconds (30-480, default 120 = 2 min)
- `instrumental` (boolean): Generate without vocals (instrumental only)
- `loudness_preset` (string): Loudness normalization. streaming=-14 LUFS (YouTube/Spotify), apple=-16 LUFS, broadcast=-23 LUFS (TV/EBU R128)
- `prompt` (string, required): Music description (200-500 chars recommended). Include genre, mood, instruments, tempo.

### `estimate_music_cost` (~52 tokens)

Estimate the cost of music generation. Cost: $0.68

Input parameters:

- `audio_format` (string): Output format. WAV adds +$0.10
- `duration` (integer): Music duration in seconds

### `inpaint` (~86 tokens)

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

Input parameters:

- `mask_url` (string): Optional mask image URL (white = edit area, black = keep)
- `media_url` (string, required): URL of the image to edit
- `prompt` (string, required): What to remove, replace, or change in the image

### `ai_edit` (~110 tokens)

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

Input parameters:

- `additional_images` (array): Up to 2 additional reference image URLs
- `aspect_ratio` (string): Output aspect ratio (default: match input image)
- `media_url` (string, required): URL of the primary image to edit
- `prompt` (string, required): Natural language instruction for editing
- `seed` (integer): Random seed for reproducible results

### `background_remove` (~49 tokens)

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

Input parameters:

- `media_url` (string, required): URL of the image to process

### `upscale` (~64 tokens)

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

Input parameters:

- `media_url` (string, required): URL of the image to upscale
- `scale` (integer): Upscale factor (2x or 4x)

### `video_trim` (~68 tokens)

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

Input parameters:

- `end_time` (number, required): End time in seconds
- `media_url` (string, required): URL of the video to trim
- `start_time` (number, required): Start time in seconds

### `video_merge` (~47 tokens)

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

Input parameters:

- `media_urls` (array, required): URLs of videos to merge (in playback order)

### `get_operation` (~38 tokens)

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

Input parameters:

- `operation_id` (string, required): Operation UUID returned from an operation tool

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api#diagnostics

## Score history

- 2026-08-03: 77
- 2026-08-02: 76
- 2026-08-01: 76
- 2026-07-31: 75
- 2026-07-30: 71
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 69

## Links

- Remote endpoint: https://api.vapagent.com/mcp
- Repository: https://github.com/vapagentmedia/vap-showcase
- Changelog RSS feed: https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/elestirelbilinc-sketch-vap-e/api
