Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://app.krosos.com/api/mcp12 Tools · 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_net_worth_historyHistorical net-worth snapshots (one point per day where recorded).Historical net-worth snapshots (one point per day where recorded).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_transactionsTransaction history as a human-friendly list, newest first.Transaction history as a human-friendly list, newest first.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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 von 12 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.