io.github.smigolsmigol/llmkit✓
io.github.smigolsmigol/llmkit · v0.4.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.smigolsmigol/llmkit",
"description": "AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs",
"repository": {
"url": "https://github.com/smigolsmigol/llmkit",
"source": "github"
},
"version": "0.4.7",
"packages": [
{
"registryType": "npm",
"identifier": "@f3d1/llmkit-mcp-server",
"version": "0.4.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LLMKit API key. Optional: local tools work without it.",
"format": "string",
"isSecret": true,
"name": "LLMKIT_API_KEY"
},
{
"description": "LLMKit proxy URL (defaults to hosted service)",
"format": "string",
"name": "LLMKIT_PROXY_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}