Discover MCP servers. Connect your agent.
Official Mailgun MCP server for email service API integration. Send emails, manage domains, retrieve delivery statistics, and access analytics through 30+ endpoints. Full Mailgun API coverage for transactional email, domain management, and delivery tracking. AI-powered email operations.
https://github.com/mailgun/mailgun-mcp-server
stdio
api_key
15 tools
emailmailguntransactionaldeliveryanalyticsofficial
Official Postmark MCP server for transactional email. Send emails with templates, track delivery statistics, manage email workflows, and access server configuration. AI-powered email testing and operations without writing code. Direct integration with Postmark email infrastructure.
https://github.com/ActiveCampaign/postmark-mcp-server
stdio
api_key
8 tools
emailpostmarktransactionaldeliverytemplatesofficial
Email sending via the Resend API. Send transactional emails, manage email templates, and handle notifications programmatically through MCP tools.
https://github.com/resendlabs/resend-mcp
stdio
api_key
3 tools
emailtransactionalnotifications
Registered 2026-02-17
MCP server for Twilio SendGrid email marketing and transactional email. Manage contact lists, create and edit templates, schedule single sends, and retrieve delivery statistics. Full access to SendGrid Marketing API for email campaign management through AI assistants.
https://github.com/Garoth/sendgrid-mcp
stdio
api_key
10 tools
emailsendgridmarketingtransactionalcampaignscontacts
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'