Serversnz.phos/piranha
P

nz.phos/piranha

nz.phos/piranha · v1.0.2
● Remote
v1.0.2remote🌐 https://pi.phos.nz/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "nz.phos/piranha",
  "description": "BJJ video analysis — YOLO pose detection + Claude AI technique analysis.",
  "repository": {
    "url": "https://github.com/albermm/piranha",
    "source": "github"
  },
  "version": "1.0.2",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pi.phos.nz/mcp",
      "headers": [
        {
          "description": "API key for authentication (register at POST /register)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}