A paid remote service that sits between your application and Google's Veo 4 video generation API to prevent runaway credit burn. It exposes five tools: estimate job costs before you commit, detect duplicate generation requests, check whether a request fits your media budget, recommend cheaper parameter variants, and issue structured spend receipts with audit logs. You'd reach for this if you're building a product on top of Veo 4 and need to control costs, justify spend to finance, or prevent users from accidentally hammering your video generation quota. Requires a bearer token from the product website. Uses streamable HTTP transport instead of stdio, so your client needs to support remote MCP servers.
Veo 4 credit waste gate MCP with structured receipts.
Paid remote MCP for Veo 4 credit waste gate MCP, structured receipts, audit logs, and reviewer-ready evidence.
com.clauxel.veocreditwaste/veocreditwaste-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
estimate_veo_job_costdetect_duplicate_generationcheck_media_budgetrecommend_cheaper_variantissue_spend_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.