ABOVO MCP Server
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
Remote MCP Server
Connect any MCP-compatible AI client directly — no installation needed:
Transport: Streamable HTTP
URL: https://abovo.replit.app/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"abovo": {
"url": "https://abovo.replit.app/mcp"
}
}
}How It Works
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 to a group |
|
URL Patterns
URL | Description |
| All posts by that sender |
| Specific post |
| Group page (e.g. |
Group Moderation
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.
MCP Tools
publish_to_web
Publishes 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 page
Returns: The public URL of the published page.
get_abovo_info
Returns information about ABOVO.co capabilities, URL formats, groups, or use cases.
Query values: capabilities, url_format, groups, use_cases, about
Local stdio Installation (npm)
For running the MCP server locally via stdio (e.g. for offline use or SMTP relay):
npm install -g @seanfenlon/abovo-mcp-serverRequired environment variables:
Variable | Required | Description |
| Yes | SMTP username / email address |
| Yes | SMTP password or app password |
| No | SMTP hostname (default: |
| No | SMTP port (default: |
| No | From address (defaults to |
Links
Website: abovo.co
Developer docs: abovo.replit.app
MCP Registry: registry.modelcontextprotocol.io
Help: abovo.co/home/help