mcp for VS Code
io.github.dmarc-examiner/mcp
Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export.
client:VS Code
transport:streamable-http
runtime:npm
tools:21
Install mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.dmarc-examiner.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- list_domains
- get_domain
- check_dmarc
- create_domain
- verify_domain
- delete_domain
- list_reports
- get_report
- get_report_statistics
- export_report_csv
- list_alerts
- dismiss_alert
- list_forensic_reports
- get_forensic_report
- get_forensic_reports_statistics
- get_forensic_reports_summary
- list_webhooks
- create_webhook
- update_webhook
- delete_webhook
- test_webhook