TasMaew MCP Server
Official Model Context Protocol server — use TasMaew data directly in Claude Desktop, Cursor, and other MCP-compatible AI tools.
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tasmaew": {
"command": "npx",
"args": ["-y", "@tasmaew/mcp"]
}
}
}Cursor
Add to .cursor/mcp.json in your project or global config:
{
"mcpServers": {
"tasmaew": {
"command": "npx",
"args": ["-y", "@tasmaew/mcp"]
}
}
}From source (dev)
git clone https://github.com/tasmaew/tasmaew
cd tasmaew/mcp-server
npm install
npm run build
node dist/index.jsAvailable tools
search_vets()Search veterinary clinics by query, zone, specialty, or proximity.
get_vet()Fetch detailed info for a specific vet by id.
find_emergency_vet()Locate 24hr / emergency clinics, optionally nearest to a lat/lng.
search_products()Search cat products by category, price, or keyword.
list_adoptable_cats()List cats currently available for adoption.
get_breed_info()Get detailed encyclopedia info for a specific cat breed.
semantic_search()Unified search across vets, products, adopt, and breeds.
Example prompts
Once installed, you can ask Claude (or any MCP-compatible AI) natural language questions and it will use TasMaew tools automatically:
- 💬 หาคลินิกแมวใกล้ทองหล่อที่เปิด 24 ชั่วโมง
- 💬 แมวของฉันไอ 3 วันแล้ว ควรไปหาหมอไหม
- 💬 แนะนำอาหารแมวเปอร์เซียราคาไม่เกิน 500 บาท
- 💬 มีแมวสีส้มรับเลี้ยงในกรุงเทพไหม
- 💬 บอกข้อมูลสายพันธุ์แมวเมนคูนให้หน่อย
Data source
The MCP server is a thin wrapper around the public REST API. All data comes from TasMaew's verified directory and is updated regularly. Medical advice endpoints always include a disclaimer to consult a licensed veterinarian.