<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 540">
<defs>
<style>
.terminal-bg { fill: #1a1b26; }
.terminal-border { fill: #24283b; }
.title-bar { fill: #1f2335; }
.btn-red { fill: #f7768e; }
.btn-yellow { fill: #e0af68; }
.btn-green { fill: #9ece6a; }
.text { font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', Consolas, monospace; }
.prompt { fill: #7aa2f7; }
.command { fill: #c0caf5; }
.cyan { fill: #7dcfff; }
.green { fill: #9ece6a; }
.dim { fill: #565f89; }
.white { fill: #c0caf5; }
.cursor { animation: blink 1.2s step-end infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
</style>
</defs>
<!-- Window -->
<rect class="terminal-border" width="960" height="540" rx="12"/>
<rect class="terminal-bg" x="1" y="1" width="958" height="538" rx="11"/>
<!-- Title bar -->
<rect class="title-bar" x="1" y="1" width="958" height="36" rx="11"/>
<rect class="terminal-bg" x="1" y="26" width="958" height="12"/>
<!-- Window buttons -->
<circle class="btn-red" cx="24" cy="19" r="7"/>
<circle class="btn-yellow" cx="48" cy="19" r="7"/>
<circle class="btn-green" cx="72" cy="19" r="7"/>
<!-- Title -->
<text x="480" y="24" text-anchor="middle" class="text dim" font-size="13">Terminal</text>
<!-- Content -->
<g transform="translate(32, 68)">
<!-- Prompt line -->
<text class="text prompt" font-size="14" y="0">~</text>
<text class="text dim" font-size="14" x="16" y="0">$</text>
<text class="text command" font-size="14" x="36" y="0">npx flippa-mcp-server</text>
<!-- Banner: FLIPPA MCP -->
<text class="text cyan" font-size="11" y="38" xml:space="preserve"> ███████╗██╗ ██╗██████╗ ██████╗ █████╗ ███╗ ███╗ ██████╗██████╗ </text>
<text class="text cyan" font-size="11" y="54" xml:space="preserve"> ██╔════╝██║ ██║██╔══██╗██╔══██╗██╔══██╗ ████╗ ████║██╔════╝██╔══██╗</text>
<text class="text cyan" font-size="11" y="70" xml:space="preserve"> █████╗ ██║ ██║██████╔╝██████╔╝███████║ ██╔████╔██║██║ ██████╔╝</text>
<text class="text cyan" font-size="11" y="86" xml:space="preserve"> ██╔══╝ ██║ ██║██╔═══╝ ██╔═══╝ ██╔══██║ ██║╚██╔╝██║██║ ██╔═══╝ </text>
<text class="text cyan" font-size="11" y="102" xml:space="preserve"> ██║ ███████╗██║██║ ██║ ██║ ██║ ██║ ╚═╝ ██║╚██████╗██║ </text>
<text class="text cyan" font-size="11" y="118" xml:space="preserve"> ╚═╝ ╚══════╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ </text>
<!-- Title and subtitle -->
<text class="text white" font-size="14" y="152"> Flippa MCP Server <tspan class="dim">v1.0.0</tspan></text>
<text class="text white" font-size="14" y="172"> Search, analyze, and evaluate Flippa marketplace</text>
<text class="text white" font-size="14" y="190"> listings from any MCP-compatible AI assistant.</text>
<!-- Install output -->
<text class="text" font-size="14" y="224"><tspan class="green"> ✓</tspan><tspan class="white"> Registered flippa_search_listings</tspan></text>
<text class="text" font-size="14" y="244"><tspan class="green"> ✓</tspan><tspan class="white"> Registered flippa_get_listing</tspan></text>
<text class="text" font-size="14" y="264"><tspan class="green"> ✓</tspan><tspan class="white"> Registered flippa_analyze_listing</tspan></text>
<text class="text" font-size="14" y="284"><tspan class="green"> ✓</tspan><tspan class="white"> Registered flippa_comparable_sales</tspan></text>
<text class="text" font-size="14" y="304"><tspan class="green"> ✓</tspan><tspan class="white"> Registered flippa_market_overview</tspan></text>
<!-- Done message -->
<text class="text" font-size="14" y="342"><tspan class="green"> Done!</tspan><tspan class="white"> Add to </tspan><tspan class="cyan">Claude Desktop config</tspan><tspan class="white"> to get started.</tspan></text>
<!-- New prompt -->
<text class="text prompt" font-size="14" y="378">~</text>
<text class="text dim" font-size="14" x="16" y="378">$</text>
<text class="text white cursor" font-size="14" x="36" y="378">▌</text>
</g>
</svg>