v1 · API + MCP shippingHonest product intelligence

Find winning products before they saturate, and pull the data straight into your stack.

Dropr scores every trending product on curated, derived market intelligence, then decays the score as competition piles in, so a number that says Strong Buy actually means it. Query it in the dashboard, over REST, or from your AI agent via MCP.

  • No credit card
  • Saturation-aware scoring
  • Cancel anytime
dropr · product database
live
ProductOpportunity
  • Aurora Galaxy ProjectorStrong Buy
    Risingsat
    100
  • GlowBrush Sonic ToothbrushBuy
    Risingsat
    75
  • MagSnap Magnetic Car MountPass
    Peakingsat
    29
  • Terra Smart LED StripPass
    Deadsat
    11
corroborationmargin +76%
Also queryable by your AI agent over MCP

Multi-source corroboration, scored by one engine

Saturation-aware
Cross-source corroboration
Honest scoring
Continuously refreshed
Agent-ready (MCP)
5+ corroborated signals

A product only earns a high score when several independent signals agree. One spike is noise. Cross-source corroboration is a trend.

Why Dropr

Built for operators who are tired of being sold last week's winner.

Every competitor shows you what's trending. Dropr tells you what's still worth selling, and hands the data to your tools.

Honest scoring

Scores that decay as the market floods

When seller counts climb, the Opportunity Score falls, automatically. No competitor does this. A 'Strong Buy' on Dropr is a product the crowd hasn't caught yet, not one they're already drowning.

Nimbus Cloud Humidifier99
20% saturated
Terra Smart LED Strip11
94% saturated
Many signals, one truth

Cross-source corroboration

A score only goes high when several independent signals agree. One viral clip can't fake it.

5/5 agree
5 of 5 independent sources agree100% confidence
API-first

A real REST API, not an export button

Key-auth, cursor-paginated, rate-limited. Pipe winning products straight into your store, your sheet, or your own model.

GET /v1/search
curl dropr.shop/v1/search \
  -H "x-api-key: drp_…" \
  --data-urlencode "max_saturation=0.4"
Agent-native

MCP server for your AI agent

Drop Dropr into Claude or any MCP client. Ask 'find me an un-saturated home product under $15 cost' in plain English.

AI

“Find an un-saturated Home & Lighting product under $15 cost.”

Nimbus Cloud Humidifier88
Unit economics

Cost, sell price & true margin

Every product ships with estimated landed cost, suggested sell price, and the margin that survives ad spend, not vanity revenue.

cost $4.20sell $22.99
margin / unit$18.79 · 82%
150K engagement views backing demand

The Opportunity Score, explained

No black box. See exactly why a product scored what it scored.

See why each product earns its score, in plain language, including the honesty checks competitors skip.

Aurora Galaxy Projector

Home & Lighting

Strong Buy
Opportunity Score
100
out of 100
Saturation
Corroboration
Margin
76%
Days trending
9
Why this scores a 100
  • Demand is accelerating, not just high
    Still early in the lifecycle at 9 days, with momentum building rather than fading.
  • Healthy margin at the suggested price
    76% margin survives ad spend, not vanity revenue.
  • Low competition in the primary channel
    Few sellers have caught on yet, so there is room to win before the crowd arrives.
  • Strong short-form content potential
    Highly demo-able and visually striking, which is exactly what travels in short video.
  • Fast US-warehouse shipping
    Ships in about 4 days from a US warehouse, so buyers are not waiting weeks.
Saturation check
Low saturation (28%), blue-ocean, no penalty applied.
Corroboration check
Confirmed by 4 independent sources, high conviction.
Final Opportunity ScoreStrong Buy100
REST API

The only product-research tool with a first-class API.

Key-authenticated, cursor-paginated, and rate-limited per key. Filter on the same honest signals you see in the dashboard, including max_saturation and min_margin, and pull results straight into your store, sheet, or pipeline.

  • GET /v1/searchFilter & rank the full product database
  • GET /v1/trendingToday's rising products by velocity
  • POST /v1/scoreA product's score and explanation
  • GET /v1/products/{slug}Full record + score lineage
  • GET /v1/competitorSeller counts & ad-spend signal per product
Request
bash
curl https://dropr.shop/api/v1/search \
  -H "x-api-key: drp_live_a1b2c3d4" \
  --data-urlencode "q=projector" \
  --data-urlencode "category=Home & Lighting" \
  --data-urlencode "max_saturation=0.4" \
  --data-urlencode "min_margin=60" \
  --data-urlencode "sort=opportunity" -G
200 · application/json
json
{
  "data": [
    {
      "slug": "aurora-galaxy-projector",
      "name": "Aurora Galaxy Projector",
      "category": "Home & Lighting",
      "opportunity_score": 84,
      "classification": "strong_buy",
      "trend_phase": "rising",
      "saturation_score": 0.28,
      "corroboration_count": 4,
      "estimated_cost": 9.5,
      "suggested_sell_price": 39.99,
      "margin_percent": 76
    }
  ],
  "next_cursor": "eyJvIjoxfQ",
  "total": 1
}
MCP · Model Context Protocol

Hand product research to your AI agent.

Dropr ships a Model Context Protocol server. Add it to Claude, Cursor, or any MCP client and your agent can search, score, and compare products in natural language, with the saturation-aware numbers it can actually trust.

