Taipei Zoo Guide (mcp-tw-zoo)
Provides information about animals at the Taipei Zoo, including their habits, habitats, and distribution across various park areas. It enables users to search for specific animals and browse regional guides using data from the Taipei City Open Data platform.
README
🐼 台北動物園導覽 (mcp-tw-zoo)
這是一個基於 Model Context Protocol (MCP) 開發的伺服器,提供台北市立動物園的動物資訊查詢服務。 資料來源為 台北市政府資料開放平台。
✨ 功能 (Features)
- 搜尋動物 (Search Animals): 透過關鍵字(如「熊貓」、「企鵝」)查詢動物資訊。
- 區域導覽 (Area Guide): 列出特定區域(如「非洲動物區」)的所有動物。
- 詳細資訊 (Animal Details): 獲取動物的習性、分布、棲地與照片連結。
🛠️ 安裝與執行 (Installation)
前置需求
- Python 3.10+
mcpSDKhttpx
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
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.