evo-mcp
If you are the rightful owner of evo-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Evolution API Supergateway is a gateway application designed to interface with the Evolution API, providing a server-sent events (SSE) endpoint for remote connections.
The MCP Evolution API Supergateway is a robust gateway application that facilitates seamless interaction with the Evolution API. It establishes an stdio MCP server as defined in `index.js` and exposes it as a server-sent events (SSE) endpoint. This setup is particularly beneficial for remote connections or integration with automation tools like n8n. The application is containerized using Docker, allowing for easy deployment and scalability. Users can clone the repository, build the Docker image, and run the container to start interfacing with the Evolution API. The application requires specific environment variables to be set, including the API key, instance identifier, and base URL for the Evolution API. Once running, the application can be accessed via a local URL, and its functionality can be tested using the Model Context Protocol Inspector.
Features
- Stdio MCP Server: Sets up a standard input/output MCP server as defined in `index.js`.
- SSE Endpoint: Exposes the server as a server-sent events endpoint for remote connections.
- Dockerized Deployment: Provides a Dockerfile for easy image building and container deployment.
- Environment Configuration: Requires specific environment variables for API interaction.
- Integration Ready: Ideal for integration with automation tools like n8n.