llmkit-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLMKIT_API_KEY | No | LLMKit API key from the dashboard. Optional for local tools. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| llmkit_usage_statsC | Get usage statistics (spend, requests, top models) for a time period |
| llmkit_cost_queryB | Query cost breakdown grouped by provider, model, session, or day |
| llmkit_list_keysA | List all API keys with status and creation date |
| llmkit_budget_statusA | Check budget limits and remaining balance |
| llmkit_healthA | Check proxy health and response time |
| llmkit_session_summaryA | Get recent proxy sessions with cost, duration, and models used |
| llmkit_local_sessionA | Current session cost across all detected AI coding tools (Claude Code, Cline). No API key needed. |
| llmkit_local_projectsA | Cumulative cost across all projects and sessions from all detected AI coding tools, ranked by spend. |
| llmkit_local_cacheA | Cache savings analysis across all detected AI coding tools. Shows how much prompt caching saved. |
| llmkit_local_forecastA | Monthly cost projection based on local AI tool usage. Compares to Max subscription. |
| llmkit_local_agentsA | Subagent cost attribution for the current Claude Code session. Shows which agents cost the most. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| cost-report | Generate a cost report for a time period |
| budget-check | Check all budgets and warn about any approaching limits |
| session-summary | Summarize costs and usage for the current coding session |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Session Cost Dashboard |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smigolsmigol/llmkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server