A Model Context Protocol server for email
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-shy2593666979-mcp-server-email","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# MCP Email Server A Model Context Protocol server that provides email functionality. This server enables LLMs to compose and send emails, as well as search for attachments within specified directories.   ## Features - Send emails with multiple recipients - Support for email attachments - Search for files in directories based on pattern matching - Secure email transmission using SMTP ### Available Tools - `send_email` - Sends emails based on the provided subject, body, and receiver. - `receiver` (array of strings, required): List of recipient email addresses - `body` (string, required): The main content of the email - `subject` (string, required): The subject line of the email - `attachments` (array of strings or string, optional): Email attachments (filenames) - `search_attachments` - Searches for files in a specified directory that match a given pattern. - `pattern` (string, required): The text pattern to search for in file names ### Prompts - **send_email** - Send an email with optional attachments - Arguments: - `receiver` (required): The list of recipient email addresses - `body` (required): The main content of the email - `subject` (required): The subject line of the email - `attachments` (optional): Email attachments - **search_attachments** - Search for files matching a pattern - Arguments: - `pattern` (required): The text pattern to search for in file names ## Installation ### Using pip Install the required dependencies: ```bash pip install pydantic python-dotenv ``` ### Email Configuration An `email.json` file with SMTP server configurations: ```json [ { "domain": "@gmail.com", "server": "smtp.gmail.com", "port": 587 }, { "domain": "@outlook.com", "server": "smtp.office365.com", "…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.