← krosos.com
INDIVIDUAL MCP TOOL
log_trade
Log a trade (buy / sell / swap), expressed as from-asset to to-asset.
LIVE ENDPOINT
https://app.krosos.com/api/mcp
Connect to this endpoint to inspect the live schema for log_trade and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.