INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://app.krosos.com/api/mcp
Connect to this endpoint to inspect the live schema for sync_connections and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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).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.