mcpserver.lol
registry/ai-cost-optimizer
Connection check verified live · 27h ago

ai-cost-optimizer

Cloudflare Workers MCP server: ai-cost-optimizer

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

budget_alert teamaction*thresholdbudgetLimit
Set and check budget limits for teams. Raises a flag when a configurable spending threshold is reached.
cost_forecast teamforecastDayshistoricalDays
Forecast future AI spend based on historical usage patterns using daily-average linear projection.
cost_tracker teammodelaction*metadatainputTokensoutputTokens
Record and retrieve AI API call costs by team. Persists to Cloudflare KV — survives cold starts and scale-out.
model_breakdown daysteam
Analyze costs broken down by model for a given team over a configurable time window.
token_calculator model*inputTokens*outputTokens*
Calculate cost from token counts for any supported AI model. Stateless — no KV required.