You're viewing a demo portfolio

Join the waitlist
PRSM

set_catch_all

Active

Tool of run.domani/domani

declared in 1.0.0

Route any email sent to an unmatched address on a domain into a designated mailbox. Anything that does not match a mailbox, subaddress, or alias lands in the catch-all. The mailbox must already exist on the domain. API: PUT /api/domains/{domain}/email/catch-all.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "mailbox"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain to set the catch-all on, e.g. mysite.com"
    },
    "mailbox": {
      "type": "string",
      "description": "Catch-all mailbox - a bare slug ('inbox') or full address ('inbox@mysite.com') on this domain"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
set_catch_all — run.domani/domani — PRSM MCP