mcp-tw-uv

mcp-tw-uv

Provides real-time UV index observations, forecasts, and protection advice for Taiwan using CWA open data.

Category
Visit Server

README

☀️ 台灣紫外線指數助手 (mcp-tw-uv)

這是一個 Model Context Protocol (MCP) 伺服器,專門提供台灣各地的即時紫外線 (UV) 指數以及紫外線預報,並根據指數提供防曬建議。

資料來源:中央氣象署 (CWA) 開放資料平台

  • O-A0003-001 (紫外線指數日最大值預報)
  • O-A0005-001 (紫外線指數觀測資料)

✨ 功能

  • 即時觀測 (get_uv_observation):查詢全台測站目前的紫外線指數。
  • 未來預報 (get_uv_forecast):查詢今天與明天的紫外線最大值預報。
  • 防曬建議 (get_protection_advice):根據指數等級提供 WHO/CWA 標準的防護建議。

🛠 安裝與設定

1. 取得 API Key

你需要一個中央氣象署的授權碼 (API Key)。

2. 安裝依賴

本專案需要 Python 3.10+。

# 建立虛擬環境
python3 -m venv .venv
source .venv/bin/activate

# 安裝套件
pip install -r requirements.txt

🔌 MCP Client 設定

Claude Desktop

請編輯 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tw-uv": {
      "command": "/Users/simonliuyuwei/clawd/projects/mcp-tw-uv/.venv/bin/python",
      "args": [
        "/Users/simonliuyuwei/clawd/projects/mcp-tw-uv/src/server.py"
      ],
      "env": {
        "CWA_API_KEY": "你的API_KEY"
      }
    }
  }
}

Dive (Moltbot)

請在 Dive 的設定介面中新增一個 MCP Server:

  • Name: tw-uv
  • Type: stdio
  • Command: /Users/simonliuyuwei/clawd/projects/mcp-tw-uv/.venv/bin/python
  • Arguments: /Users/simonliuyuwei/clawd/projects/mcp-tw-uv/src/server.py
  • Environment Variables:
    • CWA_API_KEY: 你的API_KEY (請填入實際的 Key)

📝 開發說明

  • src/server.py: MCP Server 入口點。
  • src/logic.py: 資料擷取與處理邏輯。
  • src/config.py: 設定檔 (API Key, URL)。

⚠️ 注意事項

  • 請確保 API Key 正確,否則伺服器無法擷取資料。
  • 紫外線觀測資料 (O-A0005-001) 並非所有測站都有提供。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured