Taipei Zoo Guide (mcp-tw-zoo)
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Taipei Zoo Guide (mcp-tw-zoo)What animals are in the African Animal Area?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🐼 台北動物園導覽 (mcp-tw-zoo)
這是一個基於 Model Context Protocol (MCP) 開發的伺服器,提供台北市立動物園的動物資訊查詢服務。 資料來源為 台北市政府資料開放平台。
✨ 功能 (Features)
搜尋動物 (Search Animals): 透過關鍵字(如「熊貓」、「企鵝」)查詢動物資訊。
區域導覽 (Area Guide): 列出特定區域(如「非洲動物區」)的所有動物。
詳細資訊 (Animal Details): 獲取動物的習性、分布、棲地與照片連結。
Related MCP server: Zoo Animals MCP Server
🛠️ 安裝與執行 (Installation)
前置需求
Python 3.10+
mcpSDKhttpx
1. 建立環境
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt2. 執行伺服器 (本機測試)
python src/server.py(伺服器將等待 stdio 輸入,不會有任何輸出,這是正常的)
🔌 客戶端配置 (Client Configuration)
🛠️ Dive Configuration
Type:
stdioCommand:
/absolute/path/to/project/.venv/bin/pythonArgs:
/absolute/path/to/project/src/server.py
(請將 /absolute/path/to/project/ 替換為您的實際路徑)
Claude Desktop
{
"mcpServers": {
"tw-zoo": {
"command": "/absolute/path/to/project/.venv/bin/python",
"args": [
"/absolute/path/to/project/src/server.py"
]
}
}
}📊 資料來源
📝 License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Taiwan finance open data: ETF, funds, TAIEX, sentiment, business climate, FX. Free & read-only.
Taiwan Stock Exchange (TWSE) open data as MCP tools: stock quotes, ETF data, 140+ public datasets.
Source-verified pet food regulations, recalls, nutrient standards and species care data.
Search and explore a global travel points-of-interest catalog (cities, countries, POIs).
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching and querying Taiwan government open datasets from data.gov.tw using AI-powered search through Cloudflare Workers.1-
- FlicenseNot gradedqualityDmaintenanceProvides tools to get random zoo animals, search by name, and filter by type, returning detailed information including physical characteristics, habitat, diet, and images.-
- FlicenseNot gradedqualityDmaintenanceEnables searching for adoptable animals in Taiwan's public shelters and listing shelters.-
- FlicenseNot gradedqualityBmaintenanceProvides tools to search and read markdown wiki documents and find animal hospitals, pharmacies, and grooming facilities using public data.-