Skip to content

Conversation

ralph-tice
Copy link
Contributor

@ralph-tice ralph-tice commented Aug 12, 2025

Added a new server entry to the official MCP server list for the Paubox MCP Server. This entry introduces a MCP server enabling email sending functionality via Paubox's HITRUST certified Email API.

Description

Motivation and Context

Provide an MCP-native way to send email from LLM clients without exposing SMTP credentials.

Enable customers in regulated industries to send messages through a HITRUST CSF-certified email service.

Standardize email delivery workflows behind the MCP tool interface (sendEmail) so prompts/agents can reuse the same abstraction across clients.

How Has This Been Tested?

README previewed and checked for legibility.

Breaking Changes

None. This is an additive server entry in the list and does not modify existing server definitions or client configs.

Types of changes

  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines

Additional context

The server uses API key authentication and never persists message bodies or keys beyond the request lifecycle.

Rate limiting and delivery semantics follow the Paubox Email API; callers should handle transient failures with retries/backoff.

@olaservo olaservo added the add-official-server This pull request adds a link to an official integration. label Aug 13, 2025
@domdomegg domdomegg merged commit ff14ec9 into modelcontextprotocol:main Aug 17, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-official-server This pull request adds a link to an official integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants