acs-email-mcp-server
Verified Safeby lukemurraynz
Overview
Provides an MCP server to enable AI agents to send advanced emails via Azure Communication Services.
Installation
func startEnvironment Variables
- ACS_ENDPOINT
- DEFAULT_SENDER_ADDRESS
Security Notes
The project demonstrates a strong focus on security in its architectural design, explicitly mentioning OAuth2/OpenID Connect, PKCE, Managed Identity, RBAC, API Management security policies, and Zero Trust principles in its documentation. It uses Azure Functions with a 'function' authentication level by default, and recommends managed identity for production. No 'eval', obfuscation, or hardcoded secrets were found in the provided code snippets. The `enableForwardingHttpRequest` and `enableHttpProxyingRequest` settings are standard for Azure Functions custom handlers but imply reliance on upstream security controls (like API Management, as documented in diagrams) for comprehensive protection.
Similar Servers
snippy
An AI-powered code snippet manager that integrates with GitHub Copilot via MCP, provides vector search for code, and uses AI agents for documentation and style guide generation.
postmark-mcp
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
outlook-mcp-server
AI-powered local email management for Microsoft Outlook, enabling search, composition, organization, and batch forwarding of emails using natural language commands.
mcp-server-acsemail
This server provides email sending capabilities using Azure Communication Services within a Model Context Protocol (MCP) framework.