{"name":"io.github.ZadenGG/x402-zadenworks","slug":"zadengg-x402-zadenworks","title":"ZadenWorks","description":"Read, screenshot, diff, verify and audit any URL: SEO, links, sitemaps, schema, a11y.","url":"https://mcp.market/server/zadengg-x402-zadenworks","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"seo","tags":["seo"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T23:00:53.318Z","last_ok_at":"2026-09-19T23:00:53.318Z","latency_ms":308},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://x402-zadenworks.zaden-gaming.workers.dev/","version":"2.1.0","remotes":[{"type":"streamable-http","url":"https://x402-zadenworks.zaden-gaming.workers.dev/mcp"}],"packages":[],"tools":[{"name":"audit_seo","description":"Audit the on-page SEO fundamentals search engines and social platforms actually read: title and meta-description length, canonical tag, Open Graph and Twitter Card tags, heading structure, robots directives, viewport, and whether robots.txt and sitemap.xml exist. Returns a prioritised plain-English issue list and a 0-100 score per URL. Takes up to 10 URLs in one call, so competitors can be audited alongside your own page. No browser is used, so it is fast. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"urls":{"type":"array","items":{"type":"string"},"description":"Public http/https URLs to audit (max 10)"},"checkRobotsAndSitemap":{"type":"boolean","default":true,"description":"Also HEAD-check /robots.txt and /sitemap.xml at each site root"},"titleLengthRange":{"type":"object","properties":{"min":{"type":"integer"},"max":{"type":"integer"}},"description":"Ideal title length window (default 30-60)"},"descriptionLengthRange":{"type":"object","properties":{"min":{"type":"integer"},"max":{"type":"integer"}},"description":"Ideal meta-description length window (default 70-160)"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["urls"]}},{"name":"audit_site_health","description":"Run a COMPLETE health check on a page behind a single payment, and the tool to reach for when someone asks 'is this page any good?' rather than one narrow question. Covers on-page SEO and meta tags, JSON-LD structured data and social preview tags, and WCAG accessibility -- optionally plus broken links and robots.txt/sitemap crawlability. Returns one overall score, every finding in a single worst-first list with the check that produced it, and the full per-check detail. Cheaper and far simpler than calling audit_seo, validate_structured_data and scan_accessibility separately and paying three times. Paid: $0.05 per call in USDC on Base via x402 -- call once without x_payment to receive the payment challenge.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Page to audit"},"includeLinks":{"type":"boolean","default":false,"description":"Also check every link on the page (slower)"},"includeSitemap":{"type":"boolean","default":false,"description":"Also audit robots.txt and the XML sitemap (slower)"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url"]}},{"name":"audit_sitemap","description":"Audit a site's crawlability from robots.txt and its XML sitemaps: whether robots.txt exists, whether it blocks all crawlers, which sitemaps it declares, whether those parse as valid XML, how many URLs they list, whether entries carry lastmod dates, and whether a live sample of those URLs actually respond. Returns a 0-100 score, a letter grade, a severity and a prioritised issue list. Accepts a bare domain. Up to 2 sites per call. Paid: $0.02 per call in USDC on Base via x402 -- call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sites":{"type":"array","items":{"type":"string"},"description":"Sites to audit (max 2); a bare domain is fine"},"maxUrlsToSample":{"type":"integer","minimum":0,"maximum":10,"default":10,"description":"How many sitemap URLs to spot-check for a live response"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["sites"]}},{"name":"batch_pages","description":"Run a mix of read_page/watch_page/verify_claim/compare_pages/extract_tables operations behind a SINGLE payment instead of paying for each one separately — use this whenever you need to process more than one URL, since it saves you multiple payment negotiations. Each item needs an 'op' (\"read\", \"watch\", \"verify\", \"compare\", or \"tables\") plus that op's required fields (url for read/watch/verify/tables, urlA+urlB for compare, claim for verify). Sized by weight, not item count: read/watch/verify/tables = 1 unit each, compare = 2 units (it loads two pages); total weight per call must be ≤ 6. Paid: $0.05 flat per call (a discount vs paying per-item) in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"type":"array","minItems":1,"maxItems":6,"items":{"type":"object","properties":{"op":{"type":"string","enum":["read","watch","verify","compare","tables"]},"url":{"type":"string","description":"read/watch/verify/tables only"},"urlA":{"type":"string","description":"compare only"},"urlB":{"type":"string","description":"compare only"},"claim":{"type":"string","description":"verify only — required"},"selector":{"type":"string"},"includeLinks":{"type":"boolean","default":false},"includeImages":{"type":"boolean","default":false},"maxLength":{"type":"integer","minimum":1000,"maximum":200000,"default":50000},"key":{"type":"string"},"maxDiffItems":{"type":"integer","minimum":1,"maximum":50,"default":10},"maxTables":{"type":"integer","minimum":1,"maximum":20,"default":10},"maxRowsPerTable":{"type":"integer","minimum":1,"maximum":500,"default":100},"waitMs":{"type":"integer","minimum":0,"maximum":5000,"default":0}},"required":["op"]}},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["items"]}},{"name":"check_links","description":"Check every link on a page and report which are broken. Each anchor is resolved to an absolute URL, de-duplicated, and checked with a HEAD request (falling back to GET where the server rejects HEAD), returning its status code, whether it redirected, response time and a severity. Gives a 0-100 score and a letter grade per page. Anchors, mailto: and tel: links are excluded because they cannot be broken. Up to 5 pages and 40 link checks per call. Paid: $0.02 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"urls":{"type":"array","items":{"type":"string"},"description":"Pages to check (max 5)"},"checkExternalLinks":{"type":"boolean","default":true,"description":"Also check links pointing off-site"},"maxLinksPerPage":{"type":"integer","minimum":1,"maximum":40,"default":40},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["urls"]}},{"name":"compare_pages","description":"Compare two URLs' content and report what's different: paragraphs unique to each side, word count delta, whether they're identical. Paid: $0.02 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"urlA":{"type":"string","description":"First public http/https URL"},"urlB":{"type":"string","description":"Second public http/https URL"},"selector":{"type":"string","description":"Optional CSS selector applied to both pages before comparing"},"maxDiffItems":{"type":"integer","minimum":1,"maximum":50,"default":10},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["urlA","urlB"]}},{"name":"extract_tables","description":"Extract every HTML table on a page as structured JSON — headers, row arrays, and (when headers exist and are unique) row objects keyed by header name, plus a best-effort caption for each table. Saves hand-parsing pricing tables, spec sheets, and schedules out of raw HTML. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL to extract tables from"},"selector":{"type":"string","description":"Optional CSS selector to scope the search for tables to"},"maxTables":{"type":"integer","minimum":1,"maximum":20,"default":10},"maxRowsPerTable":{"type":"integer","minimum":1,"maximum":500,"default":100},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url"]}},{"name":"list_rank_categories","description":"List the currently available x402 service ranking categories. Free, no payment required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"rank_x402_services","description":"Get a ranked list of the best x402 pay-per-call services for a task category (scored by price, usage volume, and recency, from the live Coinbase Bazaar feed). Use list_rank_categories first to see valid categories. Paid: $0.02 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Category name from list_rank_categories"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["category"]}},{"name":"read_page","description":"Extract clean readable markdown/text from any public URL (title, byline, excerpt, body content with nav/ads/scripts stripped). Handles JS-rendered pages. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL to read"},"includeLinks":{"type":"boolean","default":false},"includeImages":{"type":"boolean","default":false},"selector":{"type":"string","description":"Optional CSS selector to scope extraction to"},"maxLength":{"type":"integer","minimum":1000,"maximum":200000,"default":50000},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url"]}},{"name":"render_url","description":"Render any public URL in a real headless browser and get back a screenshot (PNG image), PDF, or the JavaScript-rendered HTML. Paid: $0.02 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL to render"},"format":{"type":"string","enum":["screenshot","pdf","html"],"default":"screenshot"},"fullPage":{"type":"boolean","default":false},"width":{"type":"integer","minimum":320,"maximum":1920,"default":1280},"height":{"type":"integer","minimum":240,"maximum":1080,"default":800},"waitMs":{"type":"integer","minimum":0,"maximum":5000,"default":0},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url"]}},{"name":"scan_accessibility","description":"Quick WCAG-oriented accessibility scan of a page's markup: images with no alt attribute, form fields with no accessible label, a missing lang or viewport, links with no accessible name, duplicate ids, and skipped heading levels. Returns a 0-100 score, a letter grade, a severity and a prioritised issue list. This is STATIC analysis of the served HTML, so it does not check colour contrast, focus order, keyboard traps or runtime ARIA state -- the response names those exclusions explicitly rather than implying they passed. Up to 10 URLs per call. Paid: $0.01 per call in USDC on Base via x402 -- call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"urls":{"type":"array","items":{"type":"string"},"description":"Pages to scan (max 10)"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["urls"]}},{"name":"validate_structured_data","description":"Validate a page's JSON-LD structured data and its social preview tags. Reports which schema.org types are present, whether each carries the fields Google's rich results require, whether any JSON-LD block fails to parse as JSON, and whether Open Graph and Twitter Card tags are complete. Useful before publishing, or to diagnose why a page renders no preview card when shared. Returns a 0-100 score, a letter grade and a prioritised issue list. Up to 10 URLs per call. Paid: $0.01 per call in USDC on Base via x402 -- call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"urls":{"type":"array","items":{"type":"string"},"description":"Pages to validate (max 10)"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["urls"]}},{"name":"verify_claim","description":"Check whether a claimed quote or fact actually appears on a URL — a cheap citation/hallucination checker. Returns verdict exact_match, close_match (with a confidence score and the closest matching passage), or not_found. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL to check the claim against"},"claim":{"type":"string","description":"The quote or fact to verify appears on the page (max 2000 chars)"},"selector":{"type":"string","description":"Optional CSS selector to scope the search to"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url","claim"]}},{"name":"watch_page","description":"Check whether a URL's content has changed since the last check (paragraph-level diff). First call for a URL establishes a baseline (changed comes back null); later calls report true/false plus what was added or removed. Baselines are shared across callers by default for the same URL — pass a unique 'key' for a private baseline. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL to watch"},"selector":{"type":"string","description":"Optional CSS selector to scope the watched content to"},"key":{"type":"string","description":"Optional private namespace for your own baseline"},"x_payment":{"type":"string","description":"Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set."}},"required":["url"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-20T00:29:03.021Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:29:02.977Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 933ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://x402-zadenworks.zaden-gaming.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":933,"serverInfo":{"name":"x402-zadenworks-mcp","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}