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 multi-source signal, 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
  • Multi-source corroboration
  • Cancel anytime
dropr · product database
live
ProductOpportunity
  • Nimbus Cloud Humidifier
    Nimbus Cloud HumidifierStrong Buy
    Emergingsat
    99
  • Pulse Mini Massage Gun
    Pulse Mini Massage GunStrong Buy
    Risingsat
    96
  • FlexSip Portable Blender
    FlexSip Portable BlenderPass
    Peakingsat
    45
  • Terra Smart LED Strip
    Terra Smart LED StripPass
    Deadsat
    11
corroborationmargin +81%
Also queryable by your AI agent over MCP

Multi-source corroboration, scored by one engine

Demand velocity
Seller density
Content traction
Ad presence
Community buzz
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
  • Demand velocity90%
  • Seller density84%
  • Content traction80%
  • Ad presence72%
  • Community buzz60%
API-first

A real REST API, not an export button

Bearer-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 "Authorization: Bearer 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.

Six weighted dimensions build a base score; then we apply two honesty modifiers competitors skip, saturation decay and cross-source corroboration, to land the public 0 to 100 number.

Aurora Galaxy Projector

Aurora Galaxy Projector

Home & Lighting

Strong Buy
Opportunity Score
100
out of 100
Saturation
Corroboration
Margin
76%
Days trending
9
DimensionWeightSub-score
  • Trend velocity
    Rate of change, not raw volume
    25%
    100
  • Margin potential
    Sell price vs cost
    25%
    100
  • Competition headroom
    Inverse of seller density
    20%
    65
  • Content potential
    Visual appeal × demo-ability
    15%
    83
  • Shipping
    Weight, warehouse, days
    10%
    95
  • Category fit
    Proven dropship verticals
    5%
    80
Saturation decay
Green zone - blue-ocean opportunity. Saturation index 18% → score ×1.00.
score ↓
Cross-source corroboration
4 independent sources (tiktok, amazon, google_trends, meta_ads) - strong multi-channel conviction. Score +17%.
confidence ↑
Final Opportunity ScoreStrong Buy100
REST API

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

Bearer-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
  • GET /v1/scoreScore arbitrary signals on demand
  • GET /v1/products/{slug}Full record + score lineage
  • GET /v1/competitorSellers & ad presence per product
Request
bash
curl https://dropr.shop/api/v1/search \
  -H "Authorization: Bearer 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,
      "signals": ["demand_velocity", "seller_density", "content_traction", "ad_presence"],
      "estimated_cost": 9.5,
      "suggested_sell_price": 39.99,
      "margin_percent": 76,
      "score_breakdown": {
        "trend_velocity": 0.84,
        "margin_potential": 0.81,
        "competition": 0.79,
        "content_potential": 0.93,
        "shipping": 0.78,
        "category_bonus": 0.80
      }
    }
  ],
  "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.

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
$19$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. The API and MCP are metered, so you only pay for the calls your agents and pipelines actually make.

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

Most popular

Pro

For operators hunting the next winner daily.

$19/ mo
500 lookups / mo, no daily cap

Includes 50 free API calls / mo.

  • Full product database access
  • Full score lineage & breakdown
  • Sales tracker + competitor research
  • Custom weight editor (re-score on your priorities)
  • Unlimited watchlists + CSV export
  • Alerts on emerging products

Build-your-own

Pick your volume. The price scales with you.

$150/ mo

$0.06 per lookup at this volume

2,500

lookups / mo

50025,000

Volume discount unlocks at 5,000 lookups: $0.05 per lookup.

Includes 100 free API calls / mo to try the API and MCP.

  • Everything in Pro
  • Choose your monthly lookup volume
  • Volume pricing that drops as you scale
  • Higher rate limits as you grow
  • Priority email support

API + MCP

Dev + Agent

Pipe Dropr into your stack and your agents.

$0.04to $0.10 / call
Billed per call, separate from plan lookups
Calls / moPer call
0 to 1k$0.10
1k to 10k$0.08
10k to 50k$0.06
50k+$0.04

Paid plans include free monthly API calls to try it first.

  • All /v1 REST endpoints
  • MCP server for AI agents
  • Bearer keys with scopes & rotation
  • Cursor pagination, 600 req/min
  • Webhook on new strong-buy products
  • Metered per call, separate from plan lookups

Business

Multi-seat teams and custom volume.

Inquire
Custom pricing for your team
  • Everything in Build-your-own + API
  • Team seats and shared workspaces
  • Custom lookup and API volume
  • Priority support and onboarding
  • Custom rate limits and SLAs

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 multiplies the base score by a saturation-decay factor driven by live seller density. As competition climbs, the score falls automatically.
Where does your data come from?
We corroborate signal across multiple independent sources and score it with our proprietary engine. A product only earns a high score when several sources agree. We sell curated, derived market signal, not raw third-party data.
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 with 25 free credits, no card required.
How does API pricing work?
The API and MCP are a separate metered product, billed per call by volume, and not drawn from your plan lookups. You authenticate with a Bearer key, get cursor pagination, rate limits per key, and webhooks on new strong-buy products. Paid plans include a free monthly API allowance so you can try it first.

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.