Skip to main content
Glama

MCP WebAnalyzer

by kimdonghwi94
MIT License

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host binding address0.0.0.0
PORTNoServer port number8080
API_KEYYesSecure API key for authentication
LOG_LEVELNoLogging levelINFO
REDIS_URLNoRedis connection URLredis://localhost:6379/0
SECRET_KEYYesSecurity key (must be changed!)

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
discover_subpages

Discover all subpages from a given URL up to a specified depth.

Args: url: The base URL to start crawling from max_depth: Maximum depth to crawl (default: 2) max_pages: Maximum number of pages to discover (default: 100)

Returns: List of discovered URLs

extract_page_summary

Extract a one-line summary description of a web page.

Args: url: The URL of the page to summarize

Returns: A brief one-line description of the page content

extract_content_for_rag

Extract and summarize web page content optimized for RAG applications.

Args: url: The URL of the page to analyze question: Optional question to focus the extraction on

Returns: Dictionary containing title, summary, main_content, and metadata

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/kimdonghwi94/web-analyzer-mcp'

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