MCP Server
MCP
io.github.GoneTone/mcp-server-taiwan-weather
用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server
Install
npx -y @gonetone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@gonetone/mcp-server-taiwan-weather",
"version": "0.1.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "您的中央氣象署 API 授權碼。 請前往 https://opendata.cwa.gov.tw/user/authkey,登入後點擊 \"取得授權碼\" 取得。",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CWA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment