بنقرة واحدة
mcp-health
Test all MCP server connections and report health status. Usage - /mcp-health
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Test all MCP server connections and report health status. Usage - /mcp-health
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fetch live brokerage positions and generate a comprehensive portfolio report with sector allocation, P&L analysis, options summary, and risk assessment. Use when user asks for portfolio review.
Analyze a stock ticker with fundamentals, technicals, analyst ratings, and investment thesis. Usage - /stock-analysis TICKER or /stock-analysis TICKER1 TICKER2 for comparison.
Daily portfolio briefing with 3 tiers: /briefing (quick ~1min), /briefing full (~3min), /briefing deep (~5min). Replaces daily-briefing.
強制 first-principles 機率分布 + EV 計算。用於檢查當前組合在指定時間窗的預期報酬,禁止用 default bell shape 或質性語言。Usage - /ev-check [30d|7d|14d] [optional scenario theme]
Calculate and compare options strategies (sell put, covered call, LEAPS, naked call) for a given ticker. Usage - /options-strategy TICKER STRATEGY
Daily portfolio briefing with 3 tiers: /briefing (quick ~1min), /briefing full (~3min), /briefing deep (~5min). Replaces daily-briefing.
| name | mcp-health |
| description | Test all MCP server connections and report health status. Usage - /mcp-health |
| user_invocable | true |
| model | claude-haiku-4-5-20251001 |
測試所有 MCP server 的連線狀態,快速診斷問題。
盡可能同時呼叫以下 7 個測試,使用最簡單的工具確認連線:
| # | Server | 測試工具 | 測試呼叫 |
|---|---|---|---|
| 1 | firstrade-server | get_account_balance | () |
| 2 | yfinance-advanced | get_stock_info | ("AAPL") |
| 3 | sec-edgar-mcp | get_company_info | ("AAPL") |
| 4 | fmp-mcp | getCompanyProfile | ("AAPL") |
| 5 | technical-mcp | get_technical_indicators | ("AAPL") |
| 6 | eodhd-mcp | get_sentiment_trend | ("AAPL.US", 7) |
| 7 | polymarket-mcp | get_trending_markets | () |
對每個 server 的回應判定:
## MCP Server 健康檢查
| Server | 狀態 | 延遲 | 備註 |
|--------|------|------|------|
| firstrade-server | ✅ Healthy | ~Xs | 即時持倉來源 |
| yfinance-advanced | ✅ Healthy | ~Xs | — |
| sec-edgar-mcp | ✅ Healthy | ~Xs | — |
| fmp-mcp | ✅ Healthy | ~Xs | Free tier |
| technical-mcp | ✅ Healthy | ~Xs | — |
| eodhd-mcp | ❌ Failed | — | 連線失敗 |
| polymarket-mcp | ✅ Healthy | ~Xs | Demo mode |
健康: X/7 | 異常: X/7
對於 ❌ Failed 的 server,顯示:
# 手動重啟指令(請在終端機執行):
# yfinance-advanced:
cd ~/.Codex/yahoo-finance-mcp && uv run server.py
# sec-edgar-mcp:
cd ~/.Codex/sec-edgar-mcp && uv run --project sec-edgar-runner server.py
# fmp-mcp:
node /opt/homebrew/lib/node_modules/financial-modeling-prep-mcp-server/stdio-entry.mjs