# Krosos MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-krosos-krosos
- Website: https://krosos.com/docs/api-access

## Install
- Endpoint: https://app.krosos.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://app.krosos.com/api/mcp

## Tools
- get_dashboard - Net worth, balance sheet and current holdings, in the ledger's base currency. Endpoint: https://app.krosos.com/api/mcp
- get_net_worth_history - Historical net-worth snapshots (one point per day where recorded). Endpoint: https://app.krosos.com/api/mcp
- list_transactions - Transaction history as a human-friendly list, newest first. Endpoint: https://app.krosos.com/api/mcp
- 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. Endpoint: https://app.krosos.com/api/mcp
- get_tax_report - Capital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax. Endpoint: https://app.krosos.com/api/mcp
- get_projection_config - The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side. Endpoint: https://app.krosos.com/api/mcp
- log_trade - Log a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions. Endpoint: https://app.krosos.com/api/mcp
- 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. Endpoint: https://app.krosos.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.krosos
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 29, 2026
- Source: https://registry.modelcontextprotocol.io
