Know your burn.
Build with confidence.

What you spent last month across 12 platforms
$451.00
It took 2 hours across 12 dashboards.
Should take 1 question via Claude.

burnmeter — Track infrastructure costs across 12 platforms via Claude Code

BEFORE
Vercel, Railway, OpenAI, Anthropic, Neon, PlanetScale, DigitalOcean, Turso, Upstash, MongoDB, Twilio, OpenRouter
12 dashboards • 2 hours • export CSVs • build spreadsheet
AFTER
You: "What's my burn this month?"
Claude: You've spent $451.00 this month across 12 platforms:
• Vercel: $95.00 (functions + bandwidth)
• Neon: $135.00 (compute + storage)
• OpenAI: $165.00 (GPT-4 + embeddings)
• Anthropic: $56.00 (Claude API)
+ 7 more platforms
1 question • 3 seconds
12 Platforms Tracked
Vercel
Railway
OpenRouter
OpenAI
Anthropic
Neon
PlanetScale
DigitalOcean
Turso
Upstash
MongoDB
Twilio

12 dashboards 1 question 0 surprises

What you can ask

"What's my burn this month?"
Real-time costs across all platforms with service-level breakdown
"What will I spend this month?"
Forecast monthly total based on daily burn rate with confidence levels
"How does this month compare to last?"
Month-over-month trends with percentage changes per platform
"Am I over my $500 budget?"
Budget tracking with percentage used and remaining balance
"Show me Vercel breakdown"
Detailed cost breakdown by service for any platform
"Which platforms are configured?"
Check auth status for all 12 platforms at a glance

Get started in 60 seconds

# Clone and install
git clone https://github.com/mpalermiti/burnmeter.git
cd burnmeter && pip install -e .

# Add your API keys
cp .env.example .env

# Configure Claude Code (~/.claude/mcp_config.json)
{
  "mcpServers": {
    "burnmeter": {
      "command": "python3",
      "args": ["src/server.py"],
      "cwd": "/path/to/burnmeter"
    }
  }
}

⭐ Star on GitHubFull setup guide

Three minutes to know your burn. Forever.

Open source • Apache 2.0 • Free forever

Get Started