CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

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

Cross AI Tools

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
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Dentro

dentro-fyi/dentro-mcp
authSTDIOregistry active
Summary

Connects Claude to 22,000+ direct-to-consumer e-commerce brands through five structured operations: discover_companies for natural-language brand search, search_products and get_product for querying real inventory and pricing, list_categories for browsing catalog hierarchies, and get_site_info for brand metadata. Replaces web scraping and hallucinated product data with verified JSON from Shopify, WooCommerce, and other platforms across 16 countries. Free tier gives you 100 requests daily. Reach for this when you need agents to recommend, compare, or fetch actual products from indie brands without the token overhead and latency of search-then-scrape workflows. Install via npx, drop your API key in the config, and query with natural language.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

dentro MCP

Structured commerce data for AI agents. One MCP server, 22,000+ DTC brands, real-time product data, no scraping, no hallucination.

npm version MCP License: MIT

What it does

Lets any MCP-compatible agent (Claude Desktop, Cursor, custom agents) query a curated registry of 22,000+ DTC e-commerce brands across 16 countries. Five tools, all returning clean JSON:

  • discover_companies — find brands by natural-language query
  • search_products — search products within a brand, real prices and stock
  • get_product — full product detail with variants, images, descriptions
  • list_categories — browse a brand's category tree
  • get_site_info — brand metadata and agent instructions

Why use it

Without dentroWith dentro
Agent web-searches Google, scrapes 10 storefronts, hallucinates pricesOne tool call, structured JSON, real data
30+ second latency, 50K+ tokensSub-second, ~2K tokens
Generic results dominated by AmazonCurated DTC brands, agent-optimized

Install

npm install -g @dentro-fyi/mcp

Get an API key at dentro.fyi (free tier available).

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dentro": {
      "command": "npx",
      "args": ["-y", "@dentro-fyi/mcp"],
      "env": {
        "DENTRO_API_KEY": "your-key-here"
      }
    }
  }
}

Restart Claude Desktop. Try: "Find me a sustainable tote bag under $30."

Cursor / other MCP clients

Same config shape. Any MCP-compatible client can use it.

Example

You: I need merino wool socks for hiking, ideally American-made.
Claude: [calls discover_companies({query: "merino wool hiking socks American-made"})]
        [finds: Darn Tough, Smartwool, Farm to Feet]
        [calls search_products({company_id: "darn-tough", query: "merino hiking"})]
        Here are 3 options from Darn Tough, all in stock, made in Vermont...

Coverage

  • 22,173 brands across 16 countries
  • 4 verified platforms (Shopify, WooCommerce, WordPress, Magento) plus custom connectors
  • Tier 1 (verified): full product API
  • Tier 2 (listed): structured data only
  • Tier 3 (directory): brand info only

Pricing

  • Free tier: 100 requests/day, all tools
  • Paid tiers: higher limits, priority discovery, attribution analytics
  • See dentro.fyi/pricing

Resources

  • Docs: dentro.fyi/docs
  • API reference: dentro.fyi/api
  • Issues: github.com/dentro-fyi/dentro-mcp/issues
  • Contact: hello@dentro.fyi

License

MIT.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

DENTRO_API_KEY*secret

API key from dentro.fyi (free tier available)

Categories
Data & AnalyticsFinance & Commerce
Registryactive
Package@dentro-fyi/mcp
TransportSTDIO
AuthRequired
UpdatedApr 29, 2026
View on GitHub

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.