Skip to main content
Glama

MCP WooCommerce Server

by Marckello
create-repo-after-auth.shβ€’1.51 kB
#!/bin/bash # Script final para crear repositorio despuΓ©s de auth GitHub echo "πŸš€ Intentando crear repositorio en GitHub..." # Verificar configuraciΓ³n GitHub setup_github_environment if [ $? -eq 0 ]; then echo "βœ… GitHub configurado correctamente" # Intentar crear repositorio usando gh CLI gh repo create mcp-woocommerce-server \ --description "πŸ€– MCP Server for WooCommerce integration with n8n support - Advanced e-commerce automation for AI workflows" \ --public \ --clone=false \ --source=. if [ $? -eq 0 ]; then echo "βœ… Repositorio creado exitosamente" # Push del cΓ³digo git remote add origin https://github.com/$(gh api user --jq .login)/mcp-woocommerce-server.git git branch -M main git push -u origin main echo "πŸŽ‰ Β‘CΓ“DIGO SUBIDO A GITHUB EXITOSAMENTE!" echo "" echo "πŸ“‹ URLs del repositorio:" echo " 🌐 GitHub: https://github.com/$(gh api user --jq .login)/mcp-woocommerce-server" echo " πŸ“– README: https://github.com/$(gh api user --jq .login)/mcp-woocommerce-server#readme" echo "" echo "πŸš€ SIGUIENTE PASO: Deploy en EasyPanel usando esta URL de repo" else echo "❌ Error creando repositorio" echo "πŸ’‘ Alternativa: Crear manualmente en https://github.com/new" fi else echo "❌ GitHub no configurado" echo "πŸ‘† Ve al tab #github y autoriza primero" fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Marckello/mcp_woo_marckello'

If you have feedback or need assistance with the MCP directory API, please join our Discord server