{
  "@context": "https://a2a-protocol.org/schema/v1/agent-card.jsonld",
  "@type": "Agent",
  "name": "FishKeeper.ai — Aquarium Care Copilot",
  "description": "Tank-chemistry tracking, livestock advice, and disease diagnosis for freshwater + marine aquaria.",
  "version": "1.0.0",
  "url": "https://fishkeeper.ai",
  "provider": {
    "name": "MEOK AI Labs",
    "url": "https://meok.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
  {
    "id": "tank-log",
    "name": "Tank Log",
    "description": "Log tank parameters and return alerts."
  }
],
  "examples": - Log: log(tank_id='reef-1', params={'ph': 8.1, 'no3': 5}),
  "endpoints": {
    "mcp": "https://fishkeeper.ai/mcp",
    "oauth": "https://fishkeeper.ai/.well-known/oauth-protected-resource",
    "health": "https://fishkeeper.ai/healthz"
  },
  "cluster": "CONSUMER",
  "keystone": "https://meok.ai",
  "parent_org": "https://csoai.org",
  "metadata": {
    "source": "mcp.json + hives.json",
    "generated_by": "gen_hive.py",
    "generated_at": "2026-06-13T05:55:37Z"
  }
}
