Publish content to the web by emailing POST@abovo.co. No API key, no signup. SMTP is the API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-seanfenlon-abovo-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Publish any content to a permanent public web page by sending an email.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
MCP Security Weekly
Get CVE alerts and security updates for io.github.seanfenlon/abovo-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Publish any content to a permanent public web page by sending an email.
No API key. No signup. No authentication required. SMTP is the API.
US Patent No. 10,404,634 — Abovo42 Corporation — Founder: Sean P. Fenlon
Connect any MCP-compatible AI client directly — no installation needed:
Transport: Streamable HTTP
URL: https://abovo.replit.app/mcp
claude_desktop_config.json){
"mcpServers": {
"abovo": {
"url": "https://abovo.replit.app/mcp"
}
}
}
Send any email to POST@abovo.co and it instantly becomes a public web page. ABOVO replies with your permanent URL within seconds.
| Action | Email To |
|---|---|
| Publish to personal page | POST@abovo.co |
| Post to a group | [groupname]@abovo.co |
| URL | Description |
|---|---|
https://www.abovo.co/{sender-email} | All posts by that sender |
https://www.abovo.co/{sender-email}/{post-id} | Specific post |
https://{groupname}.abovo.co | Group page (e.g. jazz.abovo.co) |
When you send the first email to a new [groupname]@abovo.co, ABOVO sends you a confirmation email. Click "I accept" to activate the group — you become the moderator. Until confirmed, the group does not appear on ABOVO.co.
publish_to_webPublishes content to ABOVO.co by sending an email via SMTP.
Parameters:
subject (required) — page titlebody (required) — page content (plain text or HTML)group (optional) — post to a group instead of personal pageReturns: The public URL of the published page.
get_abovo_infoReturns information about ABOVO.co capabilities, URL formats, groups, or use cases.
Query values: capabilities, url_format, groups, use_cases, about
For running the MCP server locally via stdio (e.g. for offline use or SMTP relay):
npm install -g @seanfenlon/abovo-mcp-server
Required environment variables:
| Variable | Required | Description |
|---|---|---|
ABOVO_SMTP_USER | Yes | SMTP username / email address |
ABOVO_SMTP_PASS | Yes | SMTP password or app password |
ABOVO_SMTP_HOST | No | SMTP hostname (default: smtp.gmail.com) |
ABOVO_SMTP_PORT | No | SMTP port (default: 587) |
ABOVO_SENDER_EMAIL | No | From address (defaults to ABOVO_SMTP_USER) |