loading…
Search for a command to run...
loading…
Pet Care AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Pet Care AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Pet Care AI MCP Server - Pet Management Intelligence Built by MEOK AI Labs | https://meok.ai
Feeding schedules, vaccination tracking, breed identification, health symptom checking, and training recommendations.
| Tool | Description |
|---|---|
generate_feeding_schedule |
Generate a tailored feeding schedule for a pet. |
track_vaccinations |
Track vaccination status and generate upcoming schedule. |
identify_breed |
Identify likely breed from physical and behavioral characteristics. |
check_health_symptoms |
Check pet health symptoms and get guidance on urgency and next steps. |
get_training_recommendations |
Get personalized training recommendations for a pet. |
pip install meok-pet-care-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"pet-care-ai": {
"command": "python",
"args": ["-m", "meok_pet_care_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pet-care-ai-mcp": {
"command": "npx",
"args": []
}
}
}