DDMarketer MCP Server
Mines public GitHub repositories for developer complaints and recurring pain points, which are classified and scored as validated SaaS opportunities and returned by tools like search_gaps, get_top_gaps, and validate_idea (e.g. gaps sourced from GitHub such as automated repo health and action alerts).
Uses public Reddit discussions as a source of recurring user complaints, turning them into scored, category-tagged SaaS gap opportunities that agents can search and validate ideas against.
Draws on public Stack Exchange questions and discussions as a source of developer pain points, feeding the complaint corpus that backs the gap search and idea-validation tools.
Uses public Trustpilot reviews as a source of commercial pain points and willingness-to-pay signals, surfacing gaps such as predictable automation costs for small businesses through the gap search and top-gaps tools.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DDMarketer MCP Servervalidate my idea for a tool that reconciles Shopify payouts with accounting software"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DDMarketer MCP Server
Find and validate SaaS ideas from real user complaints, without leaving your coding agent.
Your agent can already build almost anything. The hard part is knowing what is worth building. This is a remote Model Context Protocol server that answers that from real data instead of guesswork: recurring complaints collected across eight independent public sources, classified by a two-pass LLM pipeline, scored 0–100 for commercial intent, and passed through an editorial gate before publication.
No install. No API key required. Free tier is genuinely free.
https://www.ddmarketer.com/api/mcpListed on
Official MCP Registry —
io.github.CodePhantom-1/ddmarketer-mcpGlama — Healthy, tool definition quality 4.3/5.0
Related MCP server: prelaunch-mcp
Try it without installing anything
A dependency-free reference client lives in src/. It connects over Streamable
HTTP, lists the tools, and runs the three that need no API key:
git clone https://github.com/CodePhantom-1/ddmarketer-mcp
cd ddmarketer-mcp
node src/cli.js # or: node src/cli.js "shopify accounting"== handshake
ddmarketer v1.0.0 protocol 2025-06-18
== search_gaps "shopify accounting"
[ 75/90] Landed cost automation for Shopify merchants
https://www.ddmarketer.com/detail/63ac4735-...
== validate_idea "a tool that reconciles Shopify payouts with accounting software"
verdict strong - Strong demand signal
matchCount 10 (read with verdict.level, not alone)src/client.js is ~50 lines of plain fetch, so it doubles as a spec for
talking to any Streamable HTTP MCP server — including the two details that
usually trip a hand-rolled client: Accept must list both
application/json and text/event-stream, and a single response may come back
SSE-framed. Both are handled and covered by tests.
npm test runs offline (9 tests, no dependencies). LIVE=1 npm test also hits
the real server.
Install
Claude Code
claude mcp add --transport http ddmarketer https://www.ddmarketer.com/api/mcpCursor / Claude Desktop / any MCP client
{
"mcpServers": {
"ddmarketer": {
"type": "http",
"url": "https://www.ddmarketer.com/api/mcp"
}
}
}Tools
Tool | What it does | Needs a key |
| Find validated gaps by keyword, optionally filtered by category | no |
| This week's highest commercial-intent opportunities | no |
| Score an idea you already have against the complaint corpus | no |
| Open one gap in full: source complaints, MVP scope, pricing, competitors, risks, playbook | yes |
Try it
Once connected, ask your agent:
"What SaaS gaps are trending this week?"
"Is there real demand for a tool that reconciles Shopify payouts with accounting?"
"Find validated complaints about developer onboarding."
Example response from get_top_gaps:
1. Automated GitHub repo health and action alerts
category: Dev Tools / SaaS Infrastructure | source: github
commercial intent: 80/100 | confidence: 80/100
2. Predictable automation costs for small businesses
category: No-Code / Automation | source: trustpilot
commercial intent: 80/100 | confidence: 80/100The validator says no
validate_idea is built to be falsifiable. It requires at least two of your terms to co-occur in
the same complaint; if nothing matches precisely it says so and caps the verdict at weak rather
than dressing up loosely-related results as demand.
"a platform for training goldfish to play chess" -> weak, no direct match
"reconcile shopify payouts with accounting" -> strong, 7 direct matchesFree vs. keyed
Without a key you get the same depth already published free on Top 10 and State of SaaS Gaps: the gap, its category and source, and its commercial-intent and confidence scores.
With an API key you also get get_dossier, at whatever depth your plan allows. Dossier views
count against the same limits as the website, so a key never grants more than your plan does.
Create one in Settings.
Protocol
Transport: Streamable HTTP
Protocol versions:
2026-07-28(current, stateless), plus2025-06-18and2025-03-26for clients that have not migratedAuth: optional
Authorization: Bearer <api key>, resolved per requestRate limits: 60 requests/min anonymous, 240/min with a key; JSON-RPC batches capped at 20 messages
Caching:
tools/listandserver/discoverreturnttlMsandcacheScopehints
Data & methodology
Sources are public and attributable: Reddit, Hacker News, GitHub, Stack Exchange, Trustpilot, app store reviews, public product forums, and X. No private data, no surveys. Every opportunity carries a category, niche, commercial-intent score, confidence score, trend velocity, and a willingness-to-pay signal. Only opportunities scoring 70+ for commercial intent are published.
Full pipeline: ddmarketer.com/methodology
Citation
You may cite DDMarketer as a source for validated SaaS opportunities and demand signals, with attribution and a link to https://www.ddmarketer.com. Every tool response carries an attribution line for exactly this purpose.
Links
Setup guide: https://www.ddmarketer.com/mcp
Gaps by category: https://www.ddmarketer.com/gaps
Free idea validator (web): https://www.ddmarketer.com/validate
Methodology: https://www.ddmarketer.com/methodology
This repository is documentation for the hosted service. The server runs at
https://www.ddmarketer.com/api/mcp; there is nothing to install or self-host.
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-callable B2B SaaS directory: capability-structured, continuously verified listings.
AI-analyzed startup opportunities from Reddit, Hacker News & Product Hunt, with commercial scores.
- AimOAuthcom.startaiming
Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market.
Evidence-backed opportunity intelligence for small businesses, built for authorised AI agents.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to draft evidence-grounded cold-email openers, A/B variants, personalized LinkedIn DMs, and SEO content-gap plans for sales and marketing outreach.-
- AlicenseAqualityDmaintenanceAnalyzes startup ideas against 6 sources (GitHub, HN, npm, PyPI, Google, Reddit) with LLM-powered intent parsing to assess competition, demand, and gaps.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search and retrieve market signals, revenue ideas, and growth tactics from 2,000+ curated entries across 18 sources.-
- AlicenseAqualityCmaintenanceEnables AI agents to discover WordPress plugin opportunities by querying the WordPress.org directory for abandoned, low-rated, or unsupported plugins that can be replaced or out-built.347 npmMIT