MCP Web Tools Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERPAPI_KEY | No | If 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
| Name | Description |
|---|---|
| search_webD | – |
| fetch_urlD | – |
| extract_readableD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
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.
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.
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.
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.