{
  "mcpServers": {
    "agentgen": {
      "url": "https://www.agent-gen.com/api/mcp",
      "transport": "http",
      "name": "AgentGen",
      "description": "Generate PDFs and images from HTML using headless Chrome. Perfect for AI agents building invoices, reports, OG images, certificates, and more.",
      "version": "1.0.0",
      "auth": {
        "type": "header",
        "header": "x-api-key",
        "description": "Your AgentGen API key from https://www.agent-gen.com/dashboard/api-keys"
      },
      "tools": ["generate_image", "generate_pdf", "upload_file", "get_balance"]
    }
  }
}
