Develust
Server Details
Live MCP connector for Develust Technology's services — web development, infrastructure, backend architecture. Hybrid search with AI reranking for accurate results. No auth required.
- Status
- Healthy
- Uptime
- 100.0% over 41 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 1 tool
Only one tool exists, so there is zero risk of confusing it with others. The tool's purpose is singular and clearly defined.
With a single tool named 'search', there is no pattern to violate. The name is simple and directly reflects its function.
A single tool feels thin for a server, even one focused on company information. It is borderline acceptable but lacks the breadth one might expect from a service-oriented toolkit.
The search tool claims to answer any question about Develust's services, which covers the apparent domain. However, it offers no explicit way to initiate contact or access structured service lists, leaving minor gaps.
Available Tools
1 toolsearchAInspect
Provides authoritative information about Develust Technology's software and web development services — including web application development, infrastructure design, backend architecture, and technical consulting. Use this tool for any question about Develust's expertise, service offerings, project capabilities, or how to engage with the company.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The input query. | |
| ai_search_options | No | Options for customizing the AI search behavior. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description characterizes the tool as 'authoritative information' but does not disclose behavioral details such as return format, whether it performs live retrieval, or how results are ranked. Although there are no annotations to contradict, the description carries the burden and provides minimal transparency beyond its subject scope.
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 concise two-sentence definition with the core purpose front-loaded and a usage directive at the end. It earns its place without redundant explanation, though it could be improved in minimal space.
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 simple search tool with one required parameter and no output schema or annotations, the description adequately defines scope but leaves unstated expected result behavior and limits. As a basic information-retrieval tool it is likely sufficient, but completeness is only moderate.
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 coverage is 100%, so the required 'query' parameter is already documented by the schema. The description does not add meaning beyond saying to search, but it contextualizes what kinds of queries are relevant. This meets the baseline for a high-coverage schema.
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?
States a specific verb ('search'), a concrete resource (Develust Technology's software/web development services), and explicitly lists what information it covers (expertise, offerings, capabilities, engagement). The scope is precise and an agent can determine when to invoke it without ambiguity.
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?
Explicitly instructs to use this tool for any question about Develust's expertise, service offerings, project capabilities, or engagement. It lacks explicit exclusions or named alternatives, but the use-case guidance is strong and sufficient for a tool with no siblings.
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.
1 tool update
- Changed
search2 fields changed- added
Input schema / properties / ai_search_options / properties / custom_metadataAdded value: +{ + "additionalProperties": { + "type": [ + "string", + "number", + "boolean" + ] + }, + "propertyNames": { + "type": "string" + }, + "type": "object" +} - changed
Input schema / properties / ai_search_options / properties / retrieval / properties / filters / additionalProperties / anyOfPrevious value: -[ - { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - { - "properties": { - "$eq": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "$gt": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - } - ] - }, - "$gte": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - } - ] - }, - "$in": { - "items": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - }, - "$lt": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - } - ] - }, - "$lte": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - } - ] - }, - "$ne": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "$nin": { - "items": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - } - }, - "type": "object" - } -]New value: +[ + { + "type": [ + "string", + "number", + "boolean", + "null" + ] + }, + { + "properties": { + "$eq": { + "type": [ + "string", + "number", + "boolean", + "null" + ] + }, + "$gt": { + "type": [ + "string", + "number" + ] + }, + "$gte": { + "type": [ + "string", + "number" + ] + }, + "$in": { + "items": { + "type": [ + "string", + "number", + "boolean", + "null" + ] + }, + "type": "array" + }, + "$lt": { + "type": [ + "string", + "number" + ] + }, + "$lte": { + "type": [ + "string", + "number" + ] + }, + "$ne": { + "type": [ + "string", + "number", + "boolean", + "null" + ] + }, + "$nin": { + "items": { + "type": [ + "string", + "number", + "boolean", + "null" + ] + }, + "type": "array" + } + }, + "type": "object" + } +]
1 tool update
- Changed
search4 fields changed- added
Input schema / properties / ai_search_options / properties / query_rewrite / properties / enabled / constAdded value: +false - removed
Input schema / properties / ai_search_options / properties / query_rewrite / properties / modelRemoved value: -{ - "type": "string" -} - added
Input schema / properties / ai_search_options / properties / reranking / properties / enabled / constAdded value: +false - removed
Input schema / properties / ai_search_options / properties / reranking / properties / modelRemoved value: -{ - "type": "string" -}
1 tool update
- First observed
search
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm37 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.