← Back to Plugins
MCP Server MCP

io.github.corewebvitals/coredash

github By github 👁 1 views ▲ 0 votes

Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...