io.github.corewebvitals/coredash MCP Server
io.github.corewebvitals/coredash
What is the io.github.corewebvitals/coredash MCP server?
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.
How to install io.github.corewebvitals/coredash
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretBearer token in the format 'Bearer cdk_YOUR_API_KEY'. Generate a key at https://coredash.app/settings/api. OAuth is also supported via WWW-Authenticate discovery.
{
"mcpServers": {
"coredash": {
"url": "https://app.coredash.app/api/mcp"
}
}
}{
"mcpServers": {
"coredash": {
"serverUrl": "https://app.coredash.app/api/mcp"
}
}
}{
"servers": {
"coredash": {
"type": "http",
"url": "https://app.coredash.app/api/mcp"
}
}
}{
"mcpServers": {
"coredash": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.coredash.app/api/mcp"
]
}
}
}claude mcp add --transport http coredash https://app.coredash.app/api/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.