actual-mcp

MCPattesté
v1.13.0Stefan StefanovMITMis à jour aujourd’huinpmGitHub

Actual Budget MCP server exposing API functionality

Fonctionne dans
ClaudeCursorCopilotGemini

Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Build attesté
Une attestation de provenance vérifiée lie cet artefact au dépôt indiqué. Personne n’a encore revendiqué l’annonce — cela prouve où le code a été construit, pas qui le soutient.
193Téléch./sem.
228Étoiles GitHub
83Forks
aujourd’huiDernière mise à jour
Nécessite 1 identifiant avant de pouvoir fonctionner
  • ACTUAL_PASSWORDClé d’APIobligatoire

    Actual Budget server password

  • ACTUAL_BUDGET_ENCRYPTION_PASSWORDClé d’APIfacultatif

    E2E encryption password, if enabled

Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquet
AuteurStefan Stefanov
LicenceMIT
Version1.13.0
Sourcenpm+mcp-registry
Statut de confiance
A
85/100Fiable
Listé dans l’index Forge+10/10
Identité vérifiée · build attesté+20/20
Signature de publication Ed25519+0/5
Incluse automatiquement quand l’éditeur exécute `forge publish`
Vérification de domaine+0/5
Éditeur : hébergez /.well-known/forge.json sur la page d’accueil du paquet avec { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
Correspondance de mainteneur npm+0/5
Éditeur : ajoutez le login GitHub vérifié aux mainteneurs du paquet npm (npm owner add <login>)
Analyse CVE · propre+30/30
Analyse statique · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIdentité vérifiée
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance✓ Vérifié par Sigstore · fa16d6f
Dépendances✓ 60 résolues+ · aucune vulnérable
Surface d’outils40 outils · 8 privilégiés
Analyse de sécurité✓ Proprev1.13.0 · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé12 sept. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

40 outils · 8 privilégiés
Extrait statiquement du paquet publiév1.13.0 · 9h ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

balance-historyGet account balance history over time

Get account balance history over time

Aucun schéma d’entrée n’a été publié pour cet outil.

budget-vs-actualCompare budgeted amounts against actual spending per category, for recent months. Returns JSON; amounts are integer cents.

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

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

hold-budget-for-next-monthReserve budget funds from the current month to be used in the following month. Value must be in integer cents.

Reserve budget funds from the current month to be used in the following month. Value must be in integer cents.

Aucun schéma d’entrée n’a été publié pour cet outil.

reset-budget-holdClear any held budget amounts for a specified month, releasing them back to the available balance.

Clear any held budget amounts for a specified month, releasing them back to the available balance.

Aucun schéma d’entrée n’a été publié pour cet outil.

set-budget-amountSet the budgeted amount for a category in a given month. Value must be in integer cents (e.g. 12030 = $120.30).

Set the budgeted amount for a category in a given month. Value must be in integer cents (e.g. 12030 = $120.30).

Aucun schéma d’entrée n’a été publié pour cet outil.

set-budget-carryoverEnable or disable carryover of unspent funds for a category into the next month.

Enable or disable carryover of unspent funds for a category into the next month.

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

create-category-groupCreate a new category group

Create a new category group

Aucun schéma d’entrée n’a été publié pour cet outil.

create-categoryCreate a new category

Create a new category

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-category-groupprivilégiéDelete a category group

Delete a category group

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-categoryprivilégiéDelete a category

Delete a category

Aucun schéma d’entrée n’a été publié pour cet outil.

get-grouped-categoriesRetrieve a list of all category groups with their id, name, type and category list.

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

Aucun schéma d’entrée n’a été publié pour cet outil.

update-category-groupUpdate a category group

Update a category group

Aucun schéma d’entrée n’a été publié pour cet outil.

update-categoryUpdate a category

Update a category

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

create-transactionCreate a new transaction. Use this to add transactions to accounts. Supports transfers between accounts by

Create a new transaction. Use this to add transactions to accounts. Supports transfers between accounts by

Aucun schéma d’entrée n’a été publié pour cet outil.

create-custom-reportCreate a saved custom report, selectable as a widget in the Reports section

Create a saved custom report, selectable as a widget in the Reports section

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-custom-reportprivilégiéDelete a saved custom report

Delete a saved custom report

Aucun schéma d’entrée n’a été publié pour cet outil.

get-custom-reportsRetrieve every saved custom report from the budget's Reports section

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

Aucun schéma d’entrée n’a été publié pour cet outil.

update-custom-reportUpdate fields on a saved custom report, leaving unspecified fields unchanged

Update fields on a saved custom report, leaving unspecified fields unchanged

Aucun schéma d’entrée n’a été publié pour cet outil.

add-dashboard-widgetAdd a widget to a dashboard page in the Reports section

Add a widget to a dashboard page in the Reports section

Aucun schéma d’entrée n’a été publié pour cet outil.

create-dashboard-pageCreate a new, empty dashboard page in the Reports section

Create a new, empty dashboard page in the Reports section

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-dashboard-pageprivilégiéDelete a dashboard page along with every widget on it

Delete a dashboard page along with every widget on it

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

organize-dashboardReposition and resize several dashboard widgets at once, to rearrange a dashboard layout in the Reports section

Reposition and resize several dashboard widgets at once, to rearrange a dashboard layout in the Reports section

Aucun schéma d’entrée n’a été publié pour cet outil.

remove-dashboard-widgetprivilégiéRemove a widget from its dashboard page

Remove a widget from its dashboard page

Aucun schéma d’entrée n’a été publié pour cet outil.

rename-dashboard-pageprivilégiéRename an existing dashboard page

Rename an existing dashboard page

Aucun schéma d’entrée n’a été publié pour cet outil.

update-dashboard-widgetUpdate a dashboard widget's configuration, position, or size

Update a dashboard widget's configuration, position, or size

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-transactionprivilégiéDelete a transaction by its ID. This action is permanent and cannot be undone.

Delete a transaction by its ID. This action is permanent and cannot be undone.

Aucun schéma d’entrée n’a été publié pour cet outil.

get-accountsRetrieve a list of all accounts with their current balance and ID.

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

Aucun schéma d’entrée n’a été publié pour cet outil.

get-transactionsGet transactions for an account with optional filtering

Get transactions for an account with optional filtering

Aucun schéma d’entrée n’a été publié pour cet outil.

import-transactionsImport a list of transactions into an account using reconciliation logic.

Import a list of transactions into an account using reconciliation logic.

Aucun schéma d’entrée n’a été publié pour cet outil.

monthly-summaryGet monthly income, expenses, and savings

Get monthly income, expenses, and savings

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

create-payeeCreate a new payee

Create a new payee

Aucun schéma d’entrée n’a été publié pour cet outil.

delete-payeeprivilégiéDelete a payee

Delete a payee

Aucun schéma d’entrée n’a été publié pour cet outil.

get-payeesRetrieve a list of all payees with their id, name, categoryId and transferAccountId.

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

Aucun schéma d’entrée n’a été publié pour cet outil.

update-payeeUpdate a payee

Update a payee

Aucun schéma d’entrée n’a été publié pour cet outil.

40 outils sur 40 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Actual Budget MCP server exposing API functionality

Mots-clés
mcpactual-budgetbudgetingaimodel-context-protocolactual
Alternatives
Comparaison des surfaces d’outils…

Arbre de dépendances

Ce qu'une analyse Forge a résolu à partir des métadonnées npm le 2026-09-12 — résolution observée, et non une déclaration de l'éditeur.

60 paquets résolus · 7 directs · aucun porteur d'avis de sécurité La résolution s'arrête à la profondeur 4 et à 60 paquets.

L'exploration s'est arrêtée à la limite de 60 paquets. Le reste de l'arbre n'a jamais été résolu.

36 autres paquets résolus ne sont pas dessinés ici (limite d'affichage : 24). Toute dépendance porteuse d'un avis de sécurité est dessinée quelle que soit la limite. Inventaire complet (SBOM CycloneDX)

Déclarées mais non résolues

87 dépendances déclarées ne sont jamais arrivées dans l'arbre. Elles manquent à la résolution de Forge, pas au paquet.

+75 de plus non listées. Les comptes par motif ci-dessus les couvrent toutes.

Non suivies : peerDependencies, optionalDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.