# MoeGo MCP for AI Agents AI Agent Connect

> MoeGo lets you manage your pet care business through your AI agent. It connects directly to your MoeGo account so you can check schedules, book new appointments, and manage customer and pet profiles without switching tabs. It's built for pet care owners who need to stay on top of their daily operations while staying focused on their clients.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jLORT1aS03wqoXGVJwACULdihdGLINPWwwfSNISa/ai-agent-connect
- **Tags:** appointment-scheduling, pet-care, business-management, customer-profiles, service-automation

## Description

MoeGo lets you connect your pet care business account to your AI agent and run your grooming and boarding operations through natural conversation. This Connector connects your MoeGo account to your AI client, making it feel like your agent is a trained receptionist who knows every detail of your business. You can ask about upcoming appointments, look up a specific dog's breed and age, or see what your staff is currently doing. It handles the heavy lifting of data retrieval so you can focus on the animals. By adding this to your Vinkius setup, you turn your AI into a functional part of your front desk. You'll get real-time updates on customer reviews and service availability without ever leaving your chat interface. It's about moving from searching for info to getting answers instantly. Instead of clicking through dozens of pages to find a customer's history or checking a manual log to see if a pet has a specific allergy, you can just ask a question. Your agent pulls that data from the MoeGo system and gives you the answer in a sentence. This means you spend less time on a computer and more time with your clients. You can check your daily schedule, see which staff members are on duty, and even book new appointments without ever leaving your conversation. It takes the friction out of managing a busy pet salon or boarding facility.

## Tools

### create_appointment
Schedule a new booking for a pet and owner. This lets you book clients directly through chat.

### get_appointment
See the specifics of a single booking. This helps you confirm details before a client arrives.

### get_business_settings
Pull your account's general configuration. Use this to check your shop's basic setup.

### get_pet
Get a deep dive into a specific pet's info. This is perfect for checking breeds, ages, or special notes.

### list_appointments
See your entire list of grooming bookings. Use this to get a bird's-eye view of your day.

### list_customers
See every customer in your database. This helps you find contact info quickly.

### list_pets
View all the pets registered to your business. This is great for auditing your client list.

### list_reviews
See what your customers are saying about your business. Use this to track your reputation.

### list_services
See your full catalog of grooming and boarding services. This helps you check what you offer.

### list_staff
See who is currently working at your business. This helps you manage your team's availability.

## Prompt Examples

**Prompt:** 
```
What's on the schedule for this afternoon?
```

**Response:** 
```
You have 4 appointments left today:

| Time | Pet | Service |
| :--- | :--- | :--- |
| 2:00 PM | Luna (Cat) | Full Groom |
| 3:30 PM | Max (Beagle) | Bath & Brush |
| 4:45 PM | Daisy (Poodle) | Nail Trim |
| 6:00 PM | Cooper (Labrador) | Boarding Check-in
```

**Prompt:** 
```
Does the pet with ID pet_123 have any special requirements?
```

**Response:** 
```
Yes, pet_123 is **Max**, a 3-year-old Beagle. He has a specific note: **Sensitive skin, use hypoallergenic shampoo.** His owner is Sarah Jenkins.
```

**Prompt:** 
```
What services do we offer for large dogs?
```

**Response:** 
```
You offer the following for large dogs:

* **Full Grooming - Large Dog** ($85.00)
* **Bath & Brush** ($60.00)
* **Nail Trim** ($15.00)
```

## Capabilities

### Book new grooming appointments
Schedule new client bookings directly through your AI chat.

### Check daily pet schedules
Get a clear view of your daily grooming and boarding bookings.

### Look up customer and pet profiles
Retrieve specific pet details and owner information instantly.

### View staff and service lists
Access your full catalog of services and active staff members.

### Fetch recent customer reviews
Pull the latest customer feedback to monitor your business reputation.

### Get business configuration details
Retrieve your account's general settings and metadata.

## Use Cases

### Checking allergy notes
A groomer needs to check a dog's notes for 'sensitive skin' before starting a bath using get_pet.

### Quick booking check
A receptionist wants to see if a specific time slot is open for a new puppy's first bath using list_appointments.

### Staff workload review
A business owner wants to see if their staff is fully booked for the upcoming weekend using list_staff.

### Review summary
A manager wants to see the latest 5-star reviews to share with the team during a meeting using list_reviews.

## Benefits

- Stop switching tabs by accessing your MoeGo schedule directly through your AI client.
- Get instant pet details like breeds and special care notes using get_pet to avoid mistakes.
- Book new clients on the fly with create_appointment without logging into a separate dashboard.
- Monitor your business reputation by quickly pulling recent feedback with list_reviews.
- Keep your team organized by viewing active staff members and services with list_staff and list_services.
- Save time during intake by pulling full customer profiles with list_customers while you talk to clients.

## How It Works

The bottom line is you get a way to manage your entire pet care operation through a single conversation.

1. Subscribe to the MoeGo MCP on Vinkius.
2. Add your MoeGo API Key to your AI client.
3. Ask your agent to manage your bookings or look up pet info.

## Frequently Asked Questions

**Can I use MoeGo MCP to book new pet grooming appointments?**
Yes, you can use your agent to schedule new bookings directly. It pulls your service list and creates the appointment in your MoeGo account instantly.

**Does this work for pet boarding as well as grooming?**
Yes, it handles both. You can check your boarding schedule and view customer profiles for any pet care service you offer through MoeGo.

**How do I see my pet's special care notes?**
Your agent can pull these details instantly. You just ask for a specific pet's info, and it'll show you things like breeds, age, and any medical notes.

**Can I check my staff's schedule with MoeGo?**
Yes, you can see your list of active staff members. This helps you see who is available to take on new grooming or boarding tasks.

**Is this Connector good for tracking customer reviews?**
Definitely. You can ask your agent to fetch your latest reviews to see what people are saying about your pet care business.

**What happens if I don't have an MoeGo account?**
This Connector specifically connects to the MoeGo platform. You'll need an active MoeGo business account and an API key to get started.

**How do I get my MoeGo API Key?**
You can find your API key in the MoeGo dashboard under Settings > Integration. It needs to be the Base64 encoded version as per their documentation.

**Can I see detailed information about a pet's breed?**
Yes! Use the `get_pet` tool with a specific Pet ID. The agent will return the full profile, including breed, age, weight, and any specific care instructions recorded.

**How can I monitor staff performance?**
You can use the `list_staff` tool to see all active professionals and `list_appointments` to track their scheduled workload and completed services.