Skip to main content
Glama

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.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
100.0% over 41 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is zero risk of confusing it with others. The tool's purpose is singular and clearly defined.

Naming Consistency5/5

With a single tool named 'search', there is no pattern to violate. The name is simple and directly reflects its function.

Tool Count3/5

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.

Completeness4/5

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 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedsearch2 fields changed
      • addedInput schema / properties / ai_search_options / properties / custom_metadata
        Added value: +{
        +  "additionalProperties": {
        +    "type": [
        +      "string",
        +      "number",
        +      "boolean"
        +    ]
        +  },
        +  "propertyNames": {
        +    "type": "string"
        +  },
        +  "type": "object"
        +}
      • changedInput schema / properties / ai_search_options / properties / retrieval / properties / filters / additionalProperties / anyOf
        Previous 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"
        +  }
        +]
  2. 1 tool update
    • Changedsearch4 fields changed
      • addedInput schema / properties / ai_search_options / properties / query_rewrite / properties / enabled / const
        Added value: +false
      • removedInput schema / properties / ai_search_options / properties / query_rewrite / properties / model
        Removed value: -{
        -  "type": "string"
        -}
      • addedInput schema / properties / ai_search_options / properties / reranking / properties / enabled / const
        Added value: +false
      • removedInput schema / properties / ai_search_options / properties / reranking / properties / model
        Removed value: -{
        -  "type": "string"
        -}
  3. 1 tool update
    • First observedsearch

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources