io.github.corewebvitals/coredash✓
io.github.corewebvitals/coredash · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.corewebvitals/coredash",
"description": "Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.",
"repository": {
"url": "https://github.com/corewebvitals/coredash-mcp",
"source": "github"
},
"version": "1.0.1",
"websiteUrl": "https://coredash.app",
"remotes": [
{
"type": "streamable-http",
"url": "https://app.coredash.app/api/mcp",
"headers": [
{
"description": "Bearer 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.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}