Skip to main content
Glama

MCP Evolution API

by aiteks-ltda
smithery.yaml596 B
# smithery.yaml startCommand: type: stdio configSchema: type: object properties: EVOLUTION_API_URL: type: string description: "URL of the Evolution API" EVOLUTION_API_KEY: type: string description: "API Key for Evolution API" required: ["EVOLUTION_API_URL", "EVOLUTION_API_KEY"] commandFunction: |- (config) => ({ command: "bun", args: [ "run", "dist/main.js" ], env: { EVOLUTION_API_URL: config.EVOLUTION_API_URL, EVOLUTION_API_KEY: config.EVOLUTION_API_KEY } })

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/aiteks-ltda/mcp-evolution-whatsapp-api'

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