kongen-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KONGEN_API_KEY | Yes | Your Kongen API key (kl_live_... or kl_test_...) | |
| KONGEN_API_BASE_URL | No | API base URL override | https://api.kongenlabs.life |
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 | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| score_promptB | Score a text prompt for reasoning complexity using Kongen's Logic engine. Returns the detected reasoning regime (trivial/fast/moderate/deep/exhaustive), a confidence adjustment factor, and recommended token budget. Costs 1 Kongen Token. |
| transfer_scoreA | Score a 7-dimensional signal vector against reference patterns. Returns pattern classification, confidence, confidence adjustment, and supporting evidence. Costs 50 Kongen Tokens. |
| check_usageA | Check your Kongen Token balance, usage in the current billing cycle, and active plan. No token cost. |
| route_modelA | Recommend which Claude model (Haiku/Sonnet/Opus) to use for a given prompt based on its reasoning complexity. Internally scores the prompt with Logic, then maps the detected regime to a model recommendation with estimated cost savings. Costs 1 Kongen Token. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |