← WebMCP Directory

Tool tree

palisade.email

Developer Tools
https://palisade.email/
Palisade is agentic DMARC software for IT teams and MSPs. Find every sender, fix SPF and DKIM, and reach p=reject with human-approved changes.
Explore capabilities

Tools verified

page: Every page

lookup_email_auth_recordsAnswer

Read the live DMARC, SPF, DKIM, MX, BIMI, NS or A records of any public domain from DNS, parsed. Use to check whether a domain publishes DMARC and at what policy, or what its SPF record authorizes. DKIM needs a selector.

View tool JSON
{
  "name": "lookup_email_auth_records",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read the live DMARC, SPF, DKIM, MX, BIMI, NS or A records of any public domain from DNS, parsed. Use to check whether a domain publishes DMARC and at what policy, or what its SPF record authorizes. DKIM needs a selector.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "The domain to look up, for example example.com"
      },
      "type": {
        "type": "string",
        "enum": [
          "dmarc",
          "spf",
          "dkim",
          "mx",
          "bimi",
          "ns",
          "a",
          "all"
        ],
        "description": "Which records to read. Defaults to all."
      },
      "selector": {
        "type": "string",
        "description": "DKIM selector, required when type is dkim"
      }
    },
    "required": [
      "domain"
    ]
  },
  "page": "/"
}
search_palisade_siteAnswer

Find Palisade guides, tools, comparisons and product pages by keyword. Returns up to 10 pages with their URL and a one-line description; append .md to a URL for its Markdown twin.

View tool JSON
{
  "name": "search_palisade_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find Palisade guides, tools, comparisons and product pages by keyword. Returns up to 10 pages with their URL and a one-line description; append .md to a URL for its Markdown twin.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Words to look for, for example spf permerror"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
get_palisade_pricingAnswer

Palisade's published plans and prices: the Free plan's limits, every IT-teams tier by monthly email volume with monthly and annual prices, how MSP and Enterprise pricing works, and where the full table lives.

View tool JSON
{
  "name": "get_palisade_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Palisade's published plans and prices: the Free plan's limits, every IT-teams tier by monthly email volume with monthly and annual prices, how MSP and Enterprise pricing works, and where the full table lives.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_palisade_agent_resourcesAnswer

Where to connect programmatically: the MCP server and its discovery document, the OpenAPI document, the authentication walkthrough, agent instructions and llms.txt.

View tool JSON
{
  "name": "get_palisade_agent_resources",
  "kind": "answer",
  "impl": "imperative",
  "description": "Where to connect programmatically: the MCP server and its discovery document, the OpenAPI document, the authentication walkthrough, agent instructions and llms.txt.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}