Installation & Configuration
{
"mcpServers": {
"email-sending-service": {
"name": "email-sending-service",
"version": "1.0.0",
"url": "http://localhost:8080/sse",
"env": {
"NOTIFY_API_KEY": "<your-notify-api-key>"
},
"tools": [
{
"name": "send-email",
"description": "Send an email using Notify",
"url": "http://localhost:8080/send-email",
"params": {
"to": "string",
"subject": "string",
"message": "string"
}
}
]
}
}
}Information
Transport
sse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15