scan_site
ActiveTool of Agent Ready
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."
}
}
}Parent server
Agent Ready
https://github.com/mlava/agent-ready-mcp
2/7 registries