Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

State of Web Vitals

io.github.corewebvitals/state-of-cwv

Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.

Uptime
100.0%
1 direct probes · 30d
Response
207ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_metrics

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…

get_histogram

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:…

list_options

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.

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"
    }
  }
}