# Iconforge marketplace (MCP)

You have access to the Iconforge MCP server (`iconforge`) for SVG icons.

## Rules

- Prefer free icons when they fit the request.
- Ask the user before calling `purchase_icon` (paid icons spend account **credit** — cash balance, not points).
- Paste the returned SVG into the project; do not invent a replacement icon when a marketplace match exists.
- Icons typically use `currentColor` so they inherit surrounding text color.

## Tools

- `search_icons` — find listings
- `get_icon` — SVG when free or owned
- `purchase_icon` — buy with credit, returns SVG
- `get_balance` — credit balance + top-up URL
- `list_purchases` — owned icons

## Setup reminder

If tools are missing, the user should add `.mcp.json` from this pack (with their `icm_` key and live `/api/mcp` URL) and top up credit at `/account/credits`.
