Skip to main content
Glama

Webby MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUBMED_EMAILYesYour email address (required by NCBI)
PUBMED_API_KEYNoOptional API key for higher rate limits

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_performance_pagespeed

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

validate_performance_gtmetrix

Analyze website performance using GTmetrix. Requires API key (free tier available).

validate_performance_webpagetest

Analyze website performance using WebPageTest via browser automation. Free 300 tests/month. Returns test ID immediately or waits for full results.

validate_accessibility_wave

Analyze website accessibility using WAVE. Tests WCAG compliance, errors, and contrast issues. Requires API key.

validate_accessibility_axe

Analyze website accessibility using Axe. Free, open-source, finds ~57% of WCAG issues with zero false positives.

validate_security_mozilla_observatory

Analyze HTTP security headers using Mozilla Observatory. Tests CSP, HSTS, etc. Free API, 1 scan per minute per domain.

validate_security_ssl_labs

Analyze SSL/TLS configuration using SSL Labs. Comprehensive certificate and protocol analysis. Long-running (may take minutes).

validate_all_performance

Run all available performance tests (PageSpeed Insights + optionally WebPageTest + optionally GTmetrix).

validate_all_accessibility

Run all accessibility tests (Axe + optionally WAVE if API key provided).

validate_all_seo

Run SEO analysis using PageSpeed Insights (includes Lighthouse SEO).

validate_all_security

Run all security tests (Mozilla Observatory + SSL Labs).

validate_comprehensive

Run comprehensive validation across all categories (performance, accessibility, SEO, security).

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