Portfolio Rebalancing Engine

Portfolio Rebalancing Engine MCP Connector for Claude

A+

Identify portfolio drift and generate precise buy/sell orders to align asset weights with target allocations.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Portfolio Rebalancing Engine connects AI agents to your investment strategy by identifying deviations from target asset allocations. Using the analyze_portfolio_drift tool, you can detect when assets have drifted beyond a specific threshold. The compute_rebalancing_orders tool generates the exact BUY and SELL instructions needed to restore your intended weights, while estimate_rebalance_costs calculates the transaction fees and net impact of these trades. This engine is ideal for maintaining risk profiles in automated trading or portfolio management workflows within Cursor, VS Code, Claude Desktop, and Windsurf.

portfoliorebalancingtradingasset-managementfinance-tools

3 tools expose this connector's capabilities to your AI agent.

analyze_portfolio_drift

Analyze portfolio drift

estimate_rebalancing_costs

Estimate rebalancing costs

compute_rebalancing_orders

Compute rebalancing orders

See how to talk to your AI agent using Portfolio Rebalancing Engine.

My tech stock weight has drifted to 15% from a target of 10%. How much do I need to sell?

To return your tech stock to the 10% target, you should execute a SELL order for the excess value relative to your total portfolio size.

Check if my current holdings are drifting from my target allocation.

The analysis shows that your 'Equities' asset is currently at 65% weight, while the target is 60%, indicating a drift of 5%.

What will be my total transaction cost if I execute these rebalancing orders with a 0.1% fee?

Based on the provided orders, the estimated total transaction cost is $45.50, leaving you with a net portfolio value of $99,954.50.

The `analyze_portfolio_drift` tool compares your current asset weights against your target allocations. If the difference (drift) exceeds your specified threshold, it flags the need for rebalancing.

Related Connectors