mcpbeat Sign in

Pacioli — the ERPNext broker you can hand the books MCP Server

local only

Pacioli — the ERPNext broker you can hand the books runs on your own machine — the client starts it, so there is no endpoint to ping. 580 installs a week from pypi. Last commit 2 Sep 2026.

Governed agent access to ERPNext — MCP + A2A doors, one spine. No debit without a credit.

Installs per day peak 945 · avg 145 · -49% w/w
a month agotoday
580
Installs / week
pypi · pacioli
4
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            token = _resolve_transport_token(auth, env if env is not None else dict(os.environ))
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation deploy/govern.sh:176
s.verb_read = 1; s.verb_create = 1; s.verb_write = 0; s.verb_delete = 0
for m in methods:  s.append("methods", {"pattern": m})
for d in doctypes + graph: s.append("resource_doctypes", {"ref_doctype": d})
USER root
# This entrypoint script link build assets of the image to the mounted sites volume at container initialization

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pacioli -- uvx pacioli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pacioli": {
      "args": [
        "pacioli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pacioli]
command = "uvx"
args = ["pacioli"]
.cursor/mcp.json
{
  "mcpServers": {
    "pacioli": {
      "args": [
        "pacioli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pacioli": {
      "args": [
        "pacioli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Pacioli — the ERPNext broker you can hand the books

same job, measured the same way
Trial Balance
by theluckystrike

Prove your books balance: every debit and credit for a month, to the minor unit.

local only
Searcher OS
by searcheros

AI agent access to your Searcher OS deal feed, pipeline, buy boxes, CIM analysis, and broker CRM.

answering
Trusty Squire
by trusty-squire

Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate.

2 224 installs/wk local only
OneDroid Synapse
by onedroid

Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.

answering
Infrabroker
by luisgf

SSH & Kubernetes access broker for AI agents; the model never touches a credential.

local only
Zerno Lite
by zerno

Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.

answering
GopherHole Agent Hub
by helixdata

Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.

35 installs/wk local only
Fullmakt
by fullmakt

Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.

answering

Pacioli — the ERPNext broker you can hand the books — questions

Answers built from our own checks of this server.

Why is there no uptime for Pacioli — the ERPNext broker you can hand the books?
Pacioli — the ERPNext broker you can hand the books runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pacioli was installed 580 times last week.
How do I connect Pacioli — the ERPNext broker you can hand the books?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pacioli straight from pypi; nothing to host, nothing to sign up for.
How many people use Pacioli — the ERPNext broker you can hand the books?
The pypi package pacioli was installed 580 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pacioli — the ERPNext broker you can hand the books open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.