{
  "name": "usezn",
  "version": "1.0.0",
  "description": "usezn prompt-injection gateway MCP server - Streamable HTTP",
  "transport": "streamable-http",
  "endpoint": "https://api.usezn.com/mcp",
  "tools": [
    {
      "name": "analyze",
      "description": "Analyze tool-call input for prompt injection",
      "inputSchema": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string",
            "description": "Text to analyze"
          }
        },
        "required": [
          "input"
        ]
      }
    }
  ],
  "docs": "https://usezn.com/developers/#mcp",
  "repository": "https://github.com/tljohnsilver/zn",
  "protocolVersion": "2025-03-26",
  "authentication": {
    "type": "bearer",
    "docs": "https://usezn.com/developers/#mcp"
  },
  "methods": {
    "transport": [
      "POST"
    ],
    "discovery": [
      "initialize",
      "tools/list",
      "tools/call"
    ]
  }
}
