Install
$ agentstack add mcp-mailpace-mailpace-mcp ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MailPace MCP (Model Context Protocol) Server
[](https://smithery.ai/server/@mailpace/mailpace-mcp)
MailPace MCP (Model Context Protocol) Server is an MCP server implementation that allows sending emails over MailPace's fast transactional email API.
Features
- Send email over the MailPace Transactional Email API
Tool
send-email
Sends an email to one or more recipients.
Inputs
- Email with fields shown in MailPace documentation: https://docs.mailpace.com/reference/send/
Usage
Installing via Smithery
To install MailPace MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mailpace/mailpace-mcp --client claude
Domain and Token
- Create an organization and domain at https://app.mailpace.com
- Copy your domain API token
- Start the MCP with the
MAILPACE_API_TOKENenv set, or pass it to the server with the--tokenargument
Build and run
npm run build npm run start
Contributing
We welcome contributions to the MailPace MCP Server. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Create a pull request with a detailed description of your changes.
License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
Contact
For any questions or support, please contact us at support@mailpace.com
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mailpace
- Source: mailpace/mailpace-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.