MCP Webscan Server
by bsmi021
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | The environment mode for Node.js, usually set to 'development' or 'production'. | development |
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 |
---|---|
fetch_page | Fetch a web page and convert it to Markdown for analysis |
extract_links | Extract all links from a web page with their text |
crawl_site | Recursively crawl a website up to a specified depth |
check_links | Check for broken links on a page |
find_patterns | Find URLs matching a specific pattern |
generate_sitemap | Generate a simple XML sitemap |