Page Speed Test
Performance, SEO & Web Vitals
Run a Lighthouse-style audit on any URL for performance, SEO, accessibility, and best practices scores plus all Core Web Vitals (LCP, CLS, INP, TTFB, FCP, TBT, TTI, Speed Index). Includes real-user CrUX data when available and a prioritized list of issues ranked by impact.
Run a Lighthouse-style audit for a URL and return category scores, Core Web Vitals metrics, and prioritized issues that hurt ranking or user experience.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "page-speed",
"skill": "audit_url",
"input": {
"url": "https://example.com",
"strategy": "mobile"
}
}' \
https://api.toolrouter.com/v1/tools/callQuick Start
claude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"page-speed","skill":"audit_url","input":{}}' \
https://api.toolrouter.com/v1/tools/callFrequently Asked Questions
What does the score include?
It covers performance, SEO, accessibility, best practices, and the full Core Web Vitals set.
Does it use real-user data or only lab data?
It includes CrUX data when that is available, along with a Lighthouse-style audit.
Can it help explain slow pages, not just measure them?
Yes. The findings are prioritized by impact, so you can see what is most likely to improve the page first.
Is this only for speed?
No. It also checks SEO and accessibility in the same run, which makes it more useful than a pure speed score.