Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Actual Budget MCP Server

NPM · ACTUAL-MCP · SCANNED SEP 21

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

Available components

+18 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 67 of 163 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to s-stefanov/actual-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 7 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 892 tokens (~52/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability check failed: the tool surface changed between 1.13.0 and 1.14.0: 0 tool removals, 1 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 53% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Actual Budget MCP Server server?

Actual Budget MCP Server runs locally as an npm package, launched with npx -y actual-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · actual-mcp

# add to Claude Code
claude mcp add s-stefanov-actual-mcp -- npx -y actual-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "s-stefanov-actual-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "actual-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "s-stefanov-actual-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "actual-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add s-stefanov-actual-mcp -- npx -y actual-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "s-stefanov-actual-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "actual-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add s-stefanov-actual-mcp --command npx --arg -y --arg actual-mcp
# ~/.hermes/config.yaml
mcp_servers:
  s-stefanov-actual-mcp:
    command: "npx"
    args: ["-y", "actual-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "s-stefanov-actual-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "actual-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add s-stefanov-actual-mcp -t stdio -c npx -a -y actual-mcp
// mcp.json
{
  "mcpServers": {
    "s-stefanov-actual-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "actual-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 24.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 14 to 17.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Stability: unverified → fail security
    • Malware scan: pass → unverified security
    • Package version: 1.13.0 → 1.14.0 functional
  • 13 Sept 26 +15
    • Malware scan: unverified → pass security
  • 12 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/actual-mcp@1.14.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo s-stefanov/actual-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/s-stefanov/actual-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2826452234
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:c76a7700ca32823fb9c0e21a6af13a3f1f6c829ee795fbdf0e518dfe55a1124531dd93b725f964b258e0fff9c05c99a1d9721bfb8c6e4ce76da426375

Background: How many MCP packages publish verified provenance →

Dependencies 163 packages
Packages resolved 163
Deprecated 1
Stale 66
No linked repository 2
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~892 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
balance-history ~39

Get account balance history over time

NameTypeReqDescription
accountIdstring
includeOffBudgetboolean
monthsinteger

No output schema declared.

No examples provided.

budget-vs-actual ~83

Compare budgeted amounts against actual spending per category, for recent months. Returns JSON; amounts are integer cents.

NameTypeReqDescription
categoryGroupNamestringRestrict the report to a single category group, by name
includeHiddenbooleanyesInclude categories and groups marked hidden
monthsnumberyesNumber of most recent months to report on

No output schema declared.

No examples provided.

cash-flow ~76

Report income, expenses, and net cash flow per month or week. Returns JSON; amounts are integer cents.

NameTypeReqDescription
accountIdstringRestrict the report to a single account
intervalstringyesBucket size for each row of the report
monthsnumberyesNumber of most recent months to report on

No output schema declared.

No examples provided.

category-trends ~97

Show how spending in each category changes month over month, with trend direction. Returns JSON; amounts are integer cents.

NameTypeReqDescription
categoryGroupNamestringRestrict the report to a single category group, by name
categoryNamesarrayRestrict the report to these categories, by name
includeIncomebooleanyesInclude income categories
monthsnumberyesNumber of most recent months to report on

No output schema declared.

No examples provided.

get-accounts ~22

Retrieve a list of all accounts with their current balance and ID.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-budget-month ~50

Retrieve budget data for a specific month, including budgeted amounts, spending, and balances per category.

NameTypeReqDescription
monthstringyesMonth in YYYY-MM format (e.g. "2025-01")

No output schema declared.

No examples provided.

get-budget-months ~23

Retrieve a list of all available budget months in YYYY-MM format.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-custom-reports ~22

Retrieve every saved custom report from the budget's Reports section

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-dashboards ~34

Retrieve every dashboard page and the widgets laid out on it. These are the dashboards under the Reports section of the sidebar.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-grouped-categories ~29

Retrieve a list of all category groups with their id, name, type and category list.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-payees ~29

Retrieve a list of all payees with their id, name, categoryId and transferAccountId.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-rules ~30

Retrieve a list of all rules. PS amount comes in cents: positive for deposit, negative for payment

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get-transactions ~82

Get transactions for an account with optional filtering

NameTypeReqDescription
accountIdstringyes
categoryNamestring
endDatestring
limitnumber
maxAmountnumber
minAmountnumber
payeeNamestring
startDatestring

No output schema declared.

No examples provided.

monthly-summary ~32

Get monthly income, expenses, and savings

NameTypeReqDescription
accountIdstring
monthsnumberyes

No output schema declared.

No examples provided.

net-worth ~81

Track assets, liabilities, and net worth across all accounts over time. Returns JSON; amounts are integer cents.

NameTypeReqDescription
includeClosedbooleanyesInclude closed accounts
includeOffBudgetbooleanyesInclude off-budget accounts. Defaults to true, since net worth normally covers every account.
monthsnumberyesNumber of most recent months to report on

No output schema declared.

No examples provided.

spending-by-category ~52

Get spending breakdown by category for a specified date range

NameTypeReqDescription
accountIdstring
endDatestring
includeIncomeboolean
startDatestring

No output schema declared.

No examples provided.

spending-by-payee ~111

Rank payees by how much money was spent with (or received from) each one. Returns JSON; amounts are integer cents.

NameTypeReqDescription
accountIdstringRestrict the report to a single account
endDatestringEnd date in YYYY-MM-DD format
includeIncomebooleanyesReport income received instead of money spent
limitnumberyesMaximum number of payees to list
startDatestringStart date in YYYY-MM-DD format

No output schema declared.

No examples provided.

Common questions

What is the Actual Budget MCP Server server?

Actual Budget MCP Server is listed in the public MCP registry as io.github.s-stefanov/actual-mcp. MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants. This page covers its npm package (actual-mcp).

Is the Actual Budget MCP Server server safe to use?

Actual Budget MCP Server scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Actual Budget MCP Server server expose?

Actual Budget MCP Server exposes 17 tools: get-transactions, spending-by-category, monthly-summary, balance-history, budget-vs-actual, and 12 more. Their descriptions and schemas cost roughly 892 tokens of context every time the server is loaded.

Is the Actual Budget MCP Server server still maintained?

Actual Budget MCP Server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Actual Budget MCP Server server under?

Actual Budget MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.