PO6 Mailbox
https://mcp.po6.comskills: {'id': 'list_mailboxes', 'name': 'list_mailboxes', 'description': 'List all mailboxes the API key has access to, with basic stats for each', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_mailbox_stats', 'name': 'get_mailbox_stats', 'description': 'Get detailed statistics for a specific mailbox including email counts, storage usage, and folder breakdown', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_emails', 'name': 'list_emails', 'description': 'List emails in a mailbox with optional filtering. Returns email metadata without full content.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_email', 'name': 'get_email', 'description': 'Get the full content of a specific email including body text, HTML, headers, and attachment metadata. To mark the email as read, use mark_email separately.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_emails', 'name': 'search_emails', 'description': 'Search emails across one or all accessible mailboxes using text search', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'mark_email', 'name': 'mark_email', 'description': 'Mark an email as read/unread or starred/unstarred', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'move_email', 'name': 'move_email', 'description': 'Move an email to a different folder', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_email', 'name': 'delete_email', 'description': 'Permanently delete an email. This action cannot be undone. Consider moving to trash first. Requires a two-step confirmation: first call returns a confirmation_token, second call with the token performs the deletion.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 248.3ms; conformance: pass
How to connect
https://mcp.po6.com
curl -X POST https://mcp.po6.com \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'