AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mcp Health

skill-patricksudo-fadacai-portfolio-mcp-health · by PatrickSUDO

Test all MCP server connections and report health status. Usage - /mcp-health

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-patricksudo-fadacai-portfolio-mcp-health

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-patricksudo-fadacai-portfolio-mcp-health)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Health? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Health Check

測試所有 MCP server 的連線狀態,快速診斷問題。

Workflow

1. 平行測試所有 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 | () |

2. 判定狀態

對每個 server 的回應判定:

  • ✅ Healthy — 正常返回數據
  • ⚠️ Degraded — 返回但數據不完整或響應異常慢
  • ❌ Failed — 呼叫失敗或超時

3. 輸出狀態表

## 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

4. 失敗時的處理

對於 ❌ Failed 的 server,顯示:

  • 錯誤訊息摘要
  • 手動重啟指令(僅顯示,不自動執行):
# 手動重啟指令(請在終端機執行):
# yfinance-advanced:
cd ~/.claude/yahoo-finance-mcp && uv run server.py

# sec-edgar-mcp:
cd ~/.claude/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

5. 建議

  • 若 1-2 個 server 失敗 → 建議重啟該 server,其他 skill 可正常使用(會 fallback)
  • 若 3+ 個 server 失敗 → 建議重啟 Claude Code session
  • 提醒:MCP server 由 Claude Code 自動管理,通常重開 session 即可恢復

Output Format

  • 繁體中文輸出
  • 簡潔表格格式
  • 預估執行時間:~30 秒

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.