Krosos
com.krosos/krososYour accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Tools · 12
Net worth, balance sheet and current holdings, in the ledger's base currency.
Historical net-worth snapshots (one point per day where recorded).
Transaction history as a human-friendly list, newest first.
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.
Capital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax.
The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side.
Current price per ticker with its source, quote currency and recent change, plus any manual overrides.
Fetch fresh market prices now. With no ticker this refreshes every priced holding; with one it refreshes just that ticker.
Linked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced.
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-prov…
Log a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions.
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"krosos": {
"url": "https://app.krosos.com/api/mcp",
"transport": "streamable-http"
}
}
}