com.selloracle/etsy-data
Official8 toolsby simonlin1212
Pre-computed Etsy market data for AI agents: Blue Ocean niche scores, best sellers, top shops.
Provides pre-computed Etsy market data including niche scores, best sellers, and top shops for AI agents.
Topics
Captured live from the server via tools/list.
get_niche_score
[Data · 1 credit] Blue Ocean Score (0–100) for one keyword, with the four underlying signals (demand, saturation, concentration, freshness) plus avg price, views, favorites, and shop count. The computed conclusion — not raw listings.
Parameters (1)
- keywordstringrequired
The search term to score, e.g. "boho wedding invitation".
get_niche_report
[Data · 2 credits] A multi-section deep report for one keyword: verdict, demand & competition read, price band, top shops, and a recommended angle. Everything an agent needs to make a go/no-go call in one call.
Parameters (1)
- keywordstringrequired
The niche keyword to report on.
find_blue_ocean
[Data · 1 credit] Discover low-competition, high-demand niches in a category, ranked by Blue Ocean Score. Free tier returns the top 5; the full ranked list is the core paid asset.
Parameters (2)
- categorystring
Optional category filter, e.g. "wedding", "home", "jewelry". Omit to scan all categories.
- limitnumber
How many niches to return (free tier capped at 5).
search_keywords
[Data · 1 credit] Keyword lookup with cached stats (total results, avg price, score). The free hook that gets an agent onto the grid.
Parameters (1)
- qstringrequired
Substring to match against the keyword index.
get_best_sellers
[Data · 1 credit] Top-selling listings in a category, by favorites/sales signal.
Parameters (1)
- categorystring
Category to rank within. Omit for an overall ranking.
get_top_shops
[Data · 1 credit] Leading shops in a category by sales, with sales/review/follower stats.
Parameters (1)
- categorystring
Category to rank shops within.
profit_calculator
[Data · 1 credit] Full Etsy fee breakdown and net profit for a sale (listing, transaction, payment-processing, and optional offsite-ads fees). Pure math — no data lookup.
Parameters (4)
- pricenumberrequired
Item sale price (USD).
- costnumber
Your cost of goods (USD).
- shippingnumber
Shipping charged to buyer (USD).
- offsiteAdsboolean
Apply the 15% Offsite Ads fee?
ai_reply_writer
[AI · 10 credits] Draft a customer-service reply in the seller's voice.
Parameters (1)
- messagestringrequired
The buyer message to reply to.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"etsy-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://selloracle.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.