
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_tracker | Record and retrieve AI API call costs by team. Persists to Cloudflare KV — survives cold starts and scale-out. |
| token_calculator | Calculate cost from token counts for any supported AI model. Stateless — no KV required. |
| budget_alert | Set and check budget limits for teams. Raises a flag when a configurable spending threshold is reached. |
| model_breakdown | Analyze costs broken down by model for a given team over a configurable time window. |
| cost_forecast | Forecast future AI spend based on historical usage patterns using daily-average linear projection. |