MCP Server
MCP
ABOVO.co — Email-to-Web Publishing
Publish content to the web by emailing [email protected]. No API key, no signup. SMTP is the API.
Install
mcpb:https://github.com/seanfenlon/abovo-mcp-server/releases/download/v1.1.1/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/seanfenlon/abovo-mcp-server/releases/download/v1.1.1/abovo-mcp-server-1.1.1.mcpb",
"version": "1.1.1",
"fileSha256": "06865bc4d1e837dbc15e5c03ea242364c1e27bcb61f230c8d9ad547c5a03863c",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SMTP username / sending email address",
"isRequired": true,
"name": "ABOVO_SMTP_USER"
},
{
"description": "SMTP password or app password",
"isRequired": true,
"isSecret": true,
"name": "ABOVO_SMTP_PASS"
},
{
"description": "SMTP hostname (default: smtp.gmail.com)",
"name": "ABOVO_SMTP_HOST"
},
{
"description": "SMTP port (default: 587)",
"name": "ABOVO_SMTP_PORT"
},
{
"description": "From address (defaults to ABOVO_SMTP_USER)",
"name": "ABOVO_SENDER_EMAIL"
}
]
}
]
}
mcp
model-context-protocol
mcpb
By
Comments
Sign in to leave a comment