Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Krosos

com.krosos/krosos

Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.

Uptime
100.0%
1 direct probes · 30d
Response
202ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

get_dashboard

Net worth, balance sheet and current holdings, in the ledger's base currency.

get_net_worth_history

Historical net-worth snapshots (one point per day where recorded).

list_transactions

Transaction history as a human-friendly list, newest first.

get_reference_data

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.

get_tax_report

Capital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax.

get_projection_config

The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side.

get_prices

Current price per ticker with its source, quote currency and recent change, plus any manual overrides.

refresh_prices

Fetch fresh market prices now. With no ticker this refreshes every priced holding; with one it refreshes just that ticker.

list_connections

Linked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced.

sync_connections

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_trade

Log a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions.

record_balance_adjustment

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "krosos": {
      "url": "https://app.krosos.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}