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 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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). |