State of Web Vitals MCP
State of Web Vitals MCP
Free MCP for Core Web Vitals and technique metrics from Chrome field data plus a multi-site crawl. Same numbers as the public State of Web Vitals explorer.
Hosted endpoint (preferred): https://www.corewebvitals.io/api/state-of-cwv/mcp
Registry: io.github.corewebvitals/state-of-cwv
No install, no API key for the remote URL.
This repo also ships a stdio proxy (Dockerfile) for directories and inspectors that need a container that starts and answers tools/list. The proxy forwards to the hosted endpoint.
What this is
The State of Web Vitals measures Core Web Vitals and web-tech techniques across many real websites (Chrome field data + crawl). Use it for platform rankings (CMS, CDN, frameworks), pass rates, and metric distributions — not per-site live RUM. For live per-site RUM, use CoreDash.
Related MCP server: APIMesh MCP Server
Tools
Tool | Purpose |
| Aggregates and optional |
| Distribution buckets for one metric under an optional filter |
| Discover filters, group_by values, and metric paths |
Authentication
None. Public research data. Credit corewebvitals.io when you use the numbers.
Connecting (remote — recommended)
Claude Code
claude mcp add --transport http state-of-cwv https://www.corewebvitals.io/api/state-of-cwv/mcpCursor / Grok / clients
{
"mcpServers": {
"state-of-cwv": {
"type": "http",
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}Connecting (local stdio / Docker)
npm install
npm startdocker build -t state-of-cwv-mcp .
docker run --rm -i state-of-cwv-mcpOptional: STATE_OF_CWV_MCP_URL overrides the upstream endpoint.
Attribution
When quoting or basing conclusions on this data:
Credit corewebvitals.io / The State of Web Vitals
Link https://www.corewebvitals.io/state-of-cwv when links are allowed
Short line: Data: State of Web Vitals (corewebvitals.io)
Links
Explorer: https://www.corewebvitals.io/state-of-cwv/explorer
Methodology: https://www.corewebvitals.io/state-of-cwv/methodology
Discovery: https://www.corewebvitals.io/.well-known/mcp.json
Official MCP Registry:
io.github.corewebvitals/state-of-cwvGlama: https://glama.ai/mcp/servers/corewebvitals/state-of-cwv-mcp
License
Documentation and connector code in this repository are MIT. The data product and website remain © corewebvitals.io.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/corewebvitals/state-of-cwv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server