Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://app.krosos.com/api/mcp12 herramientas · 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.
No se publicó ningún esquema de entrada para esta herramienta.
get_net_worth_historyHistorical net-worth snapshots (one point per day where recorded).Historical net-worth snapshots (one point per day where recorded).
No se publicó ningún esquema de entrada para esta herramienta.
list_transactionsTransaction history as a human-friendly list, newest first.Transaction history as a human-friendly list, newest first.
No se publicó ningún esquema de entrada para esta herramienta.
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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
No se publicó ningún esquema de entrada para esta herramienta.
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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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 de 12 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.