io.github.smigolsmigol/llmkit
NPM · @F3D1/LLMKIT-MCP-SERVER · SCANNED AUG 3
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 124 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- 75% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 383 tokens (~31/item across 12 items; 11 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @f3d1/llmkit-mcp-server
claude mcp add smigolsmigol-llmkit -- npx -y @f3d1/llmkit-mcp-server
codex mcp add smigolsmigol-llmkit -- npx -y @f3d1/llmkit-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"smigolsmigol-llmkit": {
"type": "local",
"command": [
"npx",
"-y",
"@f3d1/llmkit-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add smigolsmigol-llmkit --command npx --arg -y --arg @f3d1/llmkit-mcp-server
mcp_servers:
smigolsmigol-llmkit:
command: "npx"
args: ["-y", "@f3d1/llmkit-mcp-server"] {
"mcpServers": {
"smigolsmigol-llmkit": {
"command": "npx",
"args": [
"-y",
"@f3d1/llmkit-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +25
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 75 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- First check of Capabilities: pass functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +26
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 75 ▲ functional
- 28 Jul 26 −26
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 75 → unverified ▼ functional
- 27 Jul 26 50
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@f3d1/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
llmkit_budget_status ~34
Check budget limits and remaining balance
| Name | Type | Req | Description |
|---|---|---|---|
| budgetId | string | — | Specific budget ID, or omit for all |
| Name | Type | Req | Description |
|---|---|---|---|
| budgets | array | yes | — |
No examples provided.
llmkit_cost_query ~72
Query cost breakdown grouped by provider, model, session, or day
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | — | Days to look back (default 30) |
| groupBy | string | yes | How to group results |
| model | string | — | Filter by model |
| provider | string | — | Filter by provider |
| Name | Type | Req | Description |
|---|---|---|---|
| breakdown | array | yes | — |
| days | number | yes | — |
| groupBy | string | yes | — |
No examples provided.
llmkit_health ~17
Check proxy health and response time
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| responseTimeMs | number | — | — |
| status | string | yes | — |
No examples provided.
llmkit_list_keys ~21
List all API keys with status and creation date
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| keys | array | yes | — |
No examples provided.
llmkit_local_agents ~29
Subagent cost attribution for the current Claude Code session. Shows which agents cost the most.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| agentCount | number | yes | — |
| byType | array | — | — |
| mainConversationCostUsd | number | — | — |
| sessionId | string | yes | — |
| subagentsTotalCostUsd | number | — | — |
| totalCostUsd | number | yes | — |
No examples provided.
llmkit_local_cache ~28
Cache savings analysis across all detected AI coding tools. Shows how much prompt caching saved.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| savings | array | — | — |
| totalSavedUsd | number | yes | — |
No examples provided.
llmkit_local_forecast ~28
Monthly cost projection based on local AI tool usage. Compares to Max subscription.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| dailyAverageUsd | number | yes | — |
| maxSubscriptionSavingsUsd | number | — | — |
| projectedMonthlyUsd | number | yes | — |
| totalSessions | number | — | — |
| totalTrackedUsd | number | — | — |
No examples provided.
llmkit_local_projects ~30
Cumulative cost across all projects and sessions from all detected AI coding tools, ranked by spend.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| projects | array | yes | — |
| totalCostUsd | number | yes | — |
No examples provided.
llmkit_local_session ~32
Current session cost across all detected AI coding tools (Claude Code, Cline). No API key needed.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| sessions | array | — | — |
| sourceCount | number | yes | — |
| totalCostUsd | number | yes | — |
No examples provided.
llmkit_session_summary ~49
Get recent proxy sessions with cost, duration, and models used
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of sessions (default 10) |
| sessionId | string | — | Specific session ID |
| Name | Type | Req | Description |
|---|---|---|---|
| sessions | array | yes | — |
No examples provided.
llmkit_usage_stats ~37
Get usage statistics (spend, requests, top models) for a time period
| Name | Type | Req | Description |
|---|---|---|---|
| period | string | — | Time period |
| Name | Type | Req | Description |
|---|---|---|---|
| cacheHitRate | number | — | — |
| cacheReadTokens | number | — | — |
| inputTokens | number | — | — |
| outputTokens | number | — | — |
| period | string | yes | — |
| requests | number | yes | — |
| topModels | array | — | — |
| totalSpendUsd | number | yes | — |
No examples provided.