Skip to main content
Glama
dirkjanfaber

mcp-server-petkit

by dirkjanfaber

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PETKIT_EMAILYesYour PetKit account email address.
PETKIT_REGIONYesThe exact PetKit region name shown in the app, e.g. 'Netherlands'.
PETKIT_PASSWORDYesYour PetKit account password (6-14 characters).
PETKIT_TIMEZONENoTimezone for the server, e.g. 'Europe/Amsterdam'. Defaults to the host's timezone.host's timezone

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_feedersA

List all PetKit Fresh Element Solo (D4) feeders and their live state (food/battery/desiccant status, lock/light/sound settings, and today's feed totals). Feed totals are tracked per device, not per cat - if multiple cats share or steal from each other's feeders, these numbers reflect what each physical feeder dispensed, not what any one cat ate.

feed_nowB

Dispense food immediately from a Fresh Element Solo feeder

update_feeder_settingB

Change a numeric setting on a feeder. Common keys: manualLock (child lock, 0/1), lightMode (indicator light), feedSound (dispense tone, 0/1), foodWarn (shortage alarm, 0/1). Other numeric keys the device reports (see list_feeders) may also work but are unconfirmed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: listing feeder state, dispensing food, and changing settings. There is no overlap or confusion between them.

Naming Consistency4/5

All tool names use lowercase snake_case and start with imperative verbs (list_, feed_, update_). 'feed_now' is slightly less explicit about its object compared to the other two, but the pattern remains clear and consistent.

Tool Count5/5

Three tools is well-scoped for the narrow purpose of controlling a PetKit Fresh Element Solo feeder. Each tool earns its place and there is no redundancy.

Completeness4/5

The essential operations are covered: reading state, triggering a feed, and updating settings. Minor gaps exist such as schedule management or feeder pairing, but the core device control surface is functional.

Maintenance

ActivityMaintained
ResponsivenessNo issues