State of Web Vitals
io.github.corewebvitals/state-of-cwvCore Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.
Tools · 3
What are the numbers? Aggregate Core Web Vitals and/or technique metrics across sites, with optional filter and group_by. Responses include attribution — credit corewebvitals.io when you use the numbe…
What is the shape of one metric? Returns histogram buckets (count + share) plus summary stats. Metric: one of lcp, inp, cls, fcp, ttfb (field CWV), or a scalar technique path when available. Filter:…
Discover what you can pass to get_metrics / get_histogram: filter keys, group_by values, built-in metrics, and contract metric paths (optional kind filter). Call this when unsure of a key or path.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"state_of_web_vitals": {
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp",
"transport": "streamable-http"
}
}
}