Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

The Paubox MCP Server implements the Model Context Protocol so that AI assistants — including Claude, Claude Desktop, and any MCP-compatible client — can call Paubox capabilities as native tools. Agents can compose and send HIPAA-compliant email, check delivery status, retrieve form definitions, and submit form responses without leaving the AI workflow.
All email sent through the Paubox MCP Server is encrypted end-to-end and meets HIPAA requirements. Your API credentials are never exposed to the AI model itself — they are held by the MCP server process.

Use cases

  • AI-assisted patient communication — let a clinical AI draft and send encrypted appointment reminders or care instructions
  • Automated intake workflows — have an agent fetch a Paubox Form, collect answers in a conversation, and submit the response
  • Agentic pipelines — include email delivery and status checks as steps in a multi-agent orchestration

Available tools

ToolWhat it does
send_secure_emailSend a HIPAA-compliant email via Paubox Email API
check_email_statusCheck delivery status for a previously sent message
validate_credentialsVerify that the configured API key is valid
get_formRetrieve form metadata for a Paubox Form
submit_formSubmit a response to a Paubox Form

Quickstart

Connect the MCP server to Claude or Claude Desktop in minutes

Tools reference

Parameters, types, and example payloads for every tool

Authentication

Generate an API key and configure credentials

Email API

Learn more about the underlying Paubox Email API