What you can build with it
Healthcare teams use the Paubox MCP Server to:- Draft and send encrypted appointment reminders, follow-ups, and care instructions from inside a clinical AI assistant
- Run an intake conversation that fetches a Paubox Form, collects answers, and submits the response without copying data between tools
- Add email delivery and status checks to multi-step agent workflows that span scheduling, billing, or patient outreach
Available tools
| Tool | What it does |
|---|---|
send_secure_email | Send a HIPAA compliant email through the Paubox Email API |
check_email_status | Check delivery status for a previously sent message |
validate_credentials | Verify that the configured API key is valid |
get_form | Retrieve metadata for a Paubox Form |
submit_form | Submit a response to a Paubox Form |
Compatible clients
Any client that follows the MCP specification can connect to the Paubox MCP Server, including:- Claude (via Settings > Integrations on claude.ai)
- Claude Desktop
- Cursor, Windsurf, and other MCP-aware IDEs
- Custom agents and scripts built on the MCP specification
- HTTP at
https://mcp.paubox.com: authenticate via the OAuth connector form, or setx-paubox-api-keyandx-paubox-api-userheaders - stdio via
npx @paubox/mcp@latestwithPAUBOX_API_KEYandPAUBOX_API_USERin the environment
How it handles HIPAA and credentials
Email sent through the Paubox MCP Server is encrypted by the Paubox Email API, the same HIPAA compliant transactional email service that Paubox provides to healthcare developers. Messages count against your Email API plan and appear in your Paubox dashboard alongside the rest of your API traffic. Your API key is held by the MCP server process. It is not sent to the AI model and does not appear in tool calls or model context.Get started
Quickstart
Connect Claude, Claude Desktop, or any MCP client.
MCP tools
See parameters and responses for every tool.
Authentication
Generate a Paubox Email API key and configure credentials.
Email API
Learn more about the underlying Paubox Email API
FAQs
What is the Paubox MCP Server?
What is the Paubox MCP Server?
It is a Model Context Protocol server hosted at
https://mcp.paubox.com that gives AI assistants access to the Paubox Email API and Paubox Forms. Agents can send HIPAA compliant email and submit secure intake forms as native tool calls.Does it work with Claude?
Does it work with Claude?
Yes. Connect through Settings > Integrations on claude.ai, or add the server to
claude_desktop_config.json for Claude Desktop. The Quickstart covers both setups.Does the Paubox MCP Server require a separate plan?
Does the Paubox MCP Server require a separate plan?
No. It uses your existing Paubox Email API account. The Email API free tier covers 300 emails per month.
Is the API key ever shared with the AI model
Is the API key ever shared with the AI model
Which transports does the server support?
Which transports does the server support?
HTTP at
https://mcp.paubox.com, and stdio via the @paubox/mcp npm package.Community & support
Q&A
Ask usage questions in GitHub Discussions.
Ideas
Propose features and improvements.
Bug reports
File reproducible bugs on GitHub Issues.