{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "CSOAI-ORG/fishkeeper-hive",
  "title": "FishKeeper.ai — Aquarium Care Copilot",
  "version": "1.0.0",
  "description": "Tank-chemistry tracking, livestock advice, and disease diagnosis for freshwater + marine aquaria.",
  "websiteUrl": "https://fishkeeper.ai",
  "homepage": "https://fishkeeper.ai",
  "status": "active",
  "repository": {
    "type": "git",
    "url": "https://github.com/CSOAI-ORG/fishkeeper-hive"
  },
  "author": {
    "name": "MEOK AI Labs",
    "email": "hello@meok.ai",
    "url": "https://meok.ai"
  },
  "license": "MIT",
  "categories": ["aquarium", "consumer", "hobby"],
  "tools": [
  {
    "name": "log_params",
    "description": "Log a set of tank parameters and return an alert if any are out of range."
  },
  {
    "name": "diagnose",
    "description": "Diagnose a fish disease from a photo + recent params."
  }
],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/csoai-org/fishkeeper-hive",
      "version": "1.0.0",
      "transport": {
        "type": "streamable-http"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://fishkeeper.ai/mcp"
    }
  ],
  "transports": ["streamable-http", "stdio"],
  "deployment": {
    "type": "container",
    "image": "ghcr.io/csoai-org/fishkeeper-hive:1.0.0",
    "command": "python http_server.py",
    "port": 8000,
    "healthcheck": "GET /healthz"
  },
  "publisher": {
    "name": "CSOAI Ltd",
    "url": "https://csoai.org"
  },
  "keystone_mcp_servers": [
      "fishkeeper-tank"
    ]
}
