MCP Evolution API Supergateway
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 Evolution API Supergatewaysend a WhatsApp text 'Hello' to +15551234567"
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 Evolution API Supergateway
MCP Evo Supergateway is gateway application to interface with the Evolution API.
It sets up an stdio MCP server defined in index.js and exposes it as a server-sent events (SSE) endpoint, making it ideal for remote connections or integration with tools like n8n.
Getting Started
To get started, first clone this repository:
git clone https://github.com/brunonuzzi/evo-mcp.git
cd mcp-evo-supergatewayRelated MCP server: MCP HTTP Proxy
Building the Docker Image
To build the Docker image for this repository, run the following command:
docker build --pull --rm -f 'Dockerfile' -t 'mcp-evo-supergateway:latest' '.'Running the Docker Container
To run the Docker container, use the following command:
docker run -it --rm -p 8000:8000 mcp-evo-supergateway:latestEnvironment Variables
The application requires the following environment variables to be set:
EVOLUTION_APIKEY=: Your API key for the Evolution service.EVOLUTION_INSTANCE=: The instance identifier for the Evolution service.EVOLUTION_API_BASE=: The base URL for the Evolution API.
Accessing the MCP SSE Server
Once the container is running, you can access the application at:
http://localhost:8000/sseTesting the Application
To test the application, run the following command:
npx @modelcontextprotocol/inspectorThen connect to:
http://localhost:8000/sseThis 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
- AlicenseAqualityCmaintenanceEnables interaction with remote MCP servers using SSE transport instead of STDIO for enhanced communication capabilities.12,698PythonMIT
- Alicense-qualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.16MIT
- Alicense-qualityDmaintenanceAn experimental MCP server demonstrating remote calls via FastAPI, supporting ping-pong commands through API endpoints and SSE transport.2MIT
- Flicense-qualityCmaintenanceExposes a local MCP server via ngrok with SSE and Streamable HTTP transports for use in Kiro Web.
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
A basic MCP server to operate on the Postman API.
MCP server wrapping the Tesla Fleet API and TeslaMate API
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/brunonuzzi/evo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server