ai-cost-optimizer

Cloudflare Workers MCP server: ai-cost-optimizer

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Cloudflare Workers MCP server: ai-cost-optimizer

    Server tool list (5)

    Raw names from tools/list. Only developers need these.

    cost_trackerRecord and retrieve AI API call costs by team. Persists to Cloudflare KV — survives cold starts and scale-out.
    token_calculatorCalculate cost from token counts for any supported AI model. Stateless — no KV required.
    budget_alertSet and check budget limits for teams. Raises a flag when a configurable spending threshold is reached.
    model_breakdownAnalyze costs broken down by model for a given team over a configurable time window.
    cost_forecastForecast future AI spend based on historical usage patterns using daily-average linear projection.