Productivity
krosos.com
Manages personal finances, tracks net worth, transactions, and generates tax reports.
ENDPOINT 1
https://app.krosos.com/api/mcp
MCP server metadata
- Name
- krosos
- Version
- abafd6e4c9cf03878397681a34264607b82c706c
Known tools 12
get_dashboardNet worth, balance sheet and current holdings, in the ledger's base currency.
Inferred read-onlyget_net_worth_historyHistorical net-worth snapshots (one point per day where recorded).
Inferred read-onlyget_reference_dataValid accounts, providers, tickers, asset classes and categories.
Inferred read-onlyget_tax_reportCapital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax.
Inferred read-onlyget_projection_configThe forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode).
Inferred read-onlyget_pricesCurrent price per ticker with its source, quote currency and recent change, plus any manual overrides.
Inferred read-onlylist_connectionsLinked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced.
Inferred read-onlysync_connectionsSync every linked connection in one pass: push the latest balance into each linked holding, and stage new transactions into the review queue.
Inferred read-onlylog_tradeLog a trade (buy / sell / swap), expressed as from-asset to to-asset.
Potential side effectsrecord_balance_adjustmentRecord a signed quantity change on one holding (a balance update that is not a trade).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.krosos]
url = "https://app.krosos.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"krosos": {
"type": "http",
"url": "https://app.krosos.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: krosos
Remote MCP URL: https://app.krosos.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"krosos": {
"url": "https://app.krosos.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"krosos": {
"type": "http",
"url": "https://app.krosos.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "krosos",
"transport": "streamable-http",
"url": "https://app.krosos.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.