You're viewing a demo portfolio

Join the waitlist
PRSM

provision_start

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →