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

WebsiteIQ

io.github.osbornventures/websiteiq

Robots-aware website audits, pre-crawl quotes, and structured evidence for people and agents.

Uptime
100.0%
1 direct probes · 30d
Response
187ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
0
available

Tools · 6

estimate_audit

Before audit crawling, reads robots.txt and a bounded same-host sitemap tree—including namespaced, WordPress, and Yoast-style indexes—then returns page scope plus standard and white-label USDC quotes.…

start_paid_audit

Starts the exact robots-aware whole-site scope represented by a current quoteId. If payment is absent, returns an x402 v2 PaymentRequired result. A compatible MCP client retries with _meta['x402/payme…

audit_url

Starts the free bounded, robots-compliant audit of one public HTTP(S) page. No account, email, or contact consent is required. One free audit is allowed per requester IP and per target website each da…

get_audit_status

Returns the privacy-filtered status of an audit. The access token returned by audit_url is required.

delete_audit

Deletes the retained request metadata, generated report, and delivery record.

list_checks

Returns the current public audit categories and scoring caveat.

Resources · 3

WebsiteIQ methodology https://websiteiq.xyz/methodology/
WebsiteIQBot policy https://websiteiq.xyz/crawler/
Audit check catalog https://websiteiq.xyz/api/checks/catalog

How to use

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

{
  "mcpServers": {
    "websiteiq": {
      "url": "https://websiteiq.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}