Skip to main content
Glama

Email MCP Server

by TimeCyber

test_email_connection

Verify email server connectivity by testing SMTP (send), IMAP (receive), or both protocols to ensure proper email account management and communication.

Instructions

测试邮箱服务器连接

Input Schema

NameRequiredDescriptionDefault
testTypeNo测试类型:smtp(发送)、imap(接收)或both(全部)

Input Schema (JSON Schema)

{ "properties": { "testType": { "description": "测试类型:smtp(发送)、imap(接收)或both(全部)", "enum": [ "smtp", "imap", "both" ], "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TimeCyber/email-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server