MCP / local evidence
Ask your coding agent what the session cost.
5
local tools
6
proxy tools
$ npx @f3d1/llmkit-mcp-server
Add to your MCP client config
{
"mcpServers": {
"llmkit": {
"command": "npx",
"args": ["-y", "@f3d1/llmkit-mcp-server"]
}
}
}No API key is needed for local tools. Proxy tools require an existing key in LLMKIT_API_KEY while new account creation is closed.
Local tools no account needed
Reads supported Claude Code sessions and Cline task data from detected editor storage.
llmkit_local_sessionCurrent Claude Code session and latest detected Cline task cost
llmkit_local_projectsCumulative cost per project, ranked by spend
llmkit_local_cacheCache savings analysis: how much prompt caching saved
llmkit_local_forecast30-day API-rate projection from the detected local history
llmkit_local_agentsClaude Code subagent attribution for the current session
Proxy tools requires API key
Queries your LLMKit proxy for spend, budgets, and sessions.
llmkit_usage_statsSpend, requests, top models for a time period
llmkit_cost_queryCost breakdown by provider, model, session, or day
llmkit_budget_statusBudget limits and remaining balance
llmkit_session_summaryRecent sessions with cost, duration, models
llmkit_list_keysConfigured gateway key metadata and status
llmkit_healthProxy health and response time
Supported local sources
Claude Code
Reads local JSONL sessions with token and cache-usage fields
Cline on VS Code
Reads Cline task data from extension global storage
Cline on Cursor / Windsurf
Detects the same Cline extension storage in supported editor variants
Remote editor installs
Checks supported VS Code, Cursor, and Windsurf server directories
WSL from Windows
Checks reachable WSL home directories for supported remote editor storage