Agent Tools
Back to MCP servers

PO6 Mailbox

https://mcp.po6.com
● healthy

skills: {'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

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcp.po6.com
JSON-RPC initialize probe
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":{}}'
Homepage
https://mcp.po6.com
Listed at (chiark)
https://chiark.ai/agents/a1c70c50-e93f-415a-9195-e01bf54383c5