MCP server
Add Animal-ID as a tool in one click; your assistant can look up a microchip or register an animal in conversation.
Add to your assistantFree, secure APIs that let any clinic, PIMS, startup, or open-source project read and write to the world's pet registry — so lost animals get home faster.
# Look up a pet by microchip — HMAC-SHA256 signedcurl -s https://gw.animal-id.net/v1/partner/animals \
--get --data-urlencode "identifier=981098100123456" \
-H "X-Eternity-Public-Key: $PUBLIC_KEY" \
-H "X-Eternity-Signature: $SIG"What is it
It lets veterinary software (PIMS), clinics, insurers, marketplaces, shelters, breeders, photo/nose-ID startups, researchers, and AI agents register animals, look them up by microchip or QR tag, attach vaccinations and procedures, and reunite lost pets with their owners — through one documented API. Registration and core safety services are free forever, because our mission is returning animals home, not gatekeeping data.
Who it's for
From a one-person clinic to a global PIMS — if you build for animal health, the registry is open to you.
API at a glance
Real base URL, real auth, real endpoints — everything a developer needs to evaluate in sixty seconds.
https://gw.animal-id.net — all paths prefixed /v1/partner/owners — create or resolve an owner/owners/search — by exact email or phone/animals — register (chip-based)/animals?identifier= — look up by chip or QR tag/animals/{id} — full animal card/animals/{id} — patch · mark deceased/animals/{id}/procedures — record vaccination or visit/animals/{id}/procedures — list & read/animals/{id}/photos — upload (multipart)/animals/{id}/photos/{pid} — soft-delete/dictionaries — species, breeds, procedure typesHow to start
A sandbox key is instant. Going live takes a free partner review — no contracts, no sales call.
Go to your Animal-ID profile → API keys → Generate keys. You get a sandbox key instantly.
Copy the HMAC-SHA256 snippet for your language and call GET /v1/partner/dictionaries.
Submit your integration for a free Verified Partner review (1–2 business days) to get a production key and a listing in the partner directory.
Build with AI agents
Animal-ID is built for the agent era. Connect it to Claude, ChatGPT, Gemini, or any OpenClaw-compatible agent:
Add Animal-ID as a tool in one click; your assistant can look up a microchip or register an animal in conversation.
Add to your assistantDrop our SKILL.md into your OpenClaw workspace for registry-aware veterinary workflows.
A public, machine-readable contract for code generators and custom GPTs/tools.
View the specAll public, all free, all on GitHub.
Built on Animal-ID
From a million-user consumer app to a network of veterinary clinics — these partners run on top of the Animal-ID Open Platform today.
A consumer app for pet owners built directly on Animal-ID's identity and health-record APIs. Lookups, profiles, vaccinations — all reading and writing the registry.
Visit WaudogA veterinary PIMS using the Animal-ID integration so its clinics can register pets lifetime in Europetnet, petmax, and AAHA — directly from their daily workflow, no manual data entry.
Visit JetvetA single-clinic stack — public site, CRM, and a branded PWA for their clients — all built on the Animal-ID API. Demonstrates the platform behind a fully bespoke vet-clinic product.
Visit vetgreenpines.comOur mission
Animal-ID is a social project. Every microchip registered and every record shared is one more way a lost animal finds its way home.
That's why the core will always be free — for a one-person clinic, a student's hackathon project, or an open-source tool a business owner builds with AI. We fund the mission elsewhere, never by taxing the data that reunites pets with families.
Registration and core safety services are, and always will be, free.
FAQ
https://gw.animal-id.net; all paths are prefixed with /v1/partner. Authentication uses HMAC-SHA256 request signing, with examples in curl, Node.js, Python, and PHP.