# JigsawStack Object Detection (verified)

Detect Objects using JigsawStack's AI Models.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JigsawStack/jigsawstack-object-detection

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/jigsawstack-object-detection

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/jigsawstack-object-detection object-detection

# Call a tool
npx -y @smithery/cli@latest tool call JigsawStack/jigsawstack-object-detection object-detection '{}'
```

## Tools (1)

- `object-detection` — Detect objects in an image

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/jigsawstack-object-detection <tool-name>
```

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./objectdetection
