Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.
claude mcp add state-of-cwv --transport http https://www.corewebvitals.io/api/state-of-cwv/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"state-of-cwv": {
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"state-of-cwv": {
"serverUrl": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"state-of-cwv": {
"type": "http",
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"state-of-cwv": {
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"state-of-cwv": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.corewebvitals.io/api/state-of-cwv/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://www.corewebvitals.io/api/state-of-cwv/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.corewebvitals--state-of-cwv/reviews or the review_server meta-tool.
POST /mcp