Skip to main content
Glama

MCP Beancount Tool

by onesvat
pyproject.toml760 B
[build-system] requires = ["hatchling>=1.25.0"] build-backend = "hatchling.build" [project] name = "mcp-beancount" version = "0.1.0" description = "MCP server tools for Beancount 3.2.0: accounts, balances, transactions, and BeanQuery-backed Q&A." readme = "README.md" requires-python = ">=3.11" authors = [ { name = "Your Name" } ] dependencies = [ "beancount==3.2.0", "mcp[cli]>=1.10.1", ] [project.optional-dependencies] dev = [ "pytest>=7.4", "pytest-cov>=4.1", "ruff>=0.5.0", ] [project.scripts] mcp-beancount = "mcp_beancount.server:main" [tool.uv] dev-dependencies = [ "pytest>=7.4", "pytest-cov>=4.1", "ruff>=0.5.0", ] [tool.pytest.ini_options] minversion = "7.0" testpaths = ["tests"] python_files = ["test_*.py"] addopts = "-q"

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/onesvat/mcp-beancount'

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