Poll ezyVet's Standard of Care (SOC) endpoint to track overdue preventive-care treatments and vaccinations for patients
domain: developers.ezyvet.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate to the ezyVet API and confirm access to the v2/standardofcare and v2/eventgroup endpoints
GET v2/eventgroup to fetch the list of configured vaccine/treatment event groups (id, name, type, importance)
GET v2/standardofcare to fetch each animal's due_at, last_fulfilled_at, and soc_group fields
On repeat polls, filter using the modified_at query parameter set to the epoch time of your last poll to fetch only changed SOC records
Compare due_at against the current time to flag overdue treatments/vaccinations for reminders or dashboards
Cache soc_group_id -> eventgroup mappings locally since eventgroup rarely changes, to avoid re-fetching on every SOC poll
Known gotchas
ezyVet's own docs recommend polling v2/standardofcare no more than once per minute due to API rate limits
Only due_at, last_fulfilled_at, and ownership_uid update the modified_at field, so filtering on other changes will miss records
SOC data updates near-real-time but is not instantaneous, so very tight polling loops gain little
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?