Initial MCP server
An MCP (Model Context Protocol) server that provides access to the Apache PonyMail mailing list archive API.
| Tool | Description |
|---|---|
list_lists | Get an overview of all available mailing lists and message counts |
search_list | Search/browse a mailing list with filters (date, sender, subject, body, query) |
get_email | Fetch a specific email by ID with full body and attachments |
get_thread | Fetch the root message of a thread by thread ID |
get_mbox | Download mbox-formatted archive data for bulk export |
cd /Users/rcbowen/devel/ponymail-mcp npm install
ponymailnode/Users/rcbowen/devel/ponymail-mcp/index.js| Variable | Default | Description |
|---|---|---|
PONYMAIL_BASE_URL | https://lists.apache.org | Base URL of the PonyMail instance |
Once connected, you can ask things like: