We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elestirelbilinc-sketch/Media-infrastructure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"maintainers": [
"elestirelbilinc-sketch"
],
"name": "vap-mcp-server",
"version": "1.12.6",
"description": "MCP server for AI media generation (images, videos, music) with deterministic cost control using reserve-burn-refund billing model",
"author": {
"name": "VAP Media",
"url": "https://github.com/vapagentmedia"
},
"repository": {
"type": "git",
"url": "https://github.com/vapagentmedia/vap-showcase"
},
"homepage": "https://api.vapagent.com",
"documentation": "https://api.vapagent.com/docs",
"license": "MIT",
"keywords": [
"mcp",
"ai",
"media-generation",
"image-generation",
"video-generation",
"music-generation",
"cost-control",
"budget",
"execution-control"
],
"tools": [
{
"name": "generate_image",
"description": "Generate AI image with deterministic $0.18 cost"
},
{
"name": "generate_video",
"description": "Generate AI video (Veo 3.1) with deterministic $1.96 cost"
},
{
"name": "generate_music",
"description": "Generate AI music (Suno V5) with deterministic $0.68 cost"
},
{
"name": "estimate_cost",
"description": "Get image generation cost estimate"
},
{
"name": "estimate_video_cost",
"description": "Get video generation cost estimate"
},
{
"name": "estimate_music_cost",
"description": "Get music generation cost estimate"
},
{
"name": "check_balance",
"description": "Check account balance"
},
{
"name": "get_task",
"description": "Get task status by ID"
},
{
"name": "list_tasks",
"description": "List recent tasks"
}
],
"transport": {
"type": "streamable-http",
"url": "https://api.vapagent.com/mcp"
}
}