Webby MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
| PUBMED_API_KEY | No | Optional API key for higher rate limits |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_performance_pagespeedA | Analyze website performance using Google PageSpeed Insights. Returns Core Web Vitals and performance scores. Free API with 25K requests/day. |
| validate_performance_gtmetrixC | Analyze website performance using GTmetrix. Requires API key (free tier available). |
| validate_performance_webpagetestA | Analyze website performance using WebPageTest via browser automation. Free 300 tests/month. Returns test ID immediately or waits for full results. |
| validate_accessibility_waveC | Analyze website accessibility using WAVE. Tests WCAG compliance, errors, and contrast issues. Requires API key. |
| validate_accessibility_axeB | Analyze website accessibility using Axe. Free, open-source, finds ~57% of WCAG issues with zero false positives. |
| validate_security_mozilla_observatoryB | Analyze HTTP security headers using Mozilla Observatory. Tests CSP, HSTS, etc. Free API, 1 scan per minute per domain. |
| validate_security_ssl_labsA | Analyze SSL/TLS configuration using SSL Labs. Comprehensive certificate and protocol analysis. Long-running (may take minutes). |
| validate_all_performanceB | Run all available performance tests (PageSpeed Insights + optionally WebPageTest + optionally GTmetrix). |
| validate_all_accessibilityC | Run all accessibility tests (Axe + optionally WAVE if API key provided). |
| validate_all_seoC | Run SEO analysis using PageSpeed Insights (includes Lighthouse SEO). |
| validate_all_securityB | Run all security tests (Mozilla Observatory + SSL Labs). |
| validate_comprehensiveC | Run comprehensive validation across all categories (performance, accessibility, SEO, security). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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