Commit Graph
3 Commits
Author SHA1 Message Date
nikhilnt1234 181352df63 Update README.md 2026-06-03 14:30:45 -07:00
nikhilnt1234 82dec30b93 Merge pull request #1 from nikhilnt1234/nikhilnt1234-patch-1
Add TokenBurnRate MCP server to README
2026-06-03 14:24:04 -07:00
nikhilnt1234 11591cb3bc Add TokenBurnRate MCP server to README
Add TokenBurnRate — LLM token cost tracker MCP
Adds TokenBurnRate, an open-source MCP server + CLI for tracking LLM token costs across Claude, GPT, and Gemini.

Logs every API call locally (SQLite, no telemetry)
Terminal dashboard with daily cost breakdown
8 deterministic optimization hints with estimated monthly savings
Works with Claude Desktop as an MCP server

npm: https://www.npmjs.com/package/token-tracker-mcp
GitHub: https://github.com/nikhilnt1234/TokenBurnRate
2026-06-03 12:46:22 -07:00