# Agent SVG Registry MCP Install

Install the local MCP wrapper directly from the public Vercel-hosted tarball:

```sh
npm install -g https://agent-svg-registry.vercel.app/downloads/agent-svg-registry-mcp-0.1.0.tgz
```

Then add this MCP server config:

```json
{
  "mcpServers": {
    "agent-svg-registry": {
      "command": "agent-svg-registry-mcp",
      "env": {
        "AGENT_SVG_LICENSE": "optional-after-human-approved-checkout"
      }
    }
  }
}
```

## Tools

- `search_svg_assets`: search public SVG metadata for free.
- `quote_license`: return the $0.50 launch license quote, checkout URL, and human approval copy.
- `export_founding_pack`: export paid-ready SVG/React/inline HTML payloads after `AGENT_SVG_LICENSE` is set.

## Purchase Flow

1. Search first: https://agent-svg-registry.vercel.app/api/assets?q=passkey&limit=5
2. Ask the human before opening checkout.
3. Checkout after approval: https://agent-svg-registry.vercel.app/buy/launch
4. Demo trace: https://agent-svg-registry.vercel.app/agent-flow.md
5. Paid receipt example: https://agent-svg-registry.vercel.app/examples/receipt.paid.example.json

Do not open checkout until the human explicitly approves the one-time $0.50 commercial license.