Add to .mcp.json - one block
json
{
  "mcpServers": {
    "dropr": {
      "command": "npx",
      "args": ["-y", "@dropr/mcp"],
      "env": { "DROPR_API_KEY": "drp_live_a1b2c3d4" }
    }
  }
}

Exposes tools: search_products, score_signals, get_product, trending_today, competitor_lookup.

Heads up on credits. The MCP server gives your agent full access by default, so it can spend a lot of credits while it works, especially full product detail at 5 credits per call. You can disable specific tools per account in the dashboard so your agent only calls what you want.

agent session · dropr mcp
You
Find me a Home & Lighting product that's rising but not saturated, under $10 cost, 70%+ margin.
tool call · dropr.search_products
{ "category": "Home & Lighting", "max_saturation": 0.3,
  "min_margin": 70, "sort": "opportunity" }
AI
Top match: Nimbus Cloud Humidifier. Opportunity 88 (Strong Buy). Only 9 sellers, 20% saturated, 81% margin ($7 cost to $36.99). Corroborated by 3 sources. The Aurora Galaxy Projector also qualifies at 84.

The honest comparison

We won't pretend to beat them on everything.

Their ad-spy libraries are deeper today. But the rows that compound, honest scoring, an API, and an MCP server, are ours alone.

Capability
Dropr
Dropship.ioMineaWinning Hunter
Curated product database
Saturation-aware scoring
Score decays as sellers pile in
Transparent score lineage
See exactly why a product scored X
Cross-source corroboration
5 sources must agree
First-class REST API
MCP server for AI agents
Ad spy library
They lead here, for now
Sales tracker
Entry price / month
Dropr undercuts on the daily-driver plan
$29$39$49$67

Competitor pricing and feature availability as publicly listed; subject to change. Comparison reflects our honest read, not theirs.

Pricing

Start with 25 free credits. Pay when the signal pays you back.

No annual lock-in, no seat minimums. Every paid plan includes the API and MCP, with a monthly API credit allowance and a hard daily call cap. No overage, ever.

Closed beta, invite only. Pick a plan below, then request access. We send invites as spots open.

Billed monthly.

Start

Taste the signal. No card required.

Free
25 free credits, limited dashboard

No live API (sandbox only).

  • 25 free credits to start
  • Browse the product database and trending feed
  • Opportunity Score and saturation at a glance
  • No live API (sandbox test keys only)
  • No card required
Most popular

Pro

For operators hunting the next winner daily.

$29/ mo
5,000 API credits / mo, 250 API calls / day. Hard caps, no overage.

REST API and MCP included.

  • Full product database access
  • Full score lineage & breakdown
  • REST API and MCP included
  • Monthly API credits + hard daily call cap, no overage
  • Sales tracker + competitor research
  • Custom weight editor (re-score on your priorities)
  • Unlimited watchlists + CSV export
  • Alerts on emerging products

Build-your-own

Need more than Pro? Scale your monthly API credits and daily cap as you grow.

$80/ mo

$80.00 per 1,000 credits (20% off the base $100.00 rate)

1,000

API credits / mo

1,00025,000

Volume discount unlocks at 2,500 credits: $60.00 per 1,000 credits.

Your monthly API credit allowance, with REST API and MCP included and a higher hard daily call cap as you scale. No overage: top up anytime with credit packs.

REST API and MCP included, with a 1,000 hard daily call cap. No overage: top up with credit packs.

  • Everything in Pro
  • Scaled monthly API credits as you grow
  • Higher hard daily call cap as you grow
  • REST API and MCP included
  • Top up API credits with packs, no overage
  • Priority email support

Business

Multi-seat teams and custom volume.

Inquire
Custom pricing for your team
  • Everything in Build-your-own
  • REST API and MCP included
  • Priority live support
  • Team seats and shared workspaces
  • Custom credit volume
  • Onboarding and SLAs
  • Custom rate limits

FAQ

Questions, answered honestly

How is Dropr different from Dropship.io?
Two things competitors don't do: our Opportunity Score decays as a product saturates (so a high score means the crowd hasn't caught it yet), and we ship a real REST API plus an MCP server so your tools and AI agents can query the data directly. Their ad-spy libraries are deeper today, and we are honest about that.
What does saturation-aware scoring actually mean?
Most tools rank by raw popularity, so by the time a product looks great everyone is already selling it. Dropr lowers the base score as a product saturates. As more sellers pile in, the score falls automatically.
Where does your data come from?
Our data is proprietary and curated, then scored by our own engine. We sell derived market signal, not raw third-party data, and we do not disclose our sources.
Can my AI agent use Dropr?
Yes. Add our MCP server to Claude, Cursor, or any MCP client with a single .mcp.json block. Your agent gets tools to search, score, and compare products in natural language, with saturation-aware numbers it can trust.
How do I get in right now?
Dropr is in closed beta and invite only. Request access from the pricing page and we will email an invite when a spot opens. Every new account starts on the Free plan with 25 free credits, no card required.
How does API pricing work?
The REST API and MCP server are included with every paid plan, not a separate metered product. Your plan comes with a monthly API credit allowance plus a hard daily call cap. You authenticate with an x-api-key header and get cursor pagination and per-key rate limits. Every limit is a hard cap with no overage; if you need more, buy a credit pack. There is no pay-as-you-go.

Stop selling last week's winner.

Get the saturation-aware signal in the dashboard, over the API, and through your AI agent. Start with 25 free credits, no card required.