Portfolio Copilot
Related Servers
Alternatives to Portfolio Copilot
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to create, manage, and analyze investment portfolios with real-time market data, personalized recommendations, and visual representations of asset allocation.6-
- AlicenseBqualityCmaintenanceProvides 77 deterministic financial calculators, live market data, and a meta-advisor that chains tools into prioritized plans from plain-language descriptions.776MIT
- AlicenseNot gradedqualityBmaintenanceEnables natural language quantitative analysis for US and Indian equities, including trade plans, portfolio optimization, backtests, and price alerts using real market data.4MIT
- AlicenseAqualityAmaintenanceInvestment decision tools for AI agents: portfolio status, isolated multi-agent committee analysis, auditable verdict history, and lookahead-protected backtests. Advisory only, no auto-trading; negative research results published.2146 PyPI85MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to propose stock, ETF, and crypto trades through Alpaca paper trading while enforcing deterministic policy rules and recording every decision in an audit trail.6 npmMIT
- AlicenseNot gradedqualityAmaintenancePersonal investment management advisor that exposes tools for accounts, portfolios, trades, market data, strategies, risk control, and advice, enabling AI agents to analyze and provide structured investment recommendations.MIT
TDQS
Scored across 34 tools
Several tools overlap heavily: screen_stocks and rank_candidates both score/rank a ticker list, and allocate_cash, rebalance_portfolio, capital_auction and generate_order_plan all produce allocation/order suggestions. The long descriptions help, but an agent must read carefully to select the intended tool, and clusters like discovery/analysis and cash allocation blur together.
All names are snake_case and readable, but the set mixes verb-first names like analyze_stock and save_thesis with noun-first names like fx_rates, portfolio_risk, capital_auction and company_facts. This is a readable mixed convention rather than a consistent verb_noun pattern.
34 tools is a very large surface and exceeds the 25+ threshold for too many. The broad functionality could be collapsed into fewer consolidated tools (e.g. one cash-allocation/order tool or one stock-ranking tool), reducing agent selection burden.
The tool surface covers the full investment-assistant workflow: import/parse exports, fetch market/SEC data, score stocks, build plans, allocate/rebalance, log decisions, check theses, snapshot portfolios and backtest. Minor gaps exist (no delete/update for snapshots or decisions, no config setter), but core workflows have no dead ends and file-based workarounds are reasonable.