CoreDash. Real User Monitoring for Core Web Vitals
@corewebvitals
About CoreDash. Real User Monitoring for Core Web Vitals
Query LCP, INP, and CLS field data from real visitors. Three tools: get_metrics, get_timeseries, get_histogram. Filter and group by device, country, page path, browser, OS, and 20+ dimensions. All data is real user monitoring (RUM) at the p75 percentile, the standard Google uses
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coredash": {
"url": "https://app.coredash.app/api/mcp",
"headers": {
"Authorization": "Bearer cdk_YOUR_API_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CoreDash?
CoreDash is a Real User Monitoring (RUM) MCP server for Core Web Vitals. It provides LCP, INP, CLS, FCP, and TTFB field data from real visitors, accessible through any MCP‑compatible client for developers monitoring production web performance.
How to use CoreDash?
Generate an API key at https://coredash.app/settings/api, then add the server to your MCP client with the header Authorization: Bearer cdk_YOUR_API_KEY. OAuth is also supported via WWW Authenticate discovery.
Key features of CoreDash
- Query current performance scores with get_metrics, filterable by 20+ dimensions
- Analyze performance over time with get_timeseries and automatic trend detection
- View distribution shape of a single metric with get_histogram (40 buckets with ratings)
- Data from real users at the p75 percentile, matching Google’s ranking standard
- Filter and group by device type, country, page path, URL, browser, OS, and attribution elements
Use cases of CoreDash
- Monitor Core Web Vitals from real users in production
- Detect regressions and trends in loading, interactivity, and visual stability
- Compare performance across segments (e.g., mobile vs desktop)
- Pinpoint which page elements cause slow LCP, slow INP, or layout shifts
FAQ from CoreDash
What metrics does CoreDash track?
LCP, INP, CLS, FCP, and TTFB, all measured at the p75 percentile.
What dimensions can I filter and group by?
Device type, country, page path, URL, browser, OS, plus 20+ more including attribution elements (lcpel, inpel, clsel).
How do I authenticate?
Use a Bearer token API key via the Authorization header, or OAuth via WWW Authenticate discovery.
Where does the data come from?
All data comes from real users in production – not synthetic testing.
Where can I generate an API key?
More Developer Tools MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Grafana MCP server
grafanaMCP server for Grafana
Comments