ChatGPT
AppOpen Kova in ChatGPT and sign in to use your strategies and briefs.
Connect Kova
Choose where you work. Your saved strategies and briefs stay in Kova, and you authorize access once.
Hosted connection. No installation.
Open Kova in ChatGPT and sign in to use your strategies and briefs.
Add Kova as a connector, then sign in to authorize your account.
https://kovatools.com/mcp
Need a Kova account? Sign up.
For coding agents
Portable Kova workflows with a secure hosted connection. Install from the public repository, then sign in to authorize your Kova account.
Alternative setup
Use the CLI when your client needs a local stdio MCP server or does not support Agent Plugins.
Download binaries from Kova CLI releases (opens in a new tab).
$ brew install kovatools/kova/kova
$ kova auth login
$ kova agent install
$ kova mcp serve
The stdio server command your MCP client should run.
{
"mcpServers": {
"kova": {
"command": "kova",
"args": ["mcp", "serve"]
}
}
}
Build against the same engine for scripts, systems, and custom clients.
Create, read, update, and delete the strategy objects that anchor every evaluation.
Ask your agent
"Create a strategy from these notes."
kova_list_strategies
kova_show_strategy
kova_create_strategy
kova_save_strategy
kova_delete_strategy
Inspect or restore previous versions when strategy rules change over time.
Ask your agent
"Show what changed since version 3."
kova_list_strategy_versions
kova_show_strategy_version
kova_restore_strategy_version
Run portfolio checks and retrieve the durable brief history for a strategy.
Ask your agent
"Check this portfolio against my growth strategy."
kova_evaluate_portfolio
kova_show_brief
kova_list_briefs
Read current holdings or test a what-if allocation without saving new records.
Ask your agent
"Simulate 60% VTI / 40% BND without saving it."
kova_show_portfolio
kova_simulate_portfolio
kova_show_simulation
Register non-ticker holdings like managed accounts, real estate, Bitcoin, and other assets.
Ask your agent
"Add my 401k as a tracked investment account."
kova_create_asset
kova_update_asset
kova_remove_asset
Keep persistent obligations visible to Kova during evaluation.
Ask your agent
"Add my portfolio line of credit before evaluating."
kova_create_liability
kova_update_liability
kova_remove_liability
Track deposits and withdrawals so performance calculations reflect true investment returns.
Ask your agent
"Record my $5,000 monthly contribution."
kova_record_cash_flow
kova_list_cash_flows
kova_remove_cash_flow
Kova keeps the strategy layer. Your agent works only within the permissions you grant. Kova does not execute trades.
What makes an investor agentic?