Security & Testing
simplyscan.io
Audits web app URLs for security, SSL, SEO, and AI visibility.
ENDPOINT 1
https://api.simplyscan.io/mcp
MCP server metadata
- Name
- simplyscan
- Version
- 1.0.0
SimplyScan scans web apps (especially AI/vibe-coded ones) for security, SEO, and AI-visibility issues. Use scan_website for a full free scan of a deployed URL, or the check_* tools for focused checks.
Known tools 7
scan_websiteRun a free SimplyScan security & speed scan of a deployed web app URL.
Inferred read-onlycheck_security_headersGrade a URL's HTTP security headers (CSP, HSTS, X-Frame-Options, Referrer-Policy, Permissions-Policy, COOP, COEP) A-F.
Inferred read-onlycheck_ai_visibilityAEO check: whether AI answer engines (ChatGPT/GPTBot, Claude, Perplexity, Google-Extended, etc.
Inferred read-onlycheck_seoOn-page SEO audit of a URL: title, meta description, H1, canonical, indexability, Open Graph, structured data, image alt coverage, sitemap.
Inferred read-onlycheck_sslInspect a domain's SSL/TLS certificate: issuer, expiry, protocol, and flags for expiring/self-signed/mismatched certs.
Inferred read-onlycheck_email_securityCheck a domain's email authentication: SPF, DKIM (common selectors), and DMARC policy.
Potential side effectsCONNECT 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.simplyscan]
url = "https://api.simplyscan.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"simplyscan": {
"type": "http",
"url": "https://api.simplyscan.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: simplyscan
Remote MCP URL: https://api.simplyscan.io/mcp
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": {
"simplyscan": {
"url": "https://api.simplyscan.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"simplyscan": {
"type": "http",
"url": "https://api.simplyscan.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "simplyscan",
"transport": "streamable-http",
"url": "https://api.simplyscan.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.