For AI assistants and developers
NogPets MCP server
A remote MCP server, so an assistant can check prices, find a time and book for you.
Available now Developers
Server URL
https://mcp.nogpets.com/mcp
What it does
It gives your assistant the same tools as our app: prices, areas, open times, your pets and addresses, booking, moving and cancelling.
The first time, it asks you to sign in to NogPets and say yes. You pick what it may do. See or remove it in the app: Profile, then Connected assistants.
It never pays for you. A card booking comes back as a Payfast link you open. Cash needs your yes first.
How to add it
Claude
- Settings, then Connectors.
- Add custom connector. Paste the server URL.
- Connect, sign in to NogPets and say yes.
ChatGPT
- Turn on developer mode: Settings, then Apps and connectors, then Advanced.
- Create a connector with the server URL and OAuth.
- Sign in to NogPets and say yes. Menus change often; any plan that allows custom MCP connectors works.
Claude Code
- Run this, then /mcp to sign in:
claude mcp add --transport http nogpets https://mcp.nogpets.com/mcp
Cursor and others
- Add it to mcp.json. Any MCP client that supports remote servers with OAuth works.
{
"mcpServers": {
"nogpets": { "url": "https://mcp.nogpets.com/mcp" }
}
} Try saying
- "Do you groom dogs in Die Boord? What does a full groom cost for an 8 kg Boston terrier?"
- "Book a full groom for Biscuit next Tuesday morning."
- "Move my walk on Friday to the afternoon."
- "What bookings do I have this month?"
Tools
Shop tools show only while the shop is open. Business sign-up tools show only when you gave that permission.
| MCP tool | Ask | Needs |
|---|---|---|
| list_services | What NogPets offers. Service lines, services and prices | No sign-in |
| check_coverage | Check an address is covered. Do you come to this address? | No sign-in |
| get_quote | Price a visit. Price for these pets at this address | No sign-in |
| find_times | Find open times. Open times | No sign-in |
| my_profile | The person's profile. Who am I | profile |
| list_pets | The person's pets. | pets |
| add_pet | Add a pet. | pets |
| list_addresses | The person's addresses. | addresses |
| add_address | Add an address. | addresses |
| list_bookings | The person's bookings. The person's upcoming bookings | bookings:read |
| book | Book a visit. | bookings:write |
| get_booking | One booking. | bookings:read |
| find_reschedule_times | Find times to move a booking. Open times to move a booking to | bookings:read |
| reschedule_booking | Move a booking. | bookings:write |
| cancel_booking | Cancel a booking. | bookings:write |
| pay_booking | Get a payment link. A payment link | bookings:write |
| browse_shop | Browse the shop. Shop products | No sign-in |
| quote_order | Price a shop order. | No sign-in |
| buy | Buy from the shop. Place a shop order | orders:write |
| find_pet_businesses | Find pet businesses. Pet businesses near Stellenbosch | No sign-in |
| get_signup_status | Business sign-up progress. A business sign-up's checklist and status | business:write |
| start_business_signup | Register a pet business (step 1). Start (or update) a pet business's sign-up | business:write |
| add_business_services | Business sign-up: services and prices (step 2). Add services and prices to a sign-up | business:write |
| set_service_area | Business sign-up: service area (step 3). Set where the business works | business:write |
| add_resources | Business sign-up: vans, walkers, sitters (step 4). Add vans, walkers and sitters with working hours | business:write |
| invite_staff | Business sign-up: invite staff (optional). Invite staff | business:write |
| connect_payfast | Business sign-up: Payfast (card payments). Connect a Payfast merchant (id only) | business:write |
| submit_business_for_review | Business sign-up: submit for review (last step). Submit a sign-up for NogPets' review | business:write |
Register your business
Run a grooming, walking or sitting business? Connect the server and say:
"Register my dog grooming business with NogPets. We're Happy Paws Mobile Grooming in Somerset West: one van, two groomers, mobile. Start from the NogPets menu and I'll give you my prices."