這是一個用於搜尋台灣政府開放資料的 Model Context Protocol (MCP) 伺服器。
npx @modelcontextprotocol/inspector@latest
然後輸入伺服器 URL: https://tw-gov-data-mcp.funtuan.workers.dev/mcp
在 GitHub Copilot 的 MCP 設定中加入:
{
"mcpServers": {
"tw-gov-data": {
"url": "https://tw-gov-data-mcp.funtuan.workers.dev/sse",
"type": "http"
}
}
}