# Poof: Fast Image & Video Background Removal

The ultimate background removal API. Integrate high-accuracy, real-time image & video background removal into your workflow starting at $0.001/image.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list poof-bg/poof-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get poof-bg/poof-mcp remove_background

# Call a tool
npx -y @smithery/cli@latest tool call poof-bg/poof-mcp remove_background '{}'
```

## Direct MCP Connection

Endpoint: `https://poof-mcp--poof-bg.run.tools`

**Required config:**
- `x-api-key` (header) — Poof API key from https://dash.poof.bg

## Tools (2)

- `remove_background` — Remove the background from an image. Returns the processed image as base64. Accepts URL or base64-encoded image.
- `get_account` — Get account information including plan details and credit usage

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