# MCPet

Adopt, nurture, and play with your very own digital companion that evolves based on your care. Manage your pet's stats, engage in fun activities, and watch them grow from a baby to an adult. Experien…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add shreyaskarnik/mcpet

# Browse available tools
npx -y @smithery/cli@latest tool list shreyaskarnik/mcpet

# Get full schema for a tool
npx -y @smithery/cli@latest tool get shreyaskarnik/mcpet create_pet

# Call a tool
npx -y @smithery/cli@latest tool call shreyaskarnik/mcpet create_pet '{}'
```

## Tools (6)

- `create_pet` — Create a new virtual pet
- `check_pet` — Check on your virtual pet's status
- `feed_pet` — Feed your virtual pet
- `play_with_pet` — Play with your virtual pet
- `clean_pet` — Clean your virtual pet
- `put_to_bed` — Put your virtual pet to sleep to restore energy

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get shreyaskarnik/mcpet <tool-name>
```

---

Source: https://github.com/shreyaskarnik/mcpet
