← Back to browse

dentro

Indexed by io.github.dentro-fyi

About

Structured commerce data for AI agents. 22,000+ DTC brands, real prices, real stock.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDENTRO_API_KEY
Claude Code
claude mcp add --env DENTRO_API_KEY= dentro -- npx @dentro-fyi/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dentro","command":"npx","args":["@dentro-fyi/mcp"],"env":{"DENTRO_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "dentro": {
      "command": "npx",
      "args": [
        "@dentro-fyi/mcp"
      ],
      "env": {
        "DENTRO_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.