mcp-tw-pet
Click on "Install 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., "@mcp-tw-pet找台北市可領養的貓咪"
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.
Taiwan Animal Adoption MCP Server (mcp-tw-pet)
這是一個專為台灣使用者設計的 MCP Server,提供全台公立動物收容所的待認養動物資訊查詢服務。資料來源為 政府資料開放平臺 (Agriculture Open Data)。
This MCP server provides access to Taiwan's Public Animal Shelter adoption data.
Features (功能)
Search Animals (
search_animals): 搜尋待認養動物 (貓、狗等)。支援依縣市、性別、體型篩選。List Shelters (
list_shelters): 列出目前有資料的收容所名單。
Related MCP server: Taiwan Tender MCP
Installation
1. Clone & Install
git clone https://github.com/simonliu-moltbot/mcp-tw-pet.git
cd mcp-tw-pet
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tw-pet": {
"command": "/absolute/path/to/mcp-tw-pet/.venv/bin/python",
"args": ["/absolute/path/to/mcp-tw-pet/src/server.py"]
}
}
}Dive
Type:
stdioCommand:
/absolute/path/to/mcp-tw-pet/.venv/bin/pythonArgs:
/absolute/path/to/mcp-tw-pet/src/server.py
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables searching and querying Taiwan government open datasets from data.gov.tw using AI-powered search through Cloudflare Workers.Last updated1
- FlicenseAquality-maintenanceEnables users to search and retrieve detailed information about Taiwan government procurement tenders through the Government Electronic Procurement System API. It supports searching tenders by keyword, category code, date, and government unit.Last updated6
- Flicense-qualityDmaintenanceProvides 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.Last updated
- AlicenseAqualityDmaintenanceEnables to access Taiwan Central Weather Administration data, including 3-day and 1-week weather forecasts for counties/cities and historical rainfall data.Last updated3MIT
Related MCP Connectors
Search and query government open-data portals (Socrata SODA API).
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-pet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server