What is the IndiePipeline MCP?

The IndiePipeline MCP is a connector for Claude that gives it the power to scan online communities for product opportunities. It searches Reddit, Hacker News, and forums to find pain points, feature requests, and unmet needs - then analyzes them to surface the best ideas for your next project.

Real-time data Claude gets fresh data from Reddit, HN, and forums
Natural conversation Just ask Claude to find opportunities in your niche
AI analysis Claude analyzes and synthesizes the findings for you

Available Tools

When connected, Claude has access to these IndiePipeline tools:

smart_scan

Auto-discover and scan relevant communities for your niche

discover_opportunities

Full analysis of a niche with scored opportunities

scan_community

Deep dive into a specific subreddit or forum

suggest_communities

Find relevant communities for your target market

quick_scan

Fast overview of communities for rapid exploration

Setup Claude Desktop in 4 Steps

Connect IndiePipeline to Claude.ai in under a minute

1

Add Custom Connector

In Claude.ai, go to Settings → Connectors → Add custom connector

https://mcp.indiepipeline.ai/sse
Add custom connector dialog
2

Click Connect

Find Indie Pipeline in your connectors list and click Connect

3

Authorize Claude

Log in to your IndiePipeline account and click Authorize Claude

Authorize Claude dialog
4

Start Discovering

You're all set! Start a new conversation with Claude and ask it to find product opportunities.

Available tools

Example: Finding Your Next Product Idea

Here's a real workflow using IndiePipeline with Claude Code to discover, validate, and plan a product opportunity.

Step 1

Use Smart Scan to Explore a Niche

Start by asking Claude to scan communities in your area of interest. Smart scan automatically finds relevant communities and surfaces pain points.

You

I'm interested in building tools for remote teams. Can you use smart_scan to find product opportunities in this space?

Claude

I'll scan communities related to remote work to find pain points and tool requests.

Using smart_scan niche: "remote teams and distributed work"

The scan returned 75 signals, though the results skewed heavily toward remote job hunting frustrations rather than remote team collaboration tooling. That said, there are still some actionable patterns. Let me break down what I found and suggest a more targeted follow-up.

Analysis of Signals

1. Remote Job Search is Broken - Multiple people express deep frustration with job boards being full of scams, reposted listings, and location-restricted "remote" jobs.

2. RTO vs. Remote Tension Creates Tool Gaps - The highest-engagement signal (1,917 upvotes) is about forced RTO. Remote workers who are fighting to stay remote need ways to prove their productivity and value to skeptical leadership.

Step 2

Dig Deeper Into a Promising Idea

Once you spot an interesting opportunity, ask Claude to investigate further with a focused community scan.

You

The Remote Team Onboarding Automation problem sounds interesting. Can you dig deeper into this? I want to understand the specific pain points and what solutions people have tried.

Claude

Let me run a few targeted scans to get more specific signals on remote onboarding pain points.

Using scan_community community: "r/humanresources", query: "onboarding remote new hire"
Using scan_community community: "r/peopleops", query: "onboarding workflow automation"

Now we're talking — this second scan hit the motherlode of onboarding pain points. Let me synthesize everything into a deep analysis.

The Core Problem (with evidence)

The signals paint a very clear picture. Onboarding at small-to-mid-sized companies (50-300 employees) is a manual, fragmented nightmare — and it's especially broken for remote/hybrid teams.

Pain Point Cluster 1: "Death by Manual Steps"

This was the most consistent and emotionally charged theme across signals. An HR person at a 300-person hybrid company says they handle onboarding across four time zones with "a mix of GSheets, DocuSign, and Jira tickets." Every new hire requires 10+ manual steps, and "no one owns the process end-to-end."

Step 3

Generate a Next Steps Document

With validated insights, ask Claude to create an actionable plan for moving forward.

You

This looks promising! Can you create a next steps document for validating and building an MVP for the "Remote Onboarding Orchestrator" concept?

Claude

Here's your MVP validation and build plan. The document covers three phases across 10 weeks:

Phase 1 (Weeks 1-2): Validation through 8-12 customer discovery interviews, a landing page test targeting 50+ signups, and a competitive audit of Sapling, Process Street, Trainual, and the major HRIS platforms.

Phase 2 (Weeks 3-6): Building the MVP with prioritized features — workflow templates, multi-stakeholder task assignment, and automated nudges as P0, with the new hire portal and dashboard as P1. Includes a week-by-week build timeline and tech stack recommendations that play to your Go/Kotlin backend strengths.

Phase 3 (Weeks 7-10): Beta program with 5-10 companies, a three-tier pricing model ($99-$349/month flat, not per-seat), and go-to-market channels.

It also includes a risk/mitigation matrix, success metrics for each phase, and five concrete actions to take this week. The go/no-go decision point at the end of Week 2 is key — no point building if the validation interviews don't confirm willingness to pay.

Download Onboarding Orchestrator Plan (PDF)

Ready to find your opportunity?

Connect IndiePipeline to Claude and start exploring niches in minutes.

Setup Claude Code in 3 Steps

Connect IndiePipeline to Claude Code CLI

1

Get Your API Key

Log in to your IndiePipeline account and copy your API key from the dashboard.

Log in to get API key
2

Add the MCP Server

Run this command in your terminal (replace YOUR_API_KEY with your key from step 1):

claude mcp add indiepipeline --transport sse "https://mcp.indiepipeline.ai/sse?apiKey=YOUR_API_KEY"
Or manually edit settings.json

Add the following to your ~/.claude/settings.json file:

{
  "mcpServers": {
    "indiepipeline": {
      "type": "url",
      "url": "https://mcp.indiepipeline.ai/sse?apiKey=YOUR_API_KEY"
    }
  }
}
3

Restart Claude Code

Restart Claude Code to load the new MCP server. You can verify the connection by asking Claude to list available tools — you should see the IndiePipeline tools (smart_scan, discover_opportunities, etc.).

Alternative: Project-level configuration

You can also add the MCP server to a specific project by creating a .mcp.json file in your project root with the same configuration.

Ready to discover your next product idea?

Create a free account and connect IndiePipeline to Claude in under a minute.