DeveloperWebMCP verified
readmbox.com WebMCP tools
Open MBOX files in your browser with no software to install. Read Google Takeout and Thunderbird exports, search by sender, subject or date, and export to CSV, Excel, PDF or EML. Your mail never…
DeveloperWebMCP verified
Open MBOX files in your browser with no software to install. Read Google Takeout and Thunderbird exports, search by sender, subject or date, and export to CSV, Excel, PDF or EML. Your mail never…
Open MBOX files in your browser with no software to install. Read Google Takeout and Thunderbird exports, search by sender, subject or date, and export to CSV, Excel, PDF or EML. Your mail never… This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Report whether an MBOX file is open in this tab and what is in it: message count, date span, how many messages the current filters match, and whether the mailbox is fully readable. Call this first.
Open the readmbox.com website and ask your browser agent to use get_mailbox_statusInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_mailbox_status tool on readmbox.com. Return the structured result and cite the source page.List messages currently shown in the reader, newest-first or in whatever order the page is sorted by. Returns index, date, sender and subject only. Cheap at any mailbox size. Use read_message for the body.
Open the readmbox.com website and ask your browser agent to use list_messagesInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the list_messages tool on readmbox.com with offset: <integer>, limit: <integer>. Return the structured result and cite the source page.offset integer Start position in the current view. Default 0.limit integer How many to return, up to 50. Default 25.Read one message in full: headers, plain-text body, and the names and sizes of its attachments. Attachment contents are not available. Use an index from list_messages or scan_messages.
Open the readmbox.com website and ask your browser agent to use read_messageInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the read_message tool on readmbox.com with index: <integer>. Return the structured result and cite the source page.index integer Message index within the mailbox.Narrow the reader to a date range and/or change the sort order. Works instantly on any mailbox size because dates are already indexed. Updates what the person sees on screen. Does not do text search — that is scan_messages.
Open the readmbox.com website and ask your browser agent to use filter_by_dateInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the filter_by_date tool on readmbox.com with from: <string>, to: <string>, sort_by: <string>. Return the structured result and cite the source page.from string Earliest date, YYYY-MM-DD. Omit for no lower bound.to string Latest date, YYYY-MM-DD. Omit for no upper bound.sort_by string Sort order for the list.Remove every filter — text query, date range, attachment toggle — and return the reader to the whole mailbox in file order.
Open the readmbox.com website and ask your browser agent to use clear_filtersInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the clear_filters tool on readmbox.com. Return the structured result and cite the source page.Search subjects and senders for text, and/or find messages with attachments, optionally within a date range. This reads each message from disk, so it works in bounded passes: if the result says done=false, call again with the returned cursor to continue from where it stopped. Results are reported but do not change what is on screen.
Open the readmbox.com website and ask your browser agent to use scan_messagesInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the scan_messages tool on readmbox.com with query: <string>, from: <string>, to: <string>, has_attachment: <boolean>, cursor: <integer>. Return the structured result and cite the source page.query string Text to look for in subject or sender. Case-insensitive.from string Earliest date, YYYY-MM-DD.to string Latest date, YYYY-MM-DD.has_attachment boolean Only messages carrying an attachment.cursor integer Resume position from a previous call. Omit to start at the beginning.