← ewanmeit.com.au
INDIVIDUAL MCP TOOL
scan_website_security
Scan a website domain for email spoofing (SPF/DKIM/DMARC), SSL certificate and website security gaps.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ewanmeit-com-au]
url = "https://api.ewanmeit.com.au/mcp/ewanmeit-scans"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ewanmeit-com-au": {
"type": "http",
"url": "https://api.ewanmeit.com.au/mcp/ewanmeit-scans"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ewanmeit-com-au
Remote MCP URL: https://api.ewanmeit.com.au/mcp/ewanmeit-scans
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ewanmeit-com-au": {
"url": "https://api.ewanmeit.com.au/mcp/ewanmeit-scans"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ewanmeit-com-au": {
"type": "http",
"url": "https://api.ewanmeit.com.au/mcp/ewanmeit-scans"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ewanmeit-com-au",
"transport": "streamable-http",
"url": "https://api.ewanmeit.com.au/mcp/ewanmeit-scans"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_ai_search_readiness— Scan a website for AI-search and agent readiness: whether content is readable without JavaScript, structured data, AI-crawler access, llms.txt, sitemap and meta basics.