launchfast-mcp
Version:
🚀 Professional Amazon & Alibaba research tools for Claude AI - Product research, keyword intelligence, and supplier discovery via MCP
20 lines (19 loc) • 454 B
YAML
services:
- type: web
name: launchfast-mcp
runtime: node
plan: starter
buildCommand: npm install && npm run build
startCommand: npm start
envVars:
- key: NODE_ENV
value: production
- key: LAUNCHFAST_API_URL
sync: false
- key: LAUNCHFAST_API_KEY
sync: false
- key: LAUNCHFAST_USER_ID
sync: false
- key: ALLOWED_ORIGINS
value: "*"
healthCheckPath: /health