palisade
v0.2.2Inspect and fix email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) with Palisade: the MCP server as a stdio bridge, and a skill saying when and how to use it.
By PalisadeLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/palisadeemail/palisade-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/palisade/SKILL.md
Included Skills1
Inspect and fix email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) with Palisade. When to use: a domain's mail is being rejected or spoofed, a DMARC record needs writing or moving to p=reject, DMARC reports need reading, or an IT team or MSP wants ongoing monitoring across many domains. Not for sending or receiving email, and not the Palisade Identity wallet product.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "palisade",
"version": "0.2.2",
"description": "Inspect and fix email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) with Palisade: the MCP server as a stdio bridge, and a skill saying when and how to use it.",
"author": {
"name": "Palisade",
"email": "[email protected]",
"url": "https://www.palisade.email"
},
"homepage": "https://www.palisade.email/mcp",
"repository": "https://github.com/palisadeemail/palisade-mcp",
"license": "MIT",
"keywords": [
"mcp",
"dmarc",
"spf",
"dkim",
"email-authentication",
"dns",
"email-security"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[palisade on Agent Plugins Marketplace](https://pluginsmp.com/plugins/palisade)