ai-budget-planner-api
Cloudflare Workers MCP server: ai-budget-planner. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-budget-planner
by lazymac2x
Cloudflare Workers MCP server: ai-budget-planner
Helps create and track financial budgets and spending plans.
Captured live from the server via tools/list.
Create a monthly LLM budget allocation for a team or department
Human-readable budget name
Department or team name
Monthly spend cap in USD
LLM providers to track: openai, anthropic, google, mistral, cohere
API key for the request
Get current utilisation, spend breakdown by provider, and alert status for a budget
Budget ID from create_budget (format: bgt_xxx)
API key for the request
List all threshold alerts triggered for a budget (50%, 75%, 90%, 100%)
Budget ID
API key for the request
Get a 7-day LLM spend digest broken down by department and provider
Filter by department name (optional)
Filter by provider name (optional)
API key for the request
Get month-to-date spend, utilisation, and alert status per department
Filter to a single department (optional)
API key for the request
List supported LLM providers, their models, and blended cost estimates per 1M tokens
No parameters.
Cloudflare Workers MCP server: ai-budget-planner. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-budget-planner
claude_desktop_config.json
{
"mcpServers": {
"ai-budget-planner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/ai-budget-planner/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.