Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
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.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://app.krosos.com/api/mcp12 outils · 426 msget_dashboardNet worth, balance sheet and current holdings, in the ledger's base currency.Net worth, balance sheet and current holdings, in the ledger's base currency.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_net_worth_historyHistorical net-worth snapshots (one point per day where recorded).Historical net-worth snapshots (one point per day where recorded).
Aucun schéma d’entrée n’a été publié pour cet outil.
list_transactionsTransaction history as a human-friendly list, newest first.Transaction history as a human-friendly list, newest first.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_reference_dataValid accounts, providers, tickers, asset classes and categories. Read this before writing: trades and adjustments must use these values unless allow_new_values is set.Valid accounts, providers, tickers, asset classes and categories. Read this before writing: trades and adjustments must use these values unless allow_new_values is set.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_tax_reportCapital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax.Capital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax.
| Paramètre | Type | Description |
|---|---|---|
| year | string | Defaults to the current year |
| account | string | One portfolio; absent sums every configured one |
get_projection_configThe forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side.The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_pricesCurrent price per ticker with its source, quote currency and recent change, plus any manual overrides.Current price per ticker with its source, quote currency and recent change, plus any manual overrides.
Aucun schéma d’entrée n’a été publié pour cet outil.
refresh_pricesFetch fresh market prices now. With no ticker this refreshes every priced holding; with one it refreshes just that ticker.Fetch fresh market prices now. With no ticker this refreshes every priced holding; with one it refreshes just that ticker.
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | Omit to refresh every ticker |
| symbol | string | Provider symbol when it differs from the ticker |
list_connectionsLinked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced.Linked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced.
Aucun schéma d’entrée n’a été publié pour cet outil.
sync_connectionsSync every linked connection in one pass: push the latest balance into each linked holding, and stage new transactions into the review queue. Reports what was written, what was staged and any per-provider errors.Sync every linked connection in one pass: push the latest balance into each linked holding, and stage new transactions into the review queue. Reports what was written, what was staged and any per-provider errors.
Aucun schéma d’entrée n’a été publié pour cet outil.
log_tradeLog a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions.Log a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions.
| Paramètre | Type | Description |
|---|---|---|
| tx_date* | string | Today or tomorrow at the latest (the user's own calendar day); later dates are rejected |
| from_account* | string | — |
| from_provider* | string | — |
| from_ticker* | string | — |
| from_asset* | string | — |
| from_category | string | — |
| from_description | string | — |
| from_risk | integer | — |
| from_amount* | number | — |
| to_account* | string | — |
| to_provider* | string | — |
| to_ticker* | string | — |
| to_asset* | string | — |
| to_category | string | — |
| to_description | string | — |
| to_risk | integer | — |
| to_amount* | number | — |
| overall_eur_value* | number | The trade's total value in the ledger's base currency (the field name is historical: EUR was the only base) |
| description | string | — |
| allow_new_values | boolean | Create accounts/providers/tickers not yet in reference-data. Default false. |
record_balance_adjustmentRecord a signed quantity change on one holding (a balance update that is not a trade). Same body and validation as POST /api/position-adjustments.Record a signed quantity change on one holding (a balance update that is not a trade). Same body and validation as POST /api/position-adjustments.
| Paramètre | Type | Description |
|---|---|---|
| tx_date* | string | Today or tomorrow at the latest (the user's own calendar day); later dates are rejected |
| account* | string | — |
| provider* | string | — |
| ticker* | string | — |
| asset* | string | — |
| quantity_delta* | number | Signed quantity change (non-zero) |
| allow_new_values | boolean | — |
12 outils sur 12 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.
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.