← Registry

Productivity

krosos.com

Manages personal finances, tracks net worth, transactions, and generates tax reports.

1 endpoint12 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://app.krosos.com/api/mcp

No auth detected

MCP server metadata

Name
krosos
Version
abafd6e4c9cf03878397681a34264607b82c706c
Capabilities
tools

Known tools 12

get_dashboard

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

Inferred read-only
get_net_worth_history

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

Inferred read-only
list_transactions

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

Inferred read-only
get_reference_data

Valid accounts, providers, tickers, asset classes and categories.

Inferred read-only
get_tax_report

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

Inferred read-only
get_projection_config

The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode).

Inferred read-only
get_prices

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

Inferred read-only
refresh_prices

Fetch fresh market prices now.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
log_trade

Log a trade (buy / sell / swap), expressed as from-asset to to-asset.

Potential side effects
record_balance_adjustment

Record a signed quantity change on one holding (a balance update that is not a trade).

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.