# Lulu Print

Integrate print-on-demand services with your applications by managing print jobs, validating files, calculating costs, and handling shipping through Lulu Print API. Streamline book printing workflows…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add devlimelabs/lulu-print-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list devlimelabs/lulu-print-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get devlimelabs/lulu-print-mcp calculate-print-job-cost

# Call a tool
npx -y @smithery/cli@latest tool call devlimelabs/lulu-print-mcp calculate-print-job-cost '{}'
```

## Tools (2)

- `calculate-print-job-cost` — Calculate the cost of a print job without creating it
- `get-product-details` — Get specifications and details for a Lulu product

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get devlimelabs/lulu-print-mcp <tool-name>
```

---

Source: https://github.com/devlimelabs/lulu-print-mcp | License: MIT
