provision_start
ActiveTool of EmailMCP
declared in 1.0.0
Phase 1: Create a cloud VPS with dedicated IP. Generates WireGuard config. Returns the IP and instructions to connect. Supports DigitalOcean, Vultr, Hetzner, OVH.
Parameters schema
{
"type": "object",
"required": [
"cloud_provider",
"cloud_api_key",
"service_domain"
],
"properties": {
"region": {
"type": "string",
"optional": true,
"description": "Cloud region (e.g. nyc1, ewr, nbg1, GRA11). Omit for default."
},
"cloud_api_key": {
"type": "string",
"description": "Cloud provider API key"
},
"cloud_provider": {
"enum": [
"digitalocean",
"vultr",
"hetzner",
"ovh"
],
"type": "string",
"description": "Cloud provider"
},
"service_domain": {
"type": "string",
"description": "Domain you own for the email service (e.g. emailrelay.xyz). NS will point here."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries