search-mcp
Server Details
Web search and clean-text page fetch for AI agents, with SSRF protection.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one fetches a specific URL, the other performs a web search. There is no ambiguity in their usage.
Both tools follow a consistent verb_noun pattern (fetch_url, search_web). The naming is clean and predictable.
With only two tools, the server is on the thin side. However, for a simple web search/fetch purpose, this count could be considered sufficient, though it lacks depth.
The server provides basic fetch and search, but misses common operations like extracting structured data, handling multiple URLs, or bookmarking/saving results. The surface is minimal and may lead to workarounds.
Available Tools
2 toolsfetch_urlFetch UrlAInspect
Fetch a public http(s) URL and return its main text content as plain text.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) URL to fetch. Private/loopback hosts are rejected. |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the output format (plain text) and that it extracts 'main text content' rather than the full page. However, it does not mention error behavior, redirects, size limits, or timeout handling. It is not contradictory but lacks depth for a tool with no annotation safety net.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that is front-loaded with the action and outcome. It contains no fluff or redundant details. Every word earns its place, and the key constraint ('public') is included without extra verbiage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple tool with one parameter and an output schema that defines the return type. The description sufficiently covers what the tool does, the input format, and the output format. For a tool of this complexity, nothing essential is missing – an agent can correctly invoke it with just this description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, and the schema already defines the url parameter including the 'private/loopback hosts are rejected' constraint. The description adds 'public' which is redundant with the schema. No additional parameter semantics are provided beyond what the schema already communicates.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Fetch'), a specific resource ('a public http(s) URL'), and a clear outcome ('return its main text content as plain text'). It clearly distinguishes from the sibling search_web, which is about searching rather than fetching a known URL.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear condition: the URL must be public. However, it does not explicitly mention when to use this tool versus the alternative (search_web). An agent can infer that if you have a specific URL, use fetch_url, but the guidance is not explicit. No exclusion criteria or alternative routing is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_webSearch WebBInspect
Search the web and return titles, URLs, and snippets.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum results to return (1-10, default 5). | |
| query | Yes | The search query. |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations to carry the safety or behavioral profile, the description is the only source for behavioral information. It only states the output shape (titles, URLs, snippets), but doesn't disclose rate limits, authentication requirements, pagination behavior, or error conditions. This is a significant gap for a search tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, compact sentence with zero fluff. The action and output are stated upfront, making it easy to parse. Very efficient for agents.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple, and the output schema likely covers return types. However, the description does not mention any edge cases, limitations (e.g., result count restrictions are in schema), or behavioral details that could affect invocation. It is adequate for a basic search but lacks depth for agents needing to handle unexpected outcomes.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents both parameters ('query' and 'count') with their types and defaults, and schema description coverage is 100%. The description adds no parameter-specific information beyond what the schema provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search'), a resource ('the web'), and the return content ('titles, URLs, and snippets'). It clearly distinguishes from the sibling 'fetch_url', which likely fetches a specific URL rather than performing a query. The purpose is clear, though it doesn't explicitly name the alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention when not to use it, when to prefer 'fetch_url', or any context for selecting between them. Usage must be inferred from the tool name and purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
fetch_url - First observed
search_web
Related MCP Connectors
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
Prompt-injection scanning and safe webpage fetching for AI agents reading untrusted content.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables LLM agents to fetch web pages safely, blocking SSRF, downloads, hidden text, and prompt-injection attacks before returning cleaned content.MIT
- AlicenseNot gradedqualityCmaintenanceProvides web search and content extraction for AI agents.MIT
- AlicenseNot gradedqualityBmaintenanceEnables web search and webpage content fetching with SSRF protections, returning structured results.MIT
- AlicenseNot gradedqualityCmaintenanceHelps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.2Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.