From 6e719dcd685edad57c4dee0c3803857c2adf6121 Mon Sep 17 00:00:00 2001 From: sampalisade Date: Sat, 15 Aug 2026 11:56:39 -0400 Subject: [PATCH 1/2] Add community.palisade-dmarc-agent Signed-off-by: sampalisade --- servers/community.palisade-dmarc-agent.json | 68 +++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 servers/community.palisade-dmarc-agent.json diff --git a/servers/community.palisade-dmarc-agent.json b/servers/community.palisade-dmarc-agent.json new file mode 100644 index 0000000..218e219 --- /dev/null +++ b/servers/community.palisade-dmarc-agent.json @@ -0,0 +1,68 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.palisade-dmarc-agent", + "name": "Palisade DMARC Agent", + "alias": "palisade", + "description": "Manage DMARC, SPF, DKIM, BIMI, MTA-STS, DNS records, and email-authentication tasks through Palisade.", + "logo": "https://github.com/palisadeemail.png", + "schema_version": "2.1", + "categories": [ + "security" + ], + "tags": [ + "dmarc", + "email-security", + "spf", + "dkim", + "bimi", + "dns" + ], + "transport": { + "type": "http", + "url": "https://api.palisade.email/mcp", + "headers": { + "Authorization": "Bearer ${input:PALISADE_API_KEY}" + }, + "metadata": { + "inputs": [ + { + "id": "PALISADE_API_KEY", + "label": "Palisade API Key", + "type": "text", + "required": true, + "secret": true, + "description": "API key used to authenticate your Palisade account.", + "placeholder": "Paste your Palisade API key", + "obtain": { + "url": "https://app.palisade.email/admin/api-keys", + "instructions": "1. Sign in to Palisade\n2. Open API Keys\n3. Create or copy an API key\n4. Paste it here", + "button_label": "Get API Key" + } + } + ] + } + }, + "auth": { + "type": "api_key", + "instructions": "Create a Palisade API key in the Palisade dashboard." + }, + "contributor": { + "name": "Palisade", + "github": "palisadeemail", + "url": "https://palisade.email" + }, + "links": { + "repository": "https://github.com/palisadeemail/palisade-mcp", + "homepage": "https://palisade.email", + "documentation": "https://developer.palisade.email/docs/guide" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +} From b2e2682296dedd7d9be423c601259561fd99e044 Mon Sep 17 00:00:00 2001 From: sampalisade Date: Fri, 21 Aug 2026 15:34:57 -0400 Subject: [PATCH 2/2] Use Palisade MCP canonical homepage --- servers/community.palisade-dmarc-agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/community.palisade-dmarc-agent.json b/servers/community.palisade-dmarc-agent.json index 218e219..62fc9ce 100644 --- a/servers/community.palisade-dmarc-agent.json +++ b/servers/community.palisade-dmarc-agent.json @@ -49,11 +49,11 @@ "contributor": { "name": "Palisade", "github": "palisadeemail", - "url": "https://palisade.email" + "url": "https://www.palisade.email/mcp" }, "links": { "repository": "https://github.com/palisadeemail/palisade-mcp", - "homepage": "https://palisade.email", + "homepage": "https://www.palisade.email/mcp", "documentation": "https://developer.palisade.email/docs/guide" }, "platforms": [