← All WebMCP sites

webscore.now

Developer Toolshttps://webscore.now/listed as of 2026-08-08
WebScore is a free website scanner & checker — scan any site for SEO, performance, security and accessibility issues in 60 seconds, with step-by-step fixes.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

check_sslanswerimperative
Check a domain's HTTPS certificate: issuer, validity window, days until expiry, the hostnames it covers, the negotiated TLS version, and a letter grade with any problems found. Use this to answer whether a site's certificate is valid, who issued it, or when it expires.
Input schema
{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "The domain to check, e.g. example.com (a full URL is also accepted)."
    }
  },
  "required": [
    "domain"
  ]
}
check_email_authanswerimperative
Look up a domain's email authentication records — SPF, DKIM and DMARC — and report what is configured, what is missing, and how exposed the domain is to spoofing. Use this to answer whether a domain is protected against someone sending mail as it.
Input schema
{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "The domain to check, e.g. example.com (a full URL is also accepted)."
    }
  },
  "required": [
    "domain"
  ]
}
get_page_metadataanswerimperative
Fetch a web page and return the metadata a search engine or social network reads from it: title, meta description, canonical URL, Open Graph and Twitter card tags, and any JSON-LD structured data. Use this to inspect how a page will appear in search results or when shared as a link.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The full URL of the page to inspect, e.g. https://example.com/pricing"
    }
  },
  "required": [
    "url"
  ]
}
start_website_scanactimperative
Start a full WebScore audit of a website — Performance, SEO, Accessibility, Security and Best Practices — by opening the scan flow in this browser tab with the URL already filled in. The scan runs in the visitor's own WebScore account and takes about a minute; a free account is required, so this navigates to sign-in first if the visitor is signed out. Use this when someone wants a complete audit rather than one of the single checks above.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The website to audit, e.g. example.com or https://example.com"
    }
  },
  "required": [
    "url"
  ]
}
Listings are sourced from public community registries and shown as reported.