Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROXY_URLNoProxy server URL.
USE_PROXYNoEnable proxy support (true/false).false
ENABLED_TOOLSNoEnable only specific tools or presets. Defaults to ALL. Options: ALL, BASIC, WEB, DEBUG, PERFORMANCE, FULL_ANALYSIS, or comma-separated tool names.ALL
PROXY_TIMEOUTNoProxy timeout in milliseconds.10000
IGNORE_SSL_ERRORSNoIgnore SSL certificate errors (true/false).false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
webtool_gethtmlB

Get the HTML content of a webpage. Automatically handles retries and proxy if needed.

webtool_readpageA

Get the webpage content in Markdown format, including links and images. Handles blocked access automatically.

webtool_screenshotB

Take a screenshot of a webpage or specific element on the page with custom device emulation

webtool_debugB

Debug a webpage by capturing console output, network requests, errors, and layout thrashing with custom device emulation. Includes advanced response size management with pagination, output limits, and compact formatting to stay within MCP token limits.

webtool_lighthouseA

Run a Lighthouse audit on a webpage to generate a comprehensive performance report with detailed resource analysis. The report includes specific file paths, resource sizes, and performance metrics similar to Chrome DevTools. Identifies exact files causing performance issues without offering improvement suggestions.

webtool_performance_traceA

Perform a detailed performance analysis with specialized modules for layout thrashing, CSS variables impact, JavaScript execution timeline, long tasks breakdown, memory and DOM growth analysis, and resource loading optimization. Provides actionable recommendations for performance improvements.

webtool_coverage_analysisB

Analyze JavaScript and CSS coverage to identify unused code and optimization opportunities. Uses Chrome DevTools Protocol Coverage API to provide detailed insights into code usage.

webtool_web_vitalsB

Analyze Core Web Vitals metrics (LCP, CLS, FID/INP, TTFB) and identify problematic elements affecting these metrics. Uses Performance Observer API to provide detailed insights into real user experience metrics.

webtool_network_monitorC

Analyze network activity and resource loading performance. Provides detailed insights into network requests, timing, and optimization opportunities.

webtool_performance_testB

Run performance tests across different devices and network conditions. Compare results and identify device-specific or network-specific issues.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-websiteUmfassende Analyse einer Website mit Fokus auf Performance, SEO, Accessibility und User Experience für Desktop oder Mobile
get-website-contentExtrahiert den Hauptinhalt einer Website und konvertiert ihn in ein gut lesbares Markdown-Format.
screenshot-websiteErstellt einen Screenshot einer Website für visuelle Analyse und Dokumentation.
technical-performance-analysisDetaillierte technische Analyse von Performance-Schwachstellen mit Code-Beispielen und Optimierungsvorschlägen

Resources

Contextual data attached and managed by the client

NameDescription

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/misterboe/webtools-mcp-server'

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