<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f8fafc;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e2e8f0;stop-opacity:1" />
</linearGradient>
<linearGradient id="textGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#2563eb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#10b981;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="1200" height="630" fill="url(#bgGrad)"/>
<!-- Grid pattern -->
<defs>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="#e2e8f0" stroke-width="1" opacity="0.5"/>
</pattern>
</defs>
<rect width="1200" height="630" fill="url(#grid)"/>
<!-- Main content -->
<g transform="translate(100, 150)">
<!-- Logo -->
<circle cx="60" cy="60" r="50" fill="url(#textGrad)" opacity="0.1"/>
<text x="60" y="85" font-family="Arial, sans-serif" font-size="60" text-anchor="middle" fill="url(#textGrad)">🧠</text>
<!-- Title -->
<text x="150" y="50" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="#1f2937">OpenZIM MCP</text>
<text x="150" y="100" font-family="Arial, sans-serif" font-size="28" fill="#6b7280">Intelligent Knowledge Access for AI Models</text>
<!-- Description -->
<text x="0" y="180" font-family="Arial, sans-serif" font-size="24" fill="#374151">Transform static ZIM archives into dynamic knowledge engines</text>
<text x="0" y="220" font-family="Arial, sans-serif" font-size="24" fill="#374151">for Large Language Models with intelligent, structured access patterns.</text>
<!-- Features -->
<g transform="translate(0, 280)">
<text x="0" y="0" font-family="Arial, sans-serif" font-size="18" fill="#10b981">✓ Smart Navigation</text>
<text x="200" y="0" font-family="Arial, sans-serif" font-size="18" fill="#10b981">✓ Context-Aware Discovery</text>
<text x="450" y="0" font-family="Arial, sans-serif" font-size="18" fill="#10b981">✓ High Performance</text>
<text x="650" y="0" font-family="Arial, sans-serif" font-size="18" fill="#10b981">✓ Security First</text>
</g>
</g>
<!-- GitHub link -->
<text x="1100" y="600" font-family="Arial, sans-serif" font-size="16" text-anchor="end" fill="#6b7280">github.com/cameronrye/openzim-mcp</text>
</svg>