{
  "protocolVersion": "0.3.0",
  "name": "TierFinder",
  "description": "Free AI-powered platform for missing and found animals across DACH (Germany, Austria, Switzerland). CLIP-based visual matching, multi-channel reports (web, Telegram), 4 specialist agents. Open data on lost/found pets, no paywall.",
  "url": "https://tierfinder.org/api/chat",
  "version": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "StudioMeyer",
    "url": "https://studiomeyer.io",
    "email": "hello@studiomeyer.io",
    "location": "Palma de Mallorca, Spain"
  },
  "iconUrl": "https://tierfinder.org/favicon.ico",
  "documentationUrl": "https://tierfinder.org",
  "defaultInputModes": ["application/json", "text/plain", "multipart/form-data"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "capabilities": {
    "streaming": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "report-missing-pet",
      "name": "Report a missing or found pet",
      "description": "Submit a structured report (species, breed, location, photo, last-seen date) for a missing or found animal. Stored in the public registry, surfaces in nearby search results + AI matching.",
      "tags": ["pets", "missing-pets", "reporting", "DACH", "rescue"],
      "examples": [
        "Report missing dog: 6yo Golden Retriever, Berlin Friedrichshain, last seen 2026-04-29 at Boxhagener Platz",
        "Found cat near Munich Schwabing — black with white paws"
      ]
    },
    {
      "id": "visual-pet-match",
      "name": "AI photo matching for missing pets",
      "description": "Upload a photo of a found animal — CLIP embeddings match against the missing-pet registry. Returns ranked candidates with similarity scores. Defense-in-depth: privacy-preserving (no face match, no person ID).",
      "tags": ["pets", "AI", "visual-search", "CLIP"],
      "examples": [
        "I found this cat — match against missing-pet reports",
        "Photo upload + radius 50km from Hamburg"
      ]
    },
    {
      "id": "adoption-feed",
      "name": "Adoption-ready pet listings",
      "description": "Browse animals available for adoption from registered shelters in DACH. Filterable by species, age, location, special needs.",
      "tags": ["pets", "adoption", "shelters", "DACH"],
      "examples": [
        "Show dogs under 2 years old available in Berlin",
        "Cats at shelters in Vienna with special needs"
      ]
    }
  ]
}
