Server Details
An MCP server that provides email capabilities, hosted on Alpic platform
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- neil-ac/node-email-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
2 toolsgreetInspect
A simple greeting tool
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name to greet |
send_emailInspect
Send emails via Resend API. Provide html_content and/or text_content.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Custom tags as key/value pairs | |
| subject | Yes | Email subject line | |
| reply_to | No | Reply-to email address(es) | |
| cc_emails | No | CC recipients | |
| to_emails | Yes | List of recipient email addresses (max 50) | |
| bcc_emails | No | BCC recipients | |
| attachments | No | Attachments (max 40MB total) | |
| html_content | No | HTML content of the email | |
| scheduled_at | No | Schedule email for later (natural language or ISO 8601) | |
| sender_email | Yes | Sender email address, verified in Resend | |
| text_content | No | Plain text version of the email |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.