CoreDash
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors at the p75 percentile.
CoreDash MCP Server
Real User Monitoring for Core Web Vitals. Query LCP, INP, and CLS field data from real visitors through the Model Context Protocol.
The MCP server is hosted at https://app.coredash.app/api/mcp. This repo holds the public connector docs and registry manifest. You do not need to install or run a server. You connect your MCP client directly to the hosted endpoint.
What CoreDash is
CoreDash is a Real User Monitoring platform built around Core Web Vitals. It collects LCP, INP, and CLS from real visitors and lets you segment by page template, country, device, browser, OS, and 20 plus other dimensions. Data is stored in the EU. The product runs without consent banners. Paid plans start at $19 per month. More at coredash.app.
Tools exposed via MCP
| Tool | Purpose |
|---|---|
get_metrics | Current performance scores at p75. Filter and group by any dimension. Use for "what is" questions. |
get_timeseries | Metric over time with an improving, stable, or regressing summary. Use for regressions and trends. |
get_histogram | Distribution shape of a single metric across roughly 40 buckets. Use to see whether traffic is bimodal, long tailed, or evenly slow. |
All three tools return rated buckets (good, improve, poor) matching the Core Web Vitals thresholds. Filter dimensions include device (d), country (cc), page path (ff), URL (u), browser, OS, and the LCP / INP / CLS attribution element selectors.
Authentication
The server supports two methods:
- API key. Generate one at coredash.app/settings/api. Pass it as
Authorization: Bearer cdk_YOUR_API_KEY. - OAuth. Clients that follow the
WWW-Authenticatediscovery flow can authenticate without an API key. The server publishes/.well-known/oauth-authorization-serverand/.well-known/oauth-protected-resource.
Anonymous calls succeed for initialize (so clients can introspect server capabilities) and fail for any tool call.
Connecting
Claude Code
claude mcp add --transport http coredash https://app.coredash.app/api/mcp \
--header "Authorization: Bearer cdk_YOUR_API_KEY"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"coredash": {
"url": "https://app.coredash.app/api/mcp",
"headers": {
"Authorization": "Bearer cdk_YOUR_API_KEY"
}
}
}
}
VS Code
Add to your user settings.json:
{
"mcp.servers": {
"coredash": {
"type": "http",
"url": "https://app.coredash.app/api/mcp",
"headers": {
"Authorization": "Bearer cdk_YOUR_API_KEY"
}
}
}
}
Windsurf
Same JSON shape as Cursor, in the Windsurf MCP settings.
Any other MCP client
Point it at https://app.coredash.app/api/mcp with the streamable-http transport and the Authorization header above.
Example queries
Why is LCP slow on mobile in Germany this week?
Has INP regressed on the product detail template in the last 24 hours?
Show me the LCP distribution on /checkout/* in the US.
Registry listing
This server is published on the Official MCP Registry as io.github.corewebvitals/coredash. From there it propagates to PulseMCP, Smithery, Glama, and Windsurf.
The registry manifest is in server.json. To publish a new version, edit the file and run mcp-publisher publish.
Related projects
cwv-superpowers. Skills package for Claude Code, Cursor, and Gemini that drives this MCP server to diagnose and fix Core Web Vitals issues.- Core Web Vitals Visualizer. Chrome extension. Lets you see CWV metrics overlayed on any page.
License
MIT. See LICENSE.
Serveurs connexes
Joe Sandbox
Analyze files and extract Indicators of Compromise (IOCs) by interacting with the Joe Sandbox Cloud service.
CoinMarketCap MCP
Access cryptocurrency market data, exchange information, and other blockchain-related metrics from the CoinMarketCap API.
Knowi
Query databases, build dashboards, and analyze documents in natural language from Claude or any MCP client. 28+ tools, 70+ data sources.
Google Ad Manager MCP Server
A read-only MCP server for querying live Google Ad Manager data, powered by CData.
FreshMCP
Provides an MCP interface for FreshMCP operations using Azure Cosmos DB and AI Search.
EnergyAtIt Grid MCP Server
EnergyAtIt is the first MCP server for physical grid infrastructure. 45 tools that let AI agents interact with power grid assets — translating 8 grid protocols (IEC 61850, DNP3, Modbus, OpenADR, OCPP, IEEE 2030.5) into MCP tool calls.
Proxmox MCP Server
A server for managing Proxmox VE environments directly from your project directory.
dRPC Agent Skills
Blockchain RPC via DRPC. Exposes eth_call, eth_getBalance, gas estimation, and other JSON-RPC methods as MCP tools across 100+ blockchains
Transistor
Manage podcasts, episodes, and view analytics on Transistor.fm.
Alibaba Cloud Ops MCP Server
Integrate with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.