Skip to main content
Glama
miguelrisero

crux-mcp

by miguelrisero

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRUX_API_KEYYesYour Google Chrome UX Report API key.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
crux_recordA

Current p75 Core Web Vitals for an origin or a single URL.

Pass EITHER origin (e.g. https://www.betterpic.io — covers the whole site) OR url (one page). form_factor is PHONE, DESKTOP, TABLET or ALL. Returns each metric's p75 with a good / needs-improvement / poor assessment, plus an overall core_web_vitals_pass. Set raw=true for the untouched API response.

crux_historyA

Weekly Core Web Vitals trend, up to 25 points, for charting or regression checks.

Same origin / url / form_factor rules as crux_record. Pass metric to return just one series, e.g. largest_contentful_paint, interaction_to_next_paint, cumulative_layout_shift, first_contentful_paint, experimental_time_to_first_byte.

crux_compareA

Compare Core Web Vitals across several origins — yours against competitors.

origins is a comma-separated list, e.g. "https://www.betterpic.io,https://www.aragon.ai,https://www.headshotpro.com". Returns one row per origin with the three Core Web Vitals and whether it passes. Origins with no CrUX record are reported rather than dropped silently.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct use case: crux_record for current snapshot, crux_history for trends, crux_compare for multi-origin comparison. No overlap in purpose or output.

Naming Consistency5/5

All tools share the crux_ prefix followed by a clear descriptive word (record, history, compare). The naming pattern is consistent and predictable.

Tool Count5/5

With only three tools, the server is tightly scoped to Core Web Vitals data retrieval. Each tool covers a distinct need and none feel redundant or extraneous.

Completeness5/5

The server provides the essential CrUX operations: current performance, historical trend, and cross-origin comparison. No obvious gaps exist for its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues