⚡
Pet Care AI MCP
Pet Care AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Pet Care AI MCP
Powered by Claude · Grounded in docs
I know everything about Pet Care AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
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.
Tools
| 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. |
Installation
pip install meok-pet-care-ai-mcp
Usage with Claude Desktop
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"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
