Skip to main content
Glama
rajurayhan

sulus-web-mcp

by rajurayhan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind host0.0.0.0
MCP_PATHNoBind path/mcp
MCP_PORTNoBind port3000
DENY_HOSTSNoOptional host list to deny
ALLOW_HOSTSNoOptional host list to allow
MAX_OUTPUT_CHARSNoMaximum output characters per tool call18000
MCP_ALLOWED_HOSTSNoAllowed Host header values
MCP_SHARED_SECRETYesBearer token required on /mcp
ALLOW_INSECURE_HTTPNoSet true only for local http:// testing
NAVIGATION_TIMEOUT_MSNoNavigation timeout in milliseconds25000
RATE_LIMIT_PER_MINUTENoRate limit per bearer token per minute30
BROWSER_MAX_CONCURRENTNoMaximum number of concurrent browser contexts3

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browse_pageA

Use this when you need the content of a live public web page. It opens the URL in a headless browser, waits for the document, and returns the title, final URL, and cleaned markdown (or links/title only). Returns extracted text, not a screenshot. Does not log in or fill forms.

extract_linksA

Use this when you need outbound links from a public page. It opens the URL and returns unique hrefs with link text. Returns a markdown list. Optionally restrict to the same origin.

search_pageA

Use this when you need excerpts matching a query on a public page. It opens the URL, extracts text, and returns up to N case-insensitive snippets around the query. Returns markdown snippets.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: browse_page returns page content, extract_links retrieves outbound links, and search_page provides matching snippets. No ambiguity exists between them despite all operating on URLs.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (browse_page, extract_links, search_page) using snake_case. The pattern is predictable and uniform across the three tools.

Tool Count5/5

Three tools is a well-scoped count for a web browsing server. Each tool handles a distinct aspect (content, links, search) and none are redundant or missing for the core functionality.

Completeness4/5

The tool surface covers the primary browsing capabilities (content extraction, link discovery, and targeted searching). Minor gaps like screenshot capture or form interaction exist, but they are beyond the stated scope and the tools together handle the typical use cases effectively.

Maintenance

ActivityMaintained
ResponsivenessNo issues