Skip to main content
Glama
klinikal

beanie-mcp

by klinikal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BEANCOUNT_LEDGERYesAbsolute path to your Beancount ledger file (.bean).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_queryA

Query the Beancount ledger using BQL.

Returns a dict with: columns — list of column name strings rows — list of rows, each a list of value strings truncated — true if the result was cut at 200 rows total_rows — full result count before any truncation error — present (instead of the above) if the BQL is invalid

bean_checkA

Validate the ledger with bean-check.

Returns a clean confirmation message if there are no problems, or a newline-separated list of errors with file path and line number.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
beanie://accounts
beanie://tables

Latest Blog Posts

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/klinikal/beanie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server