MCP Server for Stealth Web Search and Fetching
Server Quality Checklist
Latest release: v3.3.2
- Disambiguation5/5
Websearch and webfetch have completely distinct purposes: one finds URLs via search, the other retrieves and extracts content from a specific URL. There is no ambiguity between the two tools.
Naming Consistency5/5Both tool names follow the same verb_noun pattern with 'web' as the prefix and the action as the suffix: websearch and webfetch. The naming is perfectly consistent.
Tool Count4/5With only 2 tools, the count is thin but appropriate for a server dedicated to a narrow scope (search and fetch). It covers the essential operations without unnecessary bloat.
Completeness5/5The server's stated purpose is stealth web search and fetching, and it provides exactly the two core operations needed: searching for pages and fetching their content. No obvious gaps exist for this domain.
Average 4/5 across 2 of 2 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 11 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
This server has been verified by its author.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden. It discloses the return format ('clean list of titles, URLs, snippets') and the engines used, which is some behavioral transparency. However, it omits details like rate limits, error behavior, or how the network-layer blocking (block_media) affects results, which would be useful beyond the schema. This is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a concise two-sentence summary that front-loads the action ('Search the web') and immediately explains the output and ideal use cases. Every sentence serves a purpose with no wasted words, achieving excellent conciseness and structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a simple search operation, and the description covers purpose, output, and use cases. Since there is no output schema, it compensates by describing the return list. It does not mention limitations (e.g., engine-specific differences, pagination) but those are not critical for basic usage. Overall, it is complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage, meaning every parameter (query, engine, region, block_media, max_results, safe_search) already has a description. The tool description adds no additional parameter-specific meaning beyond what the schema provides. Per the baseline rule, a score of 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Search the web using DuckDuckGo or Google' and describes the output as 'titles, URLs, and snippets.' It defines a specific verb and resource, but does not explicitly differentiate from the sibling tool 'webfetch', which searches vs. fetches. The phrase 'finding URLs' hints at a distinction but lacks direct comparison.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use cases ('researching general knowledge, news, and finding URLs') which tells when to use the tool. However, it does not discuss when not to use it or mention the alternative 'webfetch' for fetching specific pages. This is clear context without exclusions, so it earns a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly mentions full JavaScript execution for React/SPAs and aggressive stripping of images/media, including base64, to save context tokens. This gives substantial insight into the tool's behavior, though it does not cover error handling or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the primary action, and every phrase adds value. It is information-dense with no wasted words, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description clarifies that the tool returns extracted main text content and highlights key behaviors like JS execution and media stripping. It does not mention template usage or pagination, but those are fully described in the parameter schema, making the overall picture complete enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of the parameters, so the baseline is 3. The description adds context about aggressive media stripping and base64 handling, which goes slightly beyond the schema's block_media parameter description. No major parameter semantics are missing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches and extracts the main text content from any webpage, using the specific verb 'Fetch and extract'. This distinctly differentiates it from the sibling 'websearch' tool, which would be used for searching rather than fetching a specific URL.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for retrieving content from a known URL, while the sibling 'websearch' is for finding URLs. It provides clear context ('any webpage') but does not explicitly state when to choose this over alternatives or mention exclusion cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maxylev/searchfetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server