Media Infrastructure
FreeNot checkedMedia Execution Control Layer for AI Agents. Reserve-execute-burn/refund pattern. FFmpeg post-processing (format conversion, audio normalization) Supports Flux2
About
Media Execution Control Layer for AI Agents. Reserve-execute-burn/refund pattern. FFmpeg post-processing (format conversion, audio normalization) Supports Flux2 Pro, Veo 3.1, Suno V5.
README
VAP AI
Agent-native AI platform for AI Room, Media API, and Coding Plan API.
Website | Developer Hub | AI Room | Dashboard | Status
Products
AI Room
Conversational creative workspace where custom-trained AI agents use session context to create images, video, voice, and music.
- Product URL: https://vapagent.com/new
- Plans: Lite, Pro, and Max monthly Room plans
Media API
Unified generation API for image, video, and music workflows. Current public model surfaces include Pimo AI-Video, Aura Image Turbo, and Pira V5.5.
- Developer Hub: https://vapagent.com/developer/
- API base URL:
https://api.vapagent.com/api/v1 - Create generation:
POST /api/v1/generations - Create operation:
POST /api/v1/operations - Authentication: product-scoped VAP Media API key
- MCP endpoint:
https://api.vapagent.com/mcp
Coding Plan API
OpenAI-compatible API for coding agents, IDEs, editors, and automation workflows. Powered by Nemesis Deep Coder with model ID vap-code.
- Developer Hub: https://vapagent.com/developer/
- Model page: https://vapagent.com/models/nemesis-deep-coder.html
- Harness guide: https://vapagent.com/integrations/coding-harnesses.html
- API base URL:
https://api.vapagent.com/v1 - Model ID:
vap-code - Responses endpoint:
POST /v1/responses - Chat Completions endpoint:
POST /v1/chat/completions - Authentication: product-scoped VAP Coding Plan API key
Start From The Product Surface
Use these entry points for new integrations:
| Need | Link |
|---|---|
| Use AI Room | https://vapagent.com/new |
| Generate a Media API key | https://vapagent.com/developer/?key=media#keys |
| Generate a Coding Plan API key | https://vapagent.com/developer/?key=code#keys |
| View Coding Plan API plans | https://vapagent.com/new-dashboard/?billing=code#plans |
| Read Developer Hub | https://vapagent.com/developer/ |
| See Nemesis Deep Coder | https://vapagent.com/models/nemesis-deep-coder.html |
Media API Via MCP
This repository remains the public GitHub and MCP discovery surface for VAP Media API integrations. MCP is still supported for Claude Desktop, Claude Code, Cursor-compatible MCP clients, and other agent workflows that call VAP media tools.
Claude Desktop example:
{
"mcpServers": {
"vap": {
"url": "https://api.vapagent.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_MEDIA_API_KEY"
}
}
}
}
For clients that do not support headers directly, use the local proxy in mcp/vap_mcp_proxy.py and set VAP_API_KEY.
API Examples
Media API
curl -X POST https://api.vapagent.com/api/v1/generations \
-H "Authorization: Bearer YOUR_MEDIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"kind":"image","prompt":"a neon city at night"}'
Coding Plan API
curl -X POST https://api.vapagent.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_CODING_PLAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"vap-code","messages":[{"role":"user","content":"Review this patch."}]}'
Current Product Contracts
Use these current public contracts from Developer Hub:
- Media API:
https://api.vapagent.com/api/v1 - Media generation:
POST /api/v1/generations - Media operations:
POST /api/v1/operations - MCP:
https://api.vapagent.com/mcp - Coding Plan API:
https://api.vapagent.com/v1
Discovery Files
server.json: MCP Registry server metadatamcp.json: MCP package metadataglama.json: Glama MCP listing metadatamcp/tools.json: MCP tool schema metadatamcp/vap_mcp_proxy.py: local stdio/http proxy for MCP clients
Links
- Website: https://vapagent.com/
- Developer Hub: https://vapagent.com/developer/
- AI Room: https://vapagent.com/new
- MCP guide: https://vapagent.com/mcp.html
- Webhooks: https://vapagent.com/webhooks.html
- Status: https://vapagent.com/status.html
- Support: [email protected]
License
MIT License. See LICENSE.
Install Media Infrastructure in Claude Desktop, Claude Code & Cursor
unyly install media-infrastructureInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add media-infrastructure -- uvx --from git+https://github.com/elestirelbilinc-sketch/vap-showcase vap-mcp-serverStep-by-step: how to install Media Infrastructure
FAQ
Is Media Infrastructure MCP free?
Yes, Media Infrastructure MCP is free — one-click install via Unyly at no cost.
Does Media Infrastructure need an API key?
No, Media Infrastructure runs without API keys or environment variables.
Is Media Infrastructure hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Media Infrastructure in Claude Desktop, Claude Code or Cursor?
Open Media Infrastructure on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
ARA
Generate images, video and audio from any AI agent — one connector.
by ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolgpu-bridge/mcp-server
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
by gpu-bridgehamflx/imagen3-mcp
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
by hamflxmerterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
by merterbakSureScaleAI/openai-gpt-image-mcp
OpenAI GPT image generation/editing MCP server.
by SureScaleAIYangLiangwei/PersonalizationMCP
Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authenticati
by YangLiangweiAceDataCloud/MCPFlux
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
by AceDataCloudCompare Media Infrastructure with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
