You're viewing a demo portfolio

Join the waitlist
PRSM

scan_site

Active

Tool of Agent Ready

declared in 1.0.0

Runs the agent-ready.dev scanner against a URL and returns structured results: Vercel score, llmstxt.org score, and per-check findings with remediation hints. Scans may take up to ~60s; for larger scans the tool returns a scan id and asks you to poll with get_scan.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2000,
      "description": "Full URL of the site to scan, e.g. https://example.com. Must be a public http(s) address."
    },
    "pageLimit": {
      "type": "integer",
      "maximum": 2000,
      "minimum": 1,
      "description": "Maximum number of pages to crawl. Defaults to your tier's per-scan page limit when omitted."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Agent Ready

https://github.com/mlava/agent-ready-mcp

2/7 registries
View full server →
scan_site — Agent Ready — PRSM MCP