Skip to main content
Glama

Webby MCP Server

validate_performance_pagespeed

Analyze website performance using Google PageSpeed Insights to measure Core Web Vitals and performance scores for mobile or desktop devices.

Instructions

Analyze website performance using Google PageSpeed Insights. Returns Core Web Vitals and performance scores. Free API with 25K requests/day.

Input Schema

NameRequiredDescriptionDefault
apiKeyNoOptional API key for higher quota
strategyNoDevice type (default: mobile)
urlYesThe URL to analyze

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "Optional API key for higher quota", "type": "string" }, "strategy": { "description": "Device type (default: mobile)", "enum": [ "mobile", "desktop" ], "type": "string" }, "url": { "description": "The URL to analyze", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cordlesssteve/webby-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server