{
  "name": "agent-svg-registry",
  "title": "Agent SVG Registry",
  "description": "Remote MCP config for searching SVG previews, quoting a human-approved commercial license, and exporting paid SVG assets after Stripe checkout.",
  "homepage": "https://agent-svg-registry.vercel.app/",
  "documentation": "https://agent-svg-registry.vercel.app/agent-integration",
  "pricing": "https://agent-svg-registry.vercel.app/pricing",
  "checkout": "https://agent-svg-registry.vercel.app/buy/launch",
  "server": "https://agent-svg-registry.vercel.app/server.json",
  "mcpServers": {
    "agent-svg-registry": {
      "url": "https://agent-svg-registry.vercel.app/api/mcp",
      "type": "streamable-http",
      "transport": "streamable-http",
      "description": "Search assets and quote licenses without auth. Paid export requires x-agent-svg-license after checkout.",
      "env": {
        "AGENT_SVG_LICENSE": "optional-after-purchase"
      }
    }
  },
  "tools": ["search_assets", "quote_license", "invoke_offer", "export_founding_pack"],
  "agent_purchase_flow": {
    "search": "https://agent-svg-registry.vercel.app/api/assets?q=passkey&limit=5",
    "quote": "https://agent-svg-registry.vercel.app/api/quote?plan=launch",
    "approval_required": true,
    "checkout": "https://agent-svg-registry.vercel.app/buy/launch",
    "fulfill": "https://agent-svg-registry.vercel.app/api/licenses/fulfill?session_id={CHECKOUT_SESSION_ID}",
    "export_header": "x-agent-svg-license"
  }
}
