MCP Pedidos
Manages environment variables to securely store API credentials and configuration settings.
Referenced for version control best practices, specifically mentioning .gitignore for keeping sensitive credential files secure.
Provides package management and script execution for installation, development, and build processes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Pedidoscreate an order for 2 large chocolate cakes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Pedidos - Servidor de Pedidos
Este es un servidor MCP (Model Context Protocol) para gestionar pedidos a través de una API REST.
Configuración de Variables de Entorno
Para configurar las credenciales y URL de la API, crea un archivo .env en la raíz del proyecto basándote en el archivo env.example.
Configuración Automática
Ejecuta el script de configuración para crear automáticamente el archivo .env:
npm run setup-envVariables de Entorno Disponibles
API_EMAIL: Email para autenticación en la APIAPI_PASSWORD: Contraseña para autenticación en la APIAPI_BASE_URL: URL base de la API (opcional, por defecto usa la URL hardcodeada)
Ejemplo de archivo .env
# Credenciales de autenticación
API_EMAIL=tu_email@ejemplo.com
API_PASSWORD=tu_contraseña
# URL base de la API
API_BASE_URL=https://services.sweetmoments.mxRelated MCP server: OpenAPI MCP Server
Instalación
npm installDesarrollo
npm run devCompilación
npm run buildUso
El servidor MCP se ejecuta a través de stdio y proporciona herramientas para:
Crear pedidos
Autenticar con la API
Buscar productos y tamaños
Gestionar caché y autenticación
Herramientas Disponibles
crear_pedido: Crea un nuevo pedidoautenticar: Autentica con la APIbuscar_producto: Busca un producto por descripciónbuscar_tamaño: Busca un tamaño por descripciónlimpiar_cache: Limpia el cachéinvalidar_auth: Invalida la autenticación actual
Seguridad
⚠️ Importante:
Nunca compartas el archivo
.envya que contiene credenciales sensiblesAgrega
.enva tu.gitignorepara evitar subirlo accidentalmente al repositorioUsa credenciales diferentes para desarrollo y producción
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1011MIT
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.4092MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides comprehensive tools for managing CS-Cart e-commerce stores, enabling product management, order handling, and sales analytics.123
- AlicenseDqualityDmaintenanceA Model Context Protocol server that enables sending customizable HTTP requests with support for various methods, headers, and data formats, returning parsed responses automatically.1101ISC
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/reyesbho/mcp-moments'
If you have feedback or need assistance with the MCP directory API, please join our Discord server