Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dentro": {
"env": {
"DENTRO_API_KEY": "your-key-here"
},
"args": [
"-y",
"@dentro-fyi/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Structured commerce data for AI agents. One MCP server, 22,000+ DTC brands, real-time product data, no scraping, no hallucination.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@dentro-fyi/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @dentro-fyi/mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.dentro-fyi/dentro and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Structured commerce data for AI agents. One MCP server, 22,000+ DTC brands, real-time product data, no scraping, no hallucination.
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 querysearch_products — search products within a brand, real prices and stockget_product — full product detail with variants, images, descriptionslist_categories — browse a brand's category treeget_site_info — brand metadata and agent instructions| Without dentro | With dentro |
|---|---|
| Agent web-searches Google, scrapes 10 storefronts, hallucinates prices | One tool call, structured JSON, real data |
| 30+ second latency, 50K+ tokens | Sub-second, ~2K tokens |
| Generic results dominated by Amazon | Curated DTC brands, agent-optimized |
npm install -g @dentro-fyi/mcp
Get an API key at dentro.fyi (free tier available).
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."
Same config shape. Any MCP-compatible client can use it.
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...
MIT.