Skip to main content
Glama
simonliu-moltbot

Taipei Zoo Guide (mcp-tw-zoo)

🐼 台北動物園導覽 (mcp-tw-zoo)

這是一個基於 Model Context Protocol (MCP) 開發的伺服器,提供台北市立動物園的動物資訊查詢服務。 資料來源為 台北市政府資料開放平台

✨ 功能 (Features)

  • 搜尋動物 (Search Animals): 透過關鍵字(如「熊貓」、「企鵝」)查詢動物資訊。

  • 區域導覽 (Area Guide): 列出特定區域(如「非洲動物區」)的所有動物。

  • 詳細資訊 (Animal Details): 獲取動物的習性、分布、棲地與照片連結。

🛠️ 安裝與執行 (Installation)

前置需求

  • Python 3.10+

  • mcp SDK

  • httpx

1. 建立環境

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

2. 執行伺服器 (本機測試)

python src/server.py

(伺服器將等待 stdio 輸入,不會有任何輸出,這是正常的)

🔌 客戶端配置 (Client Configuration)

🛠️ Dive Configuration

  • Type: stdio

  • Command: /absolute/path/to/project/.venv/bin/python

  • Args: /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

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/simonliu-moltbot/mcp-tw-zoo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server