Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Video Generation Cost Estimator

io.github.702exec/agent-data-platform

Video generation cost estimates across providers, with provenance, freshness, and confidence.

Uptime
100.0%
1 direct probes · 30d
Response
1062ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

estimate_video_cost

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…

compare_providers

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", …

get_pricing_changes

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.

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"
    }
  }
}