DeveloperWebMCP verified
agent-ready.dev WebMCP tools
Score any website against the Vercel Agent Readability Spec and llmstxt.org standard. Get actionable fixes to make your site AI-agent friendly.
DeveloperWebMCP verified
Score any website against the Vercel Agent Readability Spec and llmstxt.org standard. Get actionable fixes to make your site AI-agent friendly.
Score any website against the Vercel Agent Readability Spec and llmstxt.org standard. Get actionable fixes to make your site AI-agent friendly. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Scan a public website for AI agent-readability against the Vercel Agent Readability Spec, llmstxt.org, and agent-protocol manifests. Returns a 0–100 score, the llms.txt score, and the top failing checks with a link to the full per-check report.
Open the agent-ready.dev website and ask your browser agent to use scan_siteInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the scan_site tool on agent-ready.dev with url: <string>. Return the structured result and cite the source page.url string The public URL to scan, e.g. the linked pageFetch a previously run Agent Ready scan by its id (shareToken) and return the score summary. Use to re-read a result or poll a scan that was still running.
Open the agent-ready.dev website and ask your browser agent to use get_scanInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_scan tool on agent-ready.dev with id: <string>. Return the structured result and cite the source page.id string The scan id / shareToken.Natural-language search (NLWeb /ask) over Agent Ready's own content — scoring methodology, the check registry, the specs it validates, and the content library (explainers, comparisons, how-to guides, glossary). Returns Schema.org-typed results. Optional itemType narrows the corpus; mode 'summarize' adds an extractive summary.
Open the agent-ready.dev website and ask your browser agent to use askInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the ask tool on agent-ready.dev with q: <string>, itemType: <string>, mode: <string>. Return the structured result and cite the source page.q string The natural-language question.itemType string Narrow the search to one corpus type (default: any).mode string list (default) or summarize for an extractive summary.