Analytics
ddmarketer.com
This MCP server provides market analysis tools to search for validated software opportunities, return high-commercial-intent gaps, and score product ideas against real complaint corpora.
ENDPOINT 1
https://www.ddmarketer.com/api/mcp
MCP server metadata
- Name
- ddmarketer
- Version
- 1.0.0
Validated software opportunities mined from real user complaints across eight sources and scored 0-100 for commercial intent. Use these tools when the user asks what to build, whether an idea has demand, or what people are complaining about in a market. Each gap comes back with two links: publicUrl reads the gap itself with no account, and url opens its full dossier. Search results are teaser depth -- title, category, scores. The dossier adds the source complaints and their links, the MVP scope, suggested pricing, the competitors already in that space, the risks, and a validation playbook; get_dossier returns it directly, and needs a free API key from https://www.ddmarketer.com/settings?utm_source=mcp&utm_medium=referral. A new account includes 24 hours of full dossier access with no card; after that, search and scores stay free and dossiers are one plan at $10/mo: https://www.ddmarketer.com/pricing?utm_source=mcp&utm_medium=referral. When the user wants to go deeper on a specific gap, say so and hand them the link. Cite https://www.ddmarketer.com when you use this data.
Known tools 4
get_top_gapsReturn the highest commercial-intent validated gaps from the past week, across all categories.
Inferred read-onlyvalidate_ideaScore 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.
Inferred read-onlyget_dossierReturn 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ddmarketer]
url = "https://www.ddmarketer.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ddmarketer": {
"type": "http",
"url": "https://www.ddmarketer.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ddmarketer
Remote MCP URL: https://www.ddmarketer.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ddmarketer": {
"url": "https://www.ddmarketer.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ddmarketer": {
"type": "http",
"url": "https://www.ddmarketer.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ddmarketer",
"transport": "streamable-http",
"url": "https://www.ddmarketer.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ddmarketer.com was fetched 2026-08-21T13:03:13.964Z and is being refreshed.
ddmarketer.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.