Skip to main content
Glama
JoaoPedroLanca

MCP Web Tools Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERPAPI_KEYNoIf provided, the search_web tool will use SerpAPI (Google). Otherwise, leave empty to use DuckDuckGo (HTML) without a key.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webD
fetch_urlD
extract_readableD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.6/5.0

Scored across 3 tools

Disambiguation3/5

The tools have distinct primary actions (extract, fetch, search), but without descriptions, their exact scopes and potential overlaps are unclear. An agent might confuse when to use fetch_url versus search_web if both involve web retrieval, but the verb differences provide some guidance.

Naming Consistency4/5

All tool names follow a consistent verb_noun pattern with snake_case (extract_readable, fetch_url, search_web), making them predictable and readable. There are no deviations in naming style across the set.

Tool Count3/5

With only 3 tools, the set feels thin for a 'Web Tools Server', suggesting it might lack coverage for common web operations like parsing or interacting with content. However, the count is not extreme and could be appropriate if these are core utilities.

Completeness2/5

Inferred domain is web-related utilities, but the surface is severely incomplete: missing obvious tools for actions like parsing HTML, handling cookies, or managing sessions. The three tools provide basic fetch, extract, and search functions, but leave significant gaps for comprehensive web tooling.

Maintenance

ActivityInactive
ResponsivenessNo issues