Video Generation Cost Estimator
io.github.702exec/agent-data-platformVideo generation cost estimates across providers, with provenance, freshness, and confidence.
Tools · 3
Estimate the USD cost of generating AI video across providers (fal.ai, Runway, Google Veo, Kling, Luma, Higgsfield). Returns estimates sorted cheapest-first, each with provenance (source_url), freshne…
List raw, provenance-backed pricing rows for AI video generation providers and models. Every row carries source_url and verified_at. Optionally filter by provider slug (e.g. "fal", "google", "kling", …
Retrieve the append-only change log of pricing updates, model deprecations, and verification events. Useful for detecting price changes since a previous check. Defaults to the last 30 days.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"video_generation_cost_estimator": {
"url": "https://agent-data-platform.onrender.com/mcp",
"transport": "streamable-http"
}
}
}