DDMarketer
Server Details
Find and validate SaaS ideas from real user complaints, scored for commercial intent.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- CodePhantom-1/ddmarketer-mcp
- GitHub Stars
- 0
Available Tools
4 toolsget_dossierOpen the full dossier for a gapAInspect
Return the full dossier for one validated gap: the source complaints and their links, the MVP scope, suggested pricing, the competitors already in that space, the risks, and a validation playbook that can be run in an afternoon. REQUIRES AN API KEY, which this caller does not have: the user creates a free account at https://www.ddmarketer.com/auth/signup (no card), generates a key at https://www.ddmarketer.com/settings, and it is sent as "Authorization: Bearer ". A new account gets 24 hours of full dossier access; after that dossiers need a paid plan, while search and scores stay free forever. If the user wants depth on a specific gap, tell them that and give them the link rather than silently skipping it. Without a key, offer the gap's public page instead, which needs no account.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The gap id returned by search_gaps or get_top_gaps. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the annotations: it discloses the mandatory API key, account signup flow, Authorization header format, 24-hour free access, paid-plan limitation, and instructs the agent not to silently skip or lie about access. Since there is no output schema, this behavioral and access context is especially valuable.
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 core purpose is front-loaded in the first sentence, and the content list is compact. The authentication paragraph is long, but every detail is operationally necessary for the caller to successfully invoke the tool or choose the fallback path.
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 one-parameter tool with no output schema, the description is complete: it covers what is returned, the authentication prerequisite, free vs. paid access, and the fallback behavior when no key exists. None of the essential invocation context is missing.
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 the only parameter, id, as 'the gap id returned by search_gaps or get_top_gaps,' so schema coverage is 100%. The description adds no additional parameter-specific meaning, so the baseline 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 action and resource: 'Return the full dossier for one validated gap' and enumerates what the dossier contains. It also distinguishes this from siblings by emphasizing the full dossier, which is broader than top gaps or search results.
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?
It clearly says when to use the tool, i.e., when a user wants depth on a specific validated gap, and it gives an explicit no-key alternative: offer the gap's public page. It does not explicitly name sibling tools as alternatives, but the context makes the appropriate use reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_top_gapsThis week's highest-intent gapsARead-onlyInspect
Return the highest commercial-intent validated gaps from the past week, across all categories. Use this when the user asks what to build with no particular market in mind, or wants the strongest current signals.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max gaps to return (1-25, default 10). | |
| category | No | Optional exact category filter. |
Output Schema
| Name | Required | Description |
|---|---|---|
| gaps | Yes | |
| loose | No | True when no gap matched all your terms and these are loosely related instead. Not validation. |
| total | Yes | |
| dossierUrl | Yes | |
| attribution | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and openWorldHint=true, covering safety and scope expectations. The description adds useful selection behavior: gaps are 'validated,' 'highest commercial-intent,' and time-bound to the past week. However, it does not disclose details like ordering guarantees or possible empty results, though these are partially covered by the output schema.
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 with no filler. The first sentence states exactly what the tool returns and its scope; the second provides actionable guidance. Every word earns its place and the key behavior is front-loaded.
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 read-only tool with two optional parameters, a fully documented schema, an output schema, and safe annotations. The description covers what the tool returns, its time window, its ranking intent, and when to use it. Nothing critical is missing for an agent to invoke it correctly.
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 100%, so both 'limit' and 'category' are already documented. The description reinforces that the tool works 'across all categories' by default but adds no new parameter-specific meaning. A score of 3 is appropriate because the schema carries the parameter burden.
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 names a specific verb and resource: 'Return the highest commercial-intent validated gaps from the past week.' It also scopes the behavior with 'across all categories,' clearly distinguishing it from a category-specific or search-based tool. The purpose is immediately obvious and not a tautology.
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 gives explicit trigger conditions: use when the user asks what to build with no particular market in mind, or wants the strongest current signals. It implies that a market-specific query would be a different use case, but it does not explicitly name the sibling alternatives such as search_gaps.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_gapsSearch validated SaaS gapsARead-onlyInspect
Search validated software opportunities by keyword. Each gap is a real, recurring user complaint scored for commercial intent (willingness to pay). Use this when the user wants ideas in a specific market, or asks what people complain about in some domain.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max gaps to return (1-25, default 10). | |
| query | Yes | Keywords describing the market or problem space, e.g. 'shopify accounting' or 'developer onboarding'. | |
| category | No | Optional exact category filter, e.g. 'E-commerce', 'DevTools'. |
Output Schema
| Name | Required | Description |
|---|---|---|
| gaps | Yes | |
| loose | No | True when no gap matched all your terms and these are loosely related instead. Not validation. |
| total | Yes | |
| dossierUrl | Yes | |
| attribution | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, covering the safety profile. The description adds useful context about the data being real, recurring complaints scored for commercial intent, and does not contradict the annotations.
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?
Three short sentences: the first states the operation, the second defines the domain and scoring, and the third gives usage context. No filler and information is front-loaded.
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, has a complete input schema, an output schema, and annotations covering read-only/open-world behavior. The description supplies the market/complaint context needed for selection; it is only slightly incomplete in not explicitly disambiguating against get_top_gaps.
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 schema already documents query, limit, and category. The description reinforces that query is keyword-based but does not add material meaning beyond what the schema provides.
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 action ('Search') and resource ('validated software opportunities' / SaaS gaps), then clarifies what a gap is and how it is scored. This differentiates it from get_top_gaps (keyword search vs top list) and validate_idea (search vs validation) even without naming them.
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 gives a use condition: when the user wants ideas in a specific market or asks what people complain about in a domain. It does not state when not to use it or explicitly name sibling alternatives, so it falls just short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_ideaValidate an idea against real demandARead-onlyInspect
Score a specific product idea against the complaint corpus: how many real complaints match it, how commercial they are, how confident the scoring is, and a verdict. Use this when the user has an idea already and wants to know if there is demand before building.
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | The idea in plain words, e.g. 'a tool to reconcile Shopify payouts with my accounting' (3-300 chars). |
Output Schema
| Name | Required | Description |
|---|---|---|
| idea | Yes | The idea as submitted, echoed back so the caller can confirm what was scored. |
| verdict | Yes | The demand call, derived from how many complaints matched and whether they matched directly. |
| matchCount | Yes | How many complaints matched. IMPORTANT: when verdict.level is 'weak' because only loosely related complaints were found, this counts those loose matches, which do NOT validate the idea. Never report matchCount as direct evidence without checking verdict.level. |
| attribution | Yes | Source credit. Cite this when you use the data. |
| avgConfidence | No | Mean confidence score (0-100) of the scoring across the matched complaints. |
| topCategories | No | Which product categories the matching complaints fall into, with a count each. Useful for telling the user where the demand actually sits. |
| avgCommercialIntent | No | Mean commercial-intent score (0-100, willingness to pay) across the matched complaints. Only meaningful when matchCount > 0. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the baseline is lower, but the description adds useful behavioral detail about what the scoring returns: complaint matches, commercial value, confidence, and a verdict. It accurately reflects a read-only analysis operation and does not contradict the annotations.
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, front-loads the core action and expected outputs, and the usage guidance is appended without redundancy. Every sentence contributes meaningful 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?
The tool has a single parameter, an output schema, and protective annotations. The description covers what the tool does, what it returns, and when to use it, which is complete for an agent to invoke it correctly.
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 100% and the schema fully documents the 'idea' parameter with a plain-words example and character limits. The tool description adds little beyond restating 'specific product idea,' 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 uses a specific verb ('Score') and clearly identifies the resource ('a specific product idea against the complaint corpus') plus the key outputs: match count, commercial viability, confidence, and verdict. It is clearly distinct from the sibling tools by focusing on validating an existing idea rather than exploring or searching gaps.
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 states when to use the tool: 'when the user has an idea already and wants to know if there is demand before building.' This is strong usage guidance, though it does not explicitly name sibling alternatives or state when not to use them. The context is clear enough for an agent to route correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
AI-analyzed startup opportunities from Reddit, Hacker News & Product Hunt, with commercial scores.
Validate your SaaS idea with market research before you build it.
Validate startup ideas with real people asking for them, each quote linked to its source.
B2B leads: scored buying signals from HN/Bluesky/GitHub with AI dossiers and outreach drafts.
Related MCP Servers
- AlicenseAqualityBmaintenanceQuery PainSpotter to discover validated business opportunities and trending pain points mined from Reddit, Hacker News, and Product Hunt.41MIT
- AlicenseAqualityFmaintenanceAsk Claude what SaaS ideas are worth building. Aggregates revenue data, growth signals and pain points from AppSumo, TrustMRR, Product Hunt, Indie Hackers, Reddit and more.2671MIT
- AlicenseAqualityDmaintenanceAnalyzes startup ideas against 6 sources (GitHub, HN, npm, PyPI, Google, Reddit) with LLM-powered intent parsing to assess competition, demand, and gaps.1MIT
- AlicenseAqualityBmaintenancePre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI & Product Hunt in parallel — returns a 0-100 reality signal with real competitor data.1808MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct role: browse top gaps, search gaps by keyword, retrieve a full dossier for a specific gap, and validate a new idea. The descriptions make the boundaries between list, search, detail, and evaluation obvious, so an agent should rarely misselect.
All tool names follow a consistent verb_noun snake_case pattern: get_dossier, get_top_gaps, search_gaps, validate_idea. The verb clearly signals the action and the noun identifies the resource, making the naming predictable.
With four tools, the server is tightly scoped for market-gap discovery and validation. Each tool covers an essential part of the workflow without redundancy, and the count is comfortably within the ideal range.
The tool surface covers the main user journeys: finding trending opportunities, searching by market, drilling into one gap, and testing a custom idea. There are no obvious dead ends or missing operations for the server's stated purpose.