observatory_grade_distribution

Pack: mozilla-observatory · Endpoint: https://gateway.pipeworx.io/mozilla-observatory/mcp

No MCP client? Call it directly: GET https://gateway.pipeworx.io/v1/tools/observatory_grade_distribution for the schema, then POST the same URL with its arguments for the data.

Grade distribution across every site the MDN HTTP Observatory has scanned — how many sites hold each grade from A+ to F. Use it to say where one site’s grade sits relative to the web (e.g. “a B beats X% of scanned sites”). Keyless, no arguments.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/mozilla-observatory/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"observatory_grade_distribution","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('observatory_grade_distribution', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "mozilla-observatory": {
      "url": "https://gateway.pipeworx.io/mozilla-observatory/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 18, 2026