Zopio MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-complete-applicationA | ⭐ ZOPIO FRAMEWORK İLE TAM OTOMATİK UYGULAMA ÜRETİCİSİ! ⭐ 🚨 ZORUNLU KURALLAR: ✅ SADECE Zopio Framework kullanılacak ✅ SADECE TypeScript (.ts/.tsx) dosyaları oluşturulacak ❌ Manuel Next.js/React kurulumu YASAK ❌ JavaScript (.js/.jsx) dosyaları YASAK 📝 KULLANIM: Doğal dille proje isteğinizi yazın, Zopio ile TypeScript tabanlı tamamen çalışır uygulama alın. 💡 ÖRNEKLER: • 'Kuaför randevu uygulaması lazım' • 'Restoran sipariş sistemi istiyorum' • 'E-ticaret sitesi' • 'Blog uygulaması' |
| setup-zopio-appA | ⚙️ ZOPIO KLASİK KURULUM - Sadece özel durumlar için! Normal uygulama talepleri için create-complete-application kullan. Bu tool sadece Zopio'nun belirli bileşenlerini ayrı ayrı başlatmak için kullanılır. |
| stop-zopio-appA | Çalışan Zopio uygulamasını durdurur. Belirli bir uygulama veya tüm uygulamalar. |
| check-zopio-statusA | Zopio kurulumunun ve çalışan uygulamaların durumunu kontrol eder. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| zopio-hosgeldiniz | 🎉 Zopio MCP Server'a hoşgeldiniz! Kullanım talimatlarını göster. |
| zopio-yeni-baslayanlar | 🎓 Yeni başlayanlar için Zopio Framework rehberi. Uygulamalar, paketler ve kullanım senaryoları. |
| zopio-uygulama-aciklamalari | 📚 Her bir uygulamanın (WEB, API, MAIL, STORYBOOK, STUDIO) ne işe yaradığını detaylı açıklar. |
| zopio-paket-aciklamalari | 📦 Packages içindeki entegrasyonların (email, auth, database vb.) nasıl kullanılacağını açıklar. |
| zopio-pratik-senaryo | 🎬 Email gönderme uygulaması gibi pratik senaryolarla adım adım öğrenme. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Most tools are clearly distinct: create, stop, and status each have separate roles. There is some potential confusion between 'create-complete-application' and 'setup-zopio-app', but the descriptions explicitly direct normal usage to the former and limit the latter to special cases.
All tool names follow a consistent hyphenated verb-object pattern: create-complete-application, setup-zopio-app, stop-zopio-app, check-zopio-status. The naming conventions are uniform and predictable, making tool selection straightforward.
Four tools is a well-scoped count for a Zopio-focused server covering application creation, setup, stopping, and status checking. Each tool serves a meaningful part of the workflow without unnecessary redundancy.
The tool set covers creation, setup, stop, and status checking, but there is no obvious start/restart tool for resuming a stopped application, and no delete/remove operation. These are notable gaps for a complete lifecycle, though agents can work around them by creating new applications.