← スキル一覧に戻る

ibkr-portfolio
by patrickpxp
yet another Interactive Brokers MCP server (for TWS API) . skill included
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: ibkr-portfolio description: Retrieve IBKR portfolio positions and P&L via the MCP tool and present a clear summary. metadata: short-description: IBKR portfolio via MCP
Use this skill when the user wants their current IBKR portfolio or P&L.
Instructions:
- Always call the MCP tool
ibkr_get_portfolioto retrieve portfolio data; do not fabricate or estimate positions. - Use input parameters only when explicitly requested:
accountto override the default account.include_pnlto omit or include P&L.as_ofto echo the caller-provided timestamp.
- Present results in this order:
- A table of positions with columns: symbol, secType, exchange, currency, position, avgCost, marketPrice, marketValue, unrealizedPnl, realizedPnl.
- Totals summary: unrealizedPnl, realizedPnl, netLiquidation.
- Notes list (bullet points).
- If the tool returns an error object:
- Explain the error clearly.
- Provide troubleshooting steps:
- Confirm TWS/IB Gateway is running.
- Verify API access is enabled in TWS.
- Check
IBKR_HOST/IBKR_PORTvalues. - On Linux, ensure Docker uses
extra_hosts: host.docker.internal:host-gateway. - Check firewall or local permissions.
- Safety: read-only. Do not place orders or perform any trading action.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です