ABOVO MCP Server
Simple and free publishing of content on the web for AI Agents
README
<!-- mcp-name: io.github.seanfenlon/abovo-mcp-server -->
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/mcp
Claude 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@abovo.co |
| Post to a group | [groupname]@abovo.co |
URL Patterns
| 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) |
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-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) |
Links
- Website: abovo.co
- Developer docs: abovo.replit.app
- MCP Registry: registry.modelcontextprotocol.io
- Help: abovo.co/home/help
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.