SearchPipe
Server Details
Real-time web search for AI agents: ranked results, source URLs, and optional AI answers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 1 tool
With only a single tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as an AI-powered web search.
The tool name `searchpipe_search` follows a predictable `prefix_verb` pattern, but with only one tool the consistency across a set is untestable. It is a reasonable name, but the pattern is not established.
A single tool for an AI-powered search pipeline is extremely thin for a server. While the tool is complex internally, agents would likely need complementary tools (e.g., for managing credits, retrieving usage, or other search variants) to be self-sufficient.
The server's purpose is a search pipeline, and it only offers a single search endpoint. Missing features include multiple search modes, pagination, history, or account management, making the surface severely incomplete for broader search workflows.
Available Tools
1 toolsearchpipe_searchAInspect
Run an AI-powered web search for a query: SearXNG retrieval → page fetching → LLM reranking → optional AI answer.
Uses the same commercial pipeline as the HTTP POST /search endpoint: authentication → rate limiting → input moderation → credit charge → search → output moderation + AI-generated marker → refund on failure → usage logging. Credits are charged per call.
api_key: an API key starting with sp-. It may also be provided through the SEARCHPIPE_API_KEY
environment variable (the parameter takes precedence).
Returns Tavily-style structured results (query / answer / results[]).
Returns a tool error on authentication failure, insufficient credits, content violation, or retrieval failure.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| api_key | No | ||
| max_results | No | ||
| include_answer | No | ||
| include_raw_content | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| answer | No | LLM-generated answer (optional) |
| results | Yes | |
| ai_generated | No | Whether the response contains LLM-generated content |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and delivers richly: it discloses the commercial pipeline (authentication, rate limiting, input/output moderation, credit charge, refund on failure, usage logging), the per-call credit charge, the AI-generated marker, the Tavily-style return shape, and the exact error conditions. This is exemplary behavioral disclosure for a billing-eligible 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?
The description is longer than average but every sentence earns its place: purpose, pipeline, commercial flow, parameter note, return format, error cases. It is front-loaded with the core purpose and organized into logical paragraphs, with no filler or repetition.
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?
For a complex commercial tool with billing, moderation, and authentication, the description covers nearly everything an agent needs: mechanism, credit implications, failure modes, and return structure. An output schema exists for return values, so the return-format note is a bonus rather than a requirement. Minor gaps are only the unmentioned optional parameters.
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?
Schema description coverage is 0%, so the description must compensate. It fully explains api_key (prefix, environment variable fallback, precedence) and implies query's role, and 'optional AI answer' hints at include_answer. However, max_results, include_raw_content, and the remaining behavior of include_answer are not addressed, though their self-descriptive names mitigate the gap.
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?
Opens with a specific verb+resource ('Run an AI-powered web search for a query') and details the full pipeline (SearXNG retrieval → page fetching → LLM reranking → optional AI answer). This leaves no ambiguity about what the tool does, even without sibling tools for contrast.
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 intended use is implied clearly by the opening statement (AI-powered web search when you need retrieved and reranked web content), but there are no explicit when-to-use/when-not-to-use instructions or named alternatives. With no siblings listed, the absence is less damaging, yet the description never states conditions that would make this tool inappropriate.
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
- Removed
ai_search_search - Added
searchpipe_search
1 tool update
- First observed
ai_search_search
Related MCP Connectors
The best web search for your AI Agent
Agent-native search engine with live web research optimized for AI agents.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search for AI agents. Ranked results with page passages already extracted, plus URL to markdown.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform live web searches with ranked results and extracted page passages, plus clean markdown extraction of any URL.MIT

AnySearchofficial
AlicenseNot gradedqualityBmaintenanceUnified real-time search engine skill for AI agents.1,845Apache 2.0- AlicenseNot gradedqualityBmaintenanceProvides web search and content extraction for AI agents.MIT
- AlicenseAqualityAmaintenanceEvidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.520Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.