Otoinstall MCP Server
OtoInstall MCP Server β Deploy projects from Claude, Cursor, Windsurf, Cline, Zed, and any MCP-compatible AI tool
Ask AI about Otoinstall MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Otoinstall MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
OtoInstall
AI ile KodladΔ±n, Biz YayΔ±nlΔ±yoruz. / You Coded with AI, We Deploy It.
Upload the project you built with Cursor, Bolt.new, Lovable, Claude, v0.dev, or any AI tool as a ZIP file.
Security scanning, auto-fixing, server setup, and deployment β we handle everything.
No command line needed.
β¨ Features
| Feature | Description |
|---|---|
| π¦ Drag & Drop Upload | Upload your ZIP file, we handle the rest |
| π‘οΈ Security Scanner | Every file scanned for malware, shells, and vulnerabilities |
| π€ AI Auto-Fix | Automatically fixes .env, .htaccess, paths, permissions, and more |
| β‘ Multi-Protocol | FTP, SFTP, SSH β shared hosting, VPS, cloud |
| π‘ Live Monitoring | Watch deployment progress step-by-step in real-time |
| π§ Node.js Build | Auto npm install && npm run build for React/Vue/Next.js projects |
| π¬ AI Assistant | 24/7 AI-powered deployment support chatbot |
| π MCP Server | Deploy directly from Claude, Cursor, Windsurf, and more |
| π Post-Deploy Analysis | Site health check after deployment |
| π§ AI Learning | System learns from every deployment to improve auto-fixes |
π€ MCP Server β Deploy from Your AI Tool
OtoInstall includes a built-in Model Context Protocol (MCP) Server that lets you deploy projects directly from any MCP-compatible AI tool.
Supported Tools
Claude Desktop Β· Cursor Β· Windsurf Β· Cline Β· Continue Β· Zed Β· Roo Code Β· Antigravity Β· Amazon Q
Quick Setup
Add to your AI tool's MCP config:
{
"mcpServers": {
"otoinstall": {
"command": "npx",
"args": ["-y", "otoinstall-mcp-server"],
"env": {
"OTOINSTALL_API_KEY": "YOUR_API_KEY"
}
}
}
}
Get your API key at otoinstall.com β Dashboard β API Keys
π οΈ Available MCP Tools
| Tool | Description |
|---|---|
analyze_project | Required first step β Analyze project before deploying |
deploy_project | Zip & deploy a project directory |
deploy_zip | Deploy an existing ZIP file |
check_deploy_status | Check deployment progress |
get_deploy_logs | View deployment logs |
list_projects | List all deployments |
list_servers | List server credentials |
add_server | Save FTP/SFTP/SSH credentials via AI |
whoami | Check API key info |
π How It Works
1. Upload ZIP β 2. AI Scans & Fixes β 3. Site is Live! π
8-Stage Deployment Pipeline
π¦ Extract β π Security Scan β π Detect Project Type β π§ͺ Compatibility Check
β π§ Auto-Fix β ποΈ Build (if needed) β π Deploy β β
Verify
- Extract β Unpack ZIP to sandbox
- Security Scan β SQL injection, XSS, malware detection
- Detect β Auto-detect project type (Laravel, React, Vue, WordPress, etc.)
- Compatibility β PHP version, extensions, database requirements
- Auto-Fix β Create .env, .htaccess, fix paths, permissions, install scripts
- Build β
npm install && npm run buildfor Node.js projects - Deploy β Upload via FTP/SFTP/SSH
- Verify β HTTP 200 check, asset loading verification
π‘ REST API
Base URL: https://otoinstall.com/api/v1/
| Method | Endpoint | Description |
|---|---|---|
GET | /health | System status (no auth) |
GET | /me | Account info |
GET | /credentials | List server credentials |
POST | /credentials | Create server credential |
POST | /deploy | Upload ZIP + start deploy |
GET | /deploy/{ulid}/status | Deployment status |
GET | /deploy/{ulid}/logs | Deployment logs |
GET | /projects | Deployment history |
# Deploy via API
curl -X POST https://otoinstall.com/api/v1/deploy \
-H "Authorization: Bearer oi_live_xxxxx" \
-F "file=@project.zip" \
-F "credential_id=1" \
-F "project_type=auto"
π° Pricing
Pay per site. No subscriptions. No monthly fees.
| Plan | Sites | Price |
|---|---|---|
| Starter | 1 site | $2.50 (with code ILKSITE50) |
| Basic | 3 sites | $4/site |
| Pro | 5 sites | $3/site |
| Business | 10+ sites | $2/site |
π Security
- AES-256-GCM encryption for all credentials
- Argon2id password hashing
- TLS 1.3 everywhere
- Rate limiting on all endpoints
- CSRF protection on web routes
- API key scoping and permissions
- Security scanner with 50,000+ malware signatures
π License
MIT Β© OtoInstall
Built with β€οΈ for the vibecoding community
