{
  "markdown": "# dentro MCP\n\nStructured commerce data for AI agents. One MCP server, 22,000+ DTC brands, real-time product data, no scraping, no hallucination.\n\n[![npm version](https://img.shields.io/npm/v/@dentro-fyi/mcp.svg)](https://www.npmjs.com/package/@dentro-fyi/mcp)\n[![MCP](https://img.shields.io/badge/MCP-compatible-blue)](https://modelcontextprotocol.io)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## What it does\n\nLets 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:\n\n- `discover_companies` — find brands by natural-language query\n- `search_products` — search products within a brand, real prices and stock\n- `get_product` — full product detail with variants, images, descriptions\n- `list_categories` — browse a brand's category tree\n- `get_site_info` — brand metadata and agent instructions\n\n## Why use it\n\n| Without dentro | With dentro |\n|---|---|\n| Agent web-searches Google, scrapes 10 storefronts, hallucinates prices | One tool call, structured JSON, real data |\n| 30+ second latency, 50K+ tokens | Sub-second, ~2K tokens |\n| Generic results dominated by Amazon | Curated DTC brands, agent-optimized |\n\n## Install\n\n```bash\nnpm install -g @dentro-fyi/mcp\n```\n\nGet an API key at [dentro.fyi](https://dentro.fyi) (free tier available).\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"dentro\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@dentro-fyi/mcp\"],\n      \"env\": {\n        \"DENTRO_API_KEY\": \"your-key-here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Try: *\"Find me a sustainable tote bag under $30.\"*\n\n### Cursor / other MCP clients\n\nSame config shape. Any MCP-compatible client can use it.\n\n## Example\n\n```\nYou: I need merino wool socks for hiking, ideally American-made.\nClaude: [calls discover_companies({query: \"merino wool hiking socks American-made\"})]\n        [finds: Darn Tough, Smartwool, Farm to Feet]\n        [calls search_products({company_id: \"darn-tough\", query: \"merino hiking\"})]\n        Here are 3 options from Darn Tough, all in stock, made in Vermont...\n```\n\n## Coverage\n\n- 22,173 brands across 16 countries\n- 4 verified platforms (Shopify, WooCommerce, WordPress, Magento) plus custom connectors\n- Tier 1 (verified): full product API\n- Tier 2 (listed): structured data only\n- Tier 3 (directory): brand info only\n\n## Pricing\n\n- Free tier: 100 requests/day, all tools\n- Paid tiers: higher limits, priority discovery, attribution analytics\n- See [dentro.fyi/pricing](https://dentro.fyi/pricing)\n\n## Resources\n\n- Docs: [dentro.fyi/docs](https://dentro.fyi/docs)\n- API reference: [dentro.fyi/api](https://dentro.fyi/api)\n- Issues: [github.com/dentro-fyi/dentro-mcp/issues](https://github.com/dentro-fyi/dentro-mcp/issues)\n- Contact: hello@dentro.fyi\n\n## License\n\nMIT.\n",
  "bytes": 2945,
  "sha": "5e15212c1bce88d19f033af5216cfb0cd953ec7a56653613db812703cae22c2f",
  "repo_slug": "dentro-fyi/dentro-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dentro_fyi_dentro_b0e2c4b8/readme"
}