CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Etsy Data

simonlin1212/selloracle-mcp
authHTTPregistry active
Summary

A hosted MCP server that gives your agent pre-computed Etsy market intelligence without scraping or hallucinating numbers. It exposes eight tools including get_niche_score (returns a 0–100 Blue Ocean score plus demand, competition, and pricing signals), find_blue_ocean (surfaces low-competition niches), get_best_sellers, and get_top_shops. The data comes from weekly aggregation of 45K+ listings across 14K+ scored niches. Useful when you're building product research agents, market analysis workflows, or seller dashboards and need reliable Etsy metrics on demand. Connects via streamable HTTP with a free tier (100 calls/day) or paid plans starting at $19/month. Same data is also available through a REST API if you need it outside MCP.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Data & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedJun 10, 2026
View on GitHub

SellOracle MCP Server

Pre-computed Etsy market data for AI agents — real Blue Ocean niche scores, demand & competition signals, best sellers, and top shops, served over one remote MCP server and a REST API.

Stop letting your agent make up Etsy numbers. SellOracle aggregates 45K+ listings into niche-level conclusions (a 0–100 Blue Ocean score per keyword, computed weekly from four signals: demand, saturation, concentration, freshness) so your agent gets the answer in one call instead of scraping and re-deriving.

  • 🌐 Website: https://selloracle.com
  • 📚 Docs: https://selloracle.com/docs
  • 🧰 Tool catalog: https://selloracle.com/tools
  • 📈 Status & changelog: https://selloracle.com/status
  • 🤖 llms.txt: https://selloracle.com/llms.txt

This repository documents the hosted remote server (no local install needed). The server itself is closed-source.

Quick connect (MCP)

Get a free API key at https://selloracle.com/dashboard (no card), then add a remote connector.

Claude (claude.ai / Claude Desktop → Settings → Connectors → Add custom connector):

https://selloracle.com/mcp?key=so_live_YOUR_KEY

Cursor / generic MCP config:

{
  "mcpServers": {
    "selloracle": {
      "url": "https://selloracle.com/mcp",
      "headers": { "Authorization": "Bearer so_live_YOUR_KEY" }
    }
  }
}

Then just ask your agent: “Score the niche ‘minimalist wedding invitation’ on Etsy.”

  • Transport: Streamable HTTP (single POST request/response), protocol 2025-06-18
  • initialize / tools/list are open for discovery; tools/call requires the key

Tools (8)

ToolTierCreditsWhat it returns
get_niche_scoreData1Blue Ocean Score (0–100) for one keyword + the four underlying signals, avg price, views, favorites, shop count
get_niche_reportData2Multi-section niche report: verdict, demand/competition read, price band, top shops, recommended angle
find_blue_oceanData1Low-competition, high-demand niches in a category, ranked by Blue Ocean Score
search_keywordsData1Keyword lookup with cached stats (total results, avg price, score)
get_best_sellersData1Top-selling listings in a category
get_top_shopsData1Leading shops in a category with sales/review stats
profit_calculatorData1Full Etsy fee breakdown + net profit for a sale
ai_reply_writerAI10Drafts a customer-service reply in the seller's voice

Every data response carries a dataAsOf field so you can verify freshness programmatically.

REST (same backend, same key)

curl "https://selloracle.com/api/v1/niche/score?keyword=minimalist+wedding+invitation" \
  -H "Authorization: Bearer so_live_YOUR_KEY"
# → { "success": true, "data": { "blueOceanScore": 72, "level": "blue", ... } }

Full endpoint list: https://selloracle.com/tools

Pricing

  • Free — 100 data calls/day, no card
  • Starter $19/mo — 10,000 credits (data ~1cr, AI ~10cr)
  • Pro $49/mo — 50,000 credits
  • Scale $199/mo — 300,000 credits

Try it without a key in the browser playground: https://selloracle.com/playground

Notes

  • Data coverage: 14K+ scored niches (all categories + a digital-products segment), 1,400+ shops, refreshed weekly.
  • SellOracle surfaces derived, aggregated signals computed from publicly available data — it does not proxy or resell access to Etsy's API.
  • Independent project, not affiliated with, endorsed by, or sponsored by Etsy, Inc.

Support

hello@selloracle.com · https://selloracle.com/status

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.