---
title: "palisade"
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."
canonical: https://agentpluginsdirectory.com/plugins/palisade
last-updated: 2026-09-12
---

# palisade
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.
- Slug: palisade
- Publisher: Palisade
- Repository: https://github.com/palisadeemail/palisade-mcp
- Manifest: plugin.json
- Version: 0.2.2
- License: MIT
- Category (editorial): other
- Skills: 1 (palisade)
- MCP servers: 1 (palisade)
- Stars: 0
- Repository created: 2026-08-14
- Repository last pushed: 2026-09-11
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/palisade
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What palisade does, in the publisher's words

Connect an MCP client to the Palisade Email Authentication MCP, which monitors and manages SPF, DKIM, DMARC, MTA-STS, and BIMI for your domains.

Palisade's MCP server is remote (Streamable HTTP at https://api.palisade.email/mcp). This package is a thin local bridge for stdio-based clients, using mcp-remote under the hood. It signs you in through Palisade's public OAuth client: the browser opens, you pick an organization, and the bridge holds a token scoped to it and to your role. There is no API key to create and nothing to configure.

Claude Code speaks Streamable HTTP itself, so it does not need the bridge. It signs in with the same client, on a fixed callback port:

- PALISADE_MCP_URL: override the server URL (defaults to https://api.palisade.email/mcp).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/palisadeemail/palisade-mcp/HEAD/README.md

## MCP servers

- palisade: transport: stdio; command: npx -y @palisadeemail/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
