You're viewing a demo portfolio

Join the waitlist
PRSM

start_smtp_receiver

Active

Tool of EmailMCP

declared in 1.0.0

Start the SMTP server to receive forwarded corporate emails

Parameters schema

{
  "type": "object",
  "properties": {
    "port": {
      "type": "number",
      "default": 2525,
      "description": "Port to listen on (default: 2525)"
    },
    "enableThreading": {
      "type": "boolean",
      "default": true,
      "description": "Enable conversation threading"
    },
    "receivingDomains": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [],
      "description": "Domains to accept emails for (empty = accept all)"
    },
    "allowedForwarders": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [],
      "description": "IP addresses allowed to forward emails (empty = allow all)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →
start_smtp_receiver — EmailMCP — PRSM MCP