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 |
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
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 | |