Analytics
llmcosttracker.com
Provides LLM cost tracking and analytics, including spend breakdowns by feature, user, and time series.
ENDPOINT 1
https://llmcosttracker.com/api/mcp
MCP server metadata
- Name
- llmcosttracker-mcp-server
- Version
- 1.0.0
Known tools 7
lct_get_overviewGet top-level LLM cost KPIs for a project: total spend, call count, average cost per call, and average tokens per call.
lct_get_featuresGet LLM cost attribution grouped by feature tag (e.g.
lct_get_feature_detailGet a full cost breakdown for a single feature tag, including model breakdown, top users, prompt versions, and daily spend timeseries.
lct_get_usersGet LLM cost attribution grouped by user ID, sorted by total spend.
lct_get_user_detailGet a full cost and usage breakdown for a single user ID, including wasted spend, feature breakdown, and daily timeseries.
lct_get_modelsGet LLM cost attribution grouped by model, sorted by total spend.
lct_get_timeseriesGet daily LLM spend totals over a time period, optionally filtered to a single feature.