discovery
Server Details
Search independent software the big engines bury: indie apps, open-source repos, and dev tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored. Lowest: 3.3/5.
Each tool has a clearly distinct purpose: searching for indie software, searching for middleware, listing capabilities, retrieving a specific listing, and viewing index stats. The two search tools target different domains (software vs middleware) and descriptions clarify the distinction.
Most tool names follow a verb_noun pattern (get_listing, list_capabilities, search_indie, search_middleware). However, 'index_stats' is a noun phrase rather than a verb_noun, which is a minor deviation from the otherwise consistent convention.
With only 5 tools, the server is well-scoped for a discovery service. Each tool earns its place: two search functions, one capability enumerator, one detail retriever, and one stats overview. No redundancy or bloat.
The tool surface fully covers the discovery domain: users can search indie software, search middleware, list capabilities for middleware search, retrieve full details of any listing by ID, and understand the scope of the index. No obvious gaps for a read-only discovery service.
Available Tools
5 toolsget_listingAInspect
Get full detail for one listing by id, including its outbound url, creator, tags, and popularity/recency signals.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It adds value by listing the fields returned (outbound url, creator, tags, popularity/recency signals), but it doesn't explicitly state that the operation is read-only or describe error behavior. The verb 'Get' implies a safe read, but the description could be more explicit about side effects and response format.
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, well-structured sentence that conveys the core function and key return fields without unnecessary words. It is concise yet informative, earning its place entirely.
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?
Given one parameter, no output schema, and no annotations, the description adequately covers the tool's purpose and return content by naming specific fields. It doesn't mention errors or return format, but for a simple get-by-id tool, the core information is present. Slightly lacking in explicit return structure, but sufficient for the tool's simplicity.
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 contains one required 'id' string parameter with no description (0% coverage). The description clarifies that the id refers to a listing ID, which adds meaning beyond the schema. However, it doesn't provide details on id format, source, or validation, so the addition is minimal and only partially compensates for the low schema coverage.
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 is specific and clear: 'Get full detail for one listing by id' uses a strong verb and resource, and enumerates included fields (outbound url, creator, tags, popularity/recency signals). This distinguishes it from sibling tools like search_indie, which focus on searching rather than retrieving a single known listing.
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 phrase 'by id' clearly implies the tool should be used when a specific listing identifier is known and full details are needed. While it doesn't explicitly mention alternatives like search_indie or when not to use, the context is clear for a get-by-id operation. No exclusions or alternative references are provided, but the usage context is reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
index_statsBInspect
How much of the independent-software index is available: total listings, how many are fresh or small, and the top sources, languages and tags.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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 describes what information is returned but does not explicitly state that the tool is read-only or side-effect-free, nor does it mention any limitations (e.g., what counts as 'fresh' or 'small'), authentication requirements, or rate limits. This is a significant gap given the lack of annotation support.
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, information-dense sentence. It front-loads the core question ('How much... is available') and then lists the key statistics. Every word earns its place; there is 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 zero-parameter, no-output-schema tool, the description covers the main return dimensions (totals, freshness, size, top sources/languages/tags). However, terms like 'fresh' and 'small' are undefined, and the absence of an output schema leaves the return structure unspecified. Still, it is adequate for a straightforward stats tool.
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 tool has zero parameters and the schema is trivially complete (empty object). Per the baseline rule for zero-parameter tools, a score of 4 is appropriate. The description adds no parameter information but also needs none, as there is nothing to clarify.
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 clearly indicates that the tool provides an aggregate statistical overview of the independent-software index (total listings, freshness/size categories, top sources/languages/tags). It is distinguishable from sibling tools like get_listing (which fetches a single listing) or search_* (which finds specific items), though it lacks an explicit verb such as 'retrieve' or 'compute'.
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?
No explicit guidance is provided on when to use this tool versus alternatives. The description does not mention that this is the preferred tool for index-level statistics, nor does it exclude cases where get_listing or search tools would be more appropriate. Usage context is only implied by the content, not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_capabilitiesAInspect
List the middleware capabilities Devadex indexes (dialogue, auth, inventory, networking, memory, …) with how many middleware exist for each, plus the platforms available. Use this to pick a capability/platform for search_middleware.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavior disclosure. It transparently describes what the tool returns: middleware capabilities with counts and available platforms. It does not discuss performance or side effects, but as a no-parameter listing tool, the transparency is adequate.
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 two sentences: the first states what the tool lists, the second gives a direct usage instruction. Every word contributes value; there is no repetition or filler.
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 description fully explains the tool's output (capabilities with counts, platforms) and its role within the middleware search workflow. Since there is no output schema, this is sufficient for a zero-parameter listing tool.
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 tool has zero parameters, so the baseline is 4. The description appropriately focuses on the output rather than inputs, and no additional parameter semantics are needed.
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 clearly states the verb ('List') and the resource ('middleware capabilities Devadex indexes'), enumerates example categories, and mentions the extra output of platforms. It further distinguishes itself by tying its use to picking values for search_middleware, which is one of the sibling tools.
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 explicitly directs the agent to use this tool to pick a capability/platform for search_middleware. It lacks a formal 'when not to use' clause, but the specific use-case guidance is clear and actionable, going beyond mere implication.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_indieAInspect
Search independent, small, and newly launched software that mainstream search engines bury. Each result has a buyUrl (the link to send the user to — it may be an affiliate link) and a clean url. Use small=true to see only low-authority (buried) results, fresh=true for recent launches.
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | Only recently launched or updated listings. | |
| query | No | What the user wants, e.g. 'markdown editor', 'mcp server for notes', 'indie invoicing tool'. | |
| small | No | Only low-authority listings — the long tail Google buries. | |
| source | No | Filter to one source, e.g. 'npm' or 'github'. | |
| language | No | Filter by programming language, e.g. 'Rust'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses an important behavior: each result has a buyUrl that may be an affiliate link and is the intended link to send the user to, plus a clean url. It also explains the meaning of the small and fresh filters. This is valuable context beyond what the schema provides, though it omits other behaviors like pagination or result limits.
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 tightly written in two sentences. The first sentence states the core purpose, and the second adds crucial output details and filter usage. No filler or redundant information. It is front-loaded with the most important information.
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 search tool with 5 optional parameters and no output schema, the description covers the essential purpose, the key result fields (buyUrl, url), and parameter semantics. It lacks full return format details (e.g., other result fields, ordering, pagination), but it is reasonably complete given the tool's apparent simplicity. The absence of an output schema makes full return shape disclosure more important, so a small deduction is applied.
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 provides detailed descriptions for all 5 parameters (100% coverage). The description adds little beyond rephrasing the small and fresh parameters ('low-authority (buried)' vs 'recent launches'). Since the schema already handles parameter meaning, the description's contribution is minimal, warranting the baseline score of 3.
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 opens with a specific verb and resource: 'Search independent, small, and newly launched software that mainstream search engines bury.' This clearly states what the tool does and its distinctive scope, distinguishing it from generic search tools. The mention of 'buyUrl' and 'clean url' further clarifies the output type.
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 clear context for when to use the tool: when searching for indie/small/new software that mainstream engines bury. It also gives actionable parameter guidance ('Use small=true to see only low-authority (buried) results, fresh=true for recent launches'). However, it does not explicitly mention when not to use it or name alternative sibling tools like search_middleware.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_middlewareAInspect
Search reusable software middleware by CAPABILITY (what it does) across every platform — e.g. 'dialogue', 'authentication', 'inventory', 'networking', 'memory'. Returns middleware libraries, SDKs, and systems with an outbound link to where each is shipped. Use capability for the exact capability slug (see list_capabilities), platform to narrow to an engine/language, and query for free text.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text, e.g. 'branching dialogue', 'oauth login'. | |
| platform | No | Platform slug, e.g. 'unity', 'godot', 'python', 'web'. | |
| capability | No | Capability slug, e.g. 'dialogue', 'authentication', 'pathfinding'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool returns middleware libraries, SDKs, and systems with outbound links, and explains the search is by capability across every platform. It doesn't mention error handling, pagination, or potential side effects, but as a search/read operation, the behavior is largely transparent. It adds value beyond annotations (which are absent) and covers the core return behavior.
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, front-loaded sentence with an em-dash example list, followed by one sentence of parameter guidance. Every clause earns its place, with no filler or redundancy. It is compact yet packed with useful information, achieving top marks for structure and conciseness.
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?
Given no output schema, the description explains the high-level return (middleware libraries, SDKs, systems with outbound links) and parameter usage. It would be improved by noting the behavior when no parameters are provided (e.g., returns all middleware) or any pagination/ordering, but for a simple search tool, it covers the essentials. The reference to list_capabilities adds contextual completeness for the capability parameter.
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 baseline is 3, but the description enriches each parameter: 'capability' is tied to an exact slug from list_capabilities, 'platform' is explained as an engine/language, and 'query' is illustrated with examples. This goes beyond the basic schema descriptions, providing cross-tool integration and usage context, justifying a 4.
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 clearly states the tool searches for reusable software middleware by capability, with specific examples (dialogue, authentication, etc.) and notes it returns libraries, SDKs, and systems with outbound links. This is a specific verb+resource+scope and, while it doesn't explicitly name siblings, the focus on middleware clearly distinguishes it from tools like search_indie.
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 clear parameter usage instructions: use 'capability' for the exact capability slug (referencing list_capabilities), 'platform' to narrow down, and 'query' for free text. It implies the tool is the go-to for middleware discovery across platforms, but it does not explicitly exclude alternatives or state when not to use it. This is clear context without explicit exclusions, earning a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseBqualityDmaintenanceQuickly search indexed indie devs blog posts and articles. It is like chatting with your favourite newsletters (coding, tech, founder). It's kind of like a web search, but specifically tuned for high-quality, developer-curated content. Use case: help implement features faster.22MIT
- Flicense-qualityCmaintenanceSemantic search over local source repositories and forum archives, exposing tools to list sources, search code, read code, and search forum discussions.
- MIT
- FlicenseAquality-maintenanceProvides specialized search capabilities across e-commerce platforms, scientific publications, code repositories, social media, and general web with advanced filtering, including product comparison, research aggregation, and developer tool discovery.3