← Registry

Analytics

llmcosttracker.com

Provides LLM cost tracking and analytics, including spend breakdowns by feature, user, and time series.

1 endpoint7 known toolsFirst detected May 17, 2026Last detected September 3, 2026

ENDPOINT 1

https://llmcosttracker.com/api/mcp

No auth detected

MCP server metadata

Name
llmcosttracker-mcp-server
Version
1.0.0
Capabilities
tools

Known tools 7

lct_get_overview

Get top-level LLM cost KPIs for a project: total spend, call count, average cost per call, and average tokens per call.

Inferred read-only
lct_get_features

Get LLM cost attribution grouped by feature tag (e.g.

Inferred read-only
lct_get_feature_detail

Get a full cost breakdown for a single feature tag, including model breakdown, top users, prompt versions, and daily spend timeseries.

Inferred read-only
lct_get_users

Get LLM cost attribution grouped by user ID, sorted by total spend.

Inferred read-only
lct_get_user_detail

Get a full cost and usage breakdown for a single user ID, including wasted spend, feature breakdown, and daily timeseries.

Inferred read-only
lct_get_models

Get LLM cost attribution grouped by model, sorted by total spend.

Inferred read-only
lct_get_timeseries

Get daily LLM spend totals over a time period, optionally filtered to a single feature.

Inferred read-only

CONNECT 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.

Trust status Neutral

llmcosttracker.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.