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.
Inferred read-onlylct_get_feature_detailGet a full cost breakdown for a single feature tag, including model breakdown, top users, prompt versions, and daily spend timeseries.
Inferred read-onlylct_get_user_detailGet a full cost and usage breakdown for a single user ID, including wasted spend, feature breakdown, and daily timeseries.
Inferred read-onlylct_get_timeseriesGet daily LLM spend totals over a time period, optionally filtered to a single feature.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.llmcosttracker-mcp-server]
url = "https://llmcosttracker.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"llmcosttracker-mcp-server": {
"type": "http",
"url": "https://llmcosttracker.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: llmcosttracker-mcp-server
Remote MCP URL: https://llmcosttracker.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"llmcosttracker-mcp-server": {
"url": "https://llmcosttracker.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"llmcosttracker-mcp-server": {
"type": "http",
"url": "https://llmcosttracker.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "llmcosttracker-mcp-server",
"transport": "streamable-http",
"url": "https://llmcosttracker.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for llmcosttracker.com was fetched 2026-07-27T12:49:25.024Z and is being refreshed.
llmcosttracker.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.