MCP Server
MCP
io.github.dmarc-examiner/mcp
Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export.
Install
npx -y @dmarc-examiner/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.dmarc-examiner.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@dmarc-examiner/mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the remote endpoint the bridge connects to. Defaults to https://mcp.dmarc-examiner.com/mcp; only needed for self-hosted or staging deployments.",
"format": "string",
"name": "DMARC_EXAMINER_MCP_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment