CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

ABOVO.co — Email-to-Web Publishing

seanfenlon/abovo-mcp-server
HTTPregistry active
Summary

Turns SMTP into a publishing platform by letting Claude send emails to POST@abovo.co and get back permanent web URLs. The publish_to_web tool takes a subject and body, optionally posts to a named group instead of your personal page, and returns the live link. No API keys or auth dance, just standard email. You'd use this when you want to publish something immediately without spinning up hosting or touching a CMS. Personal posts go to abovo.co/your-email, groups get their own subdomains. Runs as a remote server over streamable HTTP or locally via stdio if you want to route through your own SMTP relay.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

ActionEmail To
Publish to personal pagePOST@abovo.co
Post to a group[groupname]@abovo.co

URL Patterns

URLDescription
https://www.abovo.co/{sender-email}All posts by that sender
https://www.abovo.co/{sender-email}/{post-id}Specific post
https://{groupname}.abovo.coGroup 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 title
  • body (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:

VariableRequiredDescription
ABOVO_SMTP_USERYesSMTP username / email address
ABOVO_SMTP_PASSYesSMTP password or app password
ABOVO_SMTP_HOSTNoSMTP hostname (default: smtp.gmail.com)
ABOVO_SMTP_PORTNoSMTP port (default: 587)
ABOVO_SENDER_EMAILNoFrom 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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMar 12, 2026
View on GitHub