io.github.gary2376/cwa-mcp-server
PYPI · CWA-MCP-SERVER · SCANNED AUG 22
MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security44
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs a script at install time (build_backend) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
- 2 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 259 tokens (~51/item across 5 items; 4 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · cwa-mcp-server
claude mcp add gary2376-cwa-mcp-server -- uvx cwa-mcp-server
codex mcp add gary2376-cwa-mcp-server -- uvx cwa-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gary2376-cwa-mcp-server": {
"type": "local",
"command": [
"uvx",
"cwa-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add gary2376-cwa-mcp-server --command uvx --arg cwa-mcp-server
mcp_servers:
gary2376-cwa-mcp-server:
command: "uvx"
args: ["cwa-mcp-server"] {
"mcpServers": {
"gary2376-cwa-mcp-server": {
"command": "uvx",
"args": [
"cwa-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Aug 26 48
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed pypi/cwa-mcp-server@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | unreviewed | uv_build |
Dependencies 33 packages
| Packages resolved | 33 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_earthquake_report ~45
查詢最近 N 筆顯著有感地震報告(時間、地點、規模、深度)。
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
get_typhoon_warning ~48
查詢最近 N 筆颱風警報(命名、路徑強度描述、大雨/強風特報段落)。
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
get_weather_forecast ~72
查詢指定縣市未來 36 小時天氣預報(天氣現象、降雨機率、氣溫等)。 county 必須是 cwa://counties 清單中的完整縣市名稱,例如「臺北市」。
| Name | Type | Req | Description |
|---|---|---|---|
| county | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
get_weather_warning ~67
查詢指定縣市目前生效中的天氣特報(豪雨、強風等現象與有效時段)。 county 必須是 cwa://counties 清單中的完整縣市名稱,例如「臺北市」。
| Name | Type | Req | Description |
|---|---|---|---|
| county | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.