mcpbeat Sign in

Categorize Transactions MCP Server

local only

Categorize Transactions runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Import a bank CSV, categorise it, summarise it per currency and reconcile it against your expenses.

Installs / week
not published
0
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 1 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.

Touches key and credential files data/npm_unblock.json:34
        "confound": "actions/setup-node with registry-url wrote NPM_CONFIG_USERCONFIG=$RUNNER_TEMP/.npmrc containing //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}; with no NODE_AUTH_TOKEN secret this expanded to the literal placeholder XXXXX-XXXXX-XXXXX-XXXXX, so npm authen…
Dumps the whole environment servers/office-suite/src/index.ts:132
  for (const [k, v] of Object.entries(process.env)) if (v !== undefined) env[k] = v;

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

Alternatives to Categorize Transactions

same job, measured the same way
Bank Statement CSV Categorize Reconcile Ledger
by theluckystrike

Import a bank CSV, categorise it, summarise it per currency and reconcile it against your expenses.

15 tools answering
Bank Statement
by theluckystrike

Import a bank CSV, categorise it, summarise it per currency and reconcile it against your expenses.

local only
Bank Statement PDF
by theluckystrike

Import a bank CSV, categorise it, summarise it per currency and reconcile it against your expenses.

local only
Cashflow
by theluckystrike

Bank CSV cashflow: categorise, summarise per currency, reconcile against expenses.

local only
Bank Statement Import Categorise Reconcile
by bestremotetools

Import a bank CSV, dedupe on re-import, categorise, summarise per currency and find subscriptions.

local only
C
CSV Import Rehearsal
by mcpscores

Simulate a CSV import against a supplied typed column contract and return exact accepted rows, re...

1 tools answering
Dmarc Examiner
by dmarc-examiner

Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export.

31 installs/wk 21 tools answering
PubCurrency
by publifye

Norges Bank exchange rates for your AI — 38 currencies vs NOK, history to 1980, convert & chart

answering

Categorize Transactions — questions

Answers built from our own checks of this server.

Why is there no uptime for Categorize Transactions?
Categorize Transactions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Categorize Transactions open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.