MCP server
Send email, look up public IP information, and convert files to Markdown through SendSoon.
6 stars36 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (3, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
ip_lookupLook up public IP geolocation and ISP info.
markitdown_convertConvert a local file to Markdown via SendSoon.
send_emailwrite actionSend one test email through SendSoon.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned; 13 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 25 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
What the publisher says
From the MCP repository's README, as published. We do not edit it. Read it on GitHub
SendSoon AI MCP
English | 简体中文 | 日本語
SendSoon MCP is a Model Context Protocol (MCP) server that lets Codex and Claude use SendSoon capabilities: send email, look up public IPs, and convert local documents to Markdown.
Configure it once, then describe tasks in natural language. You usually do not need to mention SendSoon in every prompt.
What you can do
Everyday examples
Send an email to user@example.com with the subject “Meeting reminder” and the body “The meeting starts at 3 PM today.”Look up the location and ISP for 8.8.8.8.Convert /path/to/report.pdf to Markdown and summarize the key points.If the agent does not select a tool automatically, say:
Use the sendsoon MCP to complete this task.Install in your AI client
The instructions below cover Codex and Claude Desktop.
Codex
Config file: user-level ~/.codex/config.toml (macOS / Linux) or %USERPROFILE%\.codex\config.toml (Windows).
[mcp_servers.sendsoon]
command = "npx"
args = ["-y", "@sendsoon/mcp"]
[mcp_servers.sendsoon.env]
SENDSOON_API_KEY = ""Verify: Save the file, restart Codex, and run /mcp in a chat. You should see sendsoon connected. In the desktop app, also check Settings > MCP servers.
First use: Start a new conversation and ask for a simple task (e.g. “Look up 8.8.8.8”). Approve the tool if Codex asks for permission.
Claude Desktop
Config file:
You can also open Settings > Developer > Edit Config inside Claude Desktop.
{
"mcpServers": {
"sendsoon": {
"command": "npx",
"args": ["-y", "@sendsoon/mcp"],
"env": {
"SENDSOON_API_KEY": ""
}
}
}
}Verify: Save the file, fully quit Claude Desktop (including the system tray), then relaunch. Start a new chat and confirm sendsoon tools appear in the tools menu or settings.
First use: Claude may ask to approve tool access on the first invocation; allow it to continue.
Prepare the configuration
Optional environment variable:
Never commit a real Key to Git or share it with anyone.
Get an API Key
- Sign up or sign in on the SendSoon registration page.
- Open Profile and generate a Key in the API Key section.
- Copy the one-time ssklive... Key immediately and enter it as SENDSOONAPIKEY in your MCP configuration.
- Save the configuration and restart your MCP client. Requests with a valid Key do not use the anonymous IP daily quota.
If the anonymous quota is exhausted, send_email will tell you to register and configure a Key. An invalid or revoked Key is rejected and does not fall back to the anonymous quota.
Try it in Google Colab
Skip local setup and try iplookup, markitdownconvert, and send_email in the browser.
The notebook calls the same SendSoon HTTP APIs used by these MCP tools.
Visual local testing (MCP Inspector)
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @sendsoon/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y @sendsoon/mcp
MCP: common questions
- Is MCP server safe?
- Mostly: it is graded B (80/100). Read the MCP safety report
- How do I install MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP need an API key?
- Yes. The registry entry asks for
SENDSOON_API_KEY. - Is MCP maintained?
- The last commit was 25 days ago (2026-08-27). The latest release is v0.3.8.
- What can I use instead of MCP?
- Servers from other publishers that do the same job: dead-letter MCP server, emailmd MCP server and Local MCP server. Compare all MCP alternatives.
Alternatives to MCP
Same job from other publishers: the closest match first, then the best rated.
- dead-letterConvert .eml email exports to clean Markdown for RAG, LLM pipelines, and local knowledge basesnot reviewedGrowingA
- emailmdRender markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.not reviewedEstablishedA
LocalLet ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.not reviewedEstablishedC- ClippyCopy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and filesnot reviewedGrowingA
- MCP EmailsNever-stored live email: read, send, organize, schedule and auto-triage Gmail or any IMAP mailbox.not reviewedGrowingA