# com.fininfostation/tw-finance (remote · fininfostation.com)

Taiwan finance open data: ETF, funds, TAIEX, sentiment, business climate, FX. Free & read-only.

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `fininfostation.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation.md), [page](https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation)

## Channel facts

- Endpoint: `https://fininfostation.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 721 tokens (~90/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-fininfostation-tw-finance https://fininfostation.com/mcp
```

### Codex

```toml
[mcp_servers.com-fininfostation-tw-finance]
url = "https://fininfostation.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-fininfostation-tw-finance": {
      "type": "remote",
      "url": "https://fininfostation.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-fininfostation-tw-finance --url https://fininfostation.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-fininfostation-tw-finance:
    url: "https://fininfostation.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-fininfostation-tw-finance": {
      "type": "http",
      "url": "https://fininfostation.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62)

First indexed and scored.

## MCP tools (8)

### `taiwan_market_overview` (~73 tokens)

台股市場總覽

台灣加權指數（TAIEX）最新官方收盤、市場廣度（漲跌家數）、台股情緒分數、台指選擇權 Put/Call 比一次取得。Taiwan market snapshot: TAIEX close, breadth, sentiment, PCR.

### `etf_lookup` (~81 tokens)

ETF 查詢

以代號查台灣上市 ETF：名稱/發行投信/追蹤指數/市價/折溢價/費用率等基本資料。Look up a Taiwan-listed ETF by code (e.g. 0050).

Input parameters:

- `code` (string, required): ETF 代號，如 0050、00878

### `etf_price_history` (~73 tokens)

ETF 價格歷史

取 ETF 每日收盤價序列（預設近 12 個月、可調 months 1-120）。Daily close history for a Taiwan ETF.

Input parameters:

- `code` (string, required)
- `months` (number): 回看月數，預設 12、上限 120

### `fund_lookup` (~104 tokens)

基金查詢

以代號或名稱關鍵字查台灣可銷售基金（境內投信/境外/期信）：最新淨值/淨值日/幣別/類型/總代理/今年以來報酬。Search Taiwan-distributed funds by code or name keyword.

Input parameters:

- `query` (string, required): 基金代號（如 T1104Y）或名稱關鍵字（如 摩根 科技）

### `fund_nav_history` (~68 tokens)

基金淨值歷史

取基金每日淨值序列（預設近 12 個月、可調 months 1-120；境內主級別最深約 10 年）。Daily NAV history for a fund.

Input parameters:

- `code` (string, required)
- `months` (number)

### `market_sentiment` (~59 tokens)

市場情緒

台股情緒綜合分數（本站自製中性參考、含分項）與美股 CNN Fear & Greed（含 CNN 原始時點）。Taiwan + US (CNN F&G) market sentiment.

### `business_climate` (~67 tokens)

景氣對策信號

國發會景氣燈號：最新月燈號/綜合分數/9 項構成指標逐項檢查值與分數/下期發布日（官方預告）。NDC business climate signal with all 9 components.

### `fx_rates` (~85 tokens)

匯率

主要貨幣即期匯率（多源交叉：ECB/台銀）含當日與近 1 週/1 月/3 月變化；可指定 pair（如 USD/TWD）。Spot FX rates with multi-period changes.

Input parameters:

- `pair` (string): 貨幣對，如 USD/TWD；省略＝全部

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation#diagnostics

## Score history

- 2026-08-03: 62

## Links

- Remote endpoint: https://fininfostation.com/mcp
- Website: https://fininfostation.com/for-ai-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-fininfostation-tw-finance/fininfostation
