|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "community.palisade-dmarc-agent", |
| 4 | + "name": "Palisade DMARC Agent", |
| 5 | + "alias": "palisade", |
| 6 | + "description": "Manage DMARC, SPF, DKIM, BIMI, MTA-STS, DNS records, and email-authentication tasks through Palisade.", |
| 7 | + "logo": "https://github.com/palisadeemail.png", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "security" |
| 11 | + ], |
| 12 | + "tags": [ |
| 13 | + "dmarc", |
| 14 | + "email-security", |
| 15 | + "spf", |
| 16 | + "dkim", |
| 17 | + "bimi", |
| 18 | + "dns" |
| 19 | + ], |
| 20 | + "transport": { |
| 21 | + "type": "http", |
| 22 | + "url": "https://api.palisade.email/mcp", |
| 23 | + "headers": { |
| 24 | + "Authorization": "Bearer ${input:PALISADE_API_KEY}" |
| 25 | + }, |
| 26 | + "metadata": { |
| 27 | + "inputs": [ |
| 28 | + { |
| 29 | + "id": "PALISADE_API_KEY", |
| 30 | + "label": "Palisade API Key", |
| 31 | + "type": "text", |
| 32 | + "required": true, |
| 33 | + "secret": true, |
| 34 | + "description": "API key used to authenticate your Palisade account.", |
| 35 | + "placeholder": "Paste your Palisade API key", |
| 36 | + "obtain": { |
| 37 | + "url": "https://app.palisade.email/admin/api-keys", |
| 38 | + "instructions": "1. Sign in to Palisade\n2. Open API Keys\n3. Create or copy an API key\n4. Paste it here", |
| 39 | + "button_label": "Get API Key" |
| 40 | + } |
| 41 | + } |
| 42 | + ] |
| 43 | + } |
| 44 | + }, |
| 45 | + "auth": { |
| 46 | + "type": "api_key", |
| 47 | + "instructions": "Create a Palisade API key in the Palisade dashboard." |
| 48 | + }, |
| 49 | + "contributor": { |
| 50 | + "name": "Palisade", |
| 51 | + "github": "palisadeemail", |
| 52 | + "url": "https://www.palisade.email/mcp" |
| 53 | + }, |
| 54 | + "links": { |
| 55 | + "repository": "https://github.com/palisadeemail/palisade-mcp", |
| 56 | + "homepage": "https://www.palisade.email/mcp", |
| 57 | + "documentation": "https://developer.palisade.email/docs/guide" |
| 58 | + }, |
| 59 | + "platforms": [ |
| 60 | + "all" |
| 61 | + ], |
| 62 | + "capabilities": { |
| 63 | + "tools": true, |
| 64 | + "resources": false, |
| 65 | + "prompts": false, |
| 66 | + "read_only_mode": false |
| 67 | + } |
| 68 | +} |
0 commit comments