kontist-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KONTIST_CLIENT_ID | Yes | OAuth client ID from the Kontist developer app. | |
| KONTIST_CLIENT_SECRET | Yes | OAuth client secret from the Kontist developer app. | |
| KONTIST_REFRESH_TOKEN | Yes | Long-lived refresh token obtained via the one-time OAuth setup. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kontist_whoamiA | Verify Kontist auth is working and return basic identity. Run this first to confirm credentials before any other call. |
| kontist_get_balanceA | Return the current Kontist business account balance, IBAN, and available balance (in EUR). |
| kontist_list_transactionsB | List recent Kontist transactions with optional filters. Default returns last 50. Amounts are in EUR (positive = inflow, negative = outflow). |
| kontist_get_transactionA | Fetch a single Kontist transaction by its ID. |
| kontist_get_tax_reservesA | Get current balances of the Kontist VAT and income tax reserve sub-accounts. Returns null fields if not enabled or if Kleinunternehmer (no VAT). |
| kontist_annotate_transactionA | Add a note/annotation to a transaction. Useful for tagging Stripe payouts with the originating customer or invoice. |
| kontist_summarizeA | High-level financial summary for a date range: inflows, outflows, net, top counterparties, category breakdown. Default = last 30 days. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Fabi-SPL/kontist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server