# Beancount Mcp

> A MCP Server for beancount query and transaction submmit.

- **Type:** MCP server
- **Install:** `agentstack add mcp-stdioa-beancount-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [StdioA](https://agentstack.voostack.com/s/stdioa)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [StdioA](https://github.com/StdioA)
- **Source:** https://github.com/StdioA/beancount-mcp

## Install

```sh
agentstack add mcp-stdioa-beancount-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Beancount MCP (Model Context Protocol) Server

A Beancount MCP server which can execute beancount query, and submit transaction to the ledger.

## Usage
`uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean`

### Add to Claude

Add to `claude_desktop_config.json` (you can find this file by using Settings - Developer - Edit Config):

```
{
  "mcpServers": {
    "https://github.com/StdioA/beancount-mcp/tree/master": {
      "command": "uvx",
      "args": [
        "beancount-mcp",
        "--transport=stdio",
        "PATH_TO_YOUR_LEDGER"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [StdioA](https://github.com/StdioA)
- **Source:** [StdioA/beancount-mcp](https://github.com/StdioA/beancount-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-stdioa-beancount-mcp
- Seller: https://agentstack.voostack.com/s/stdioa
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
