Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SimplyScan

io.simplyscan/simplyscan

Security, SEO and AI-visibility scanner for web apps · free scans and focused checks via MCP.

Uptime
100.0%
2 direct probes · 30d
Response
5079ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

scan_website

Run a free SimplyScan security & speed scan of a deployed web app URL. Returns a 0-100 score and findings (exposed secrets, missing Supabase RLS, frontend leaks, speed issues). Best for apps built wit…

check_security_headers

Grade a URL's HTTP security headers (CSP, HSTS, X-Frame-Options, Referrer-Policy, Permissions-Policy, COOP, COEP) A-F.

check_ai_visibility

AEO check: whether AI answer engines (ChatGPT/GPTBot, Claude, Perplexity, Google-Extended, etc.) can crawl and cite the site, plus llms.txt and structured-data signals.

check_seo

On-page SEO audit of a URL: title, meta description, H1, canonical, indexability, Open Graph, structured data, image alt coverage, sitemap. Returns an A-F grade.

check_ssl

Inspect a domain's SSL/TLS certificate: issuer, expiry, protocol, and flags for expiring/self-signed/mismatched certs.

check_email_security

Check a domain's email authentication: SPF, DKIM (common selectors), and DMARC policy. Flags spoofable domains.

check_exposed_files

Probe a site for accidentally exposed high-risk files (.env, .git/config, backups, etc.). Reports HTTP status only, never file contents.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "simplyscan": {
      "url": "https://api.simplyscan.io/mcp",
      "transport": "streamable-http"
    }
  }
}