← Registry

eCommerce

dinilu.de

An MCP server for an e-commerce product catalogue that lets users search products, inspect configurable attributes, and request quotes for specific configurations and quantities.

1 endpoint3 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://dinilu.de/mcp

No auth detected

MCP server metadata

Name
dinilu-dinilu.de-de
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Dinilu Druck+Promo — B2B custom-printed promotional products. This endpoint is bound to ONE domain and language: dinilu.de, language "de", prices in EUR, sold from Netherlands. Other domains and languages are separate endpoints (e.g. https://dinilu.de/en/mcp). Do not translate prices or assume another currency. Workflow: search_products -> get_product (read the attribute and option ids) -> get_quote (pass those ids in "attributes"). Every quote is indicative and excludes VAT and shipping; "binding" is always false. Minimum order quantities apply and quantities below the MOQ are raised silently, so ALWAYS read the "warnings" array before repeating a price to anyone. An attribute you do not supply is filled with the product default and reported as an attribute_defaulted warning — a default can be wrong for the customer at a price that is right. To turn a quote into a real quotation, give the customer the "cart_url" from the quote result. They complete checkout and enter their own company details. Never collect a customer's address, VAT number or contact details yourself, and never append them to a URL.

Known tools 3

search_products

Find products in this catalogue by free text and/or category.

Inferred read-only
get_product

Get a product's configurable attributes and their options, plus its minimum order quantity and quantity step.

Inferred read-only
get_quote

Price a specific configuration and quantity, with production time and shipping options.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dinilu-dinilu-de-de]
url = "https://dinilu.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dinilu-dinilu-de-de": {
      "type": "http",
      "url": "https://dinilu.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dinilu-dinilu-de-de
Remote MCP URL: https://dinilu.de/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dinilu-dinilu-de-de": {
      "url": "https://dinilu.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dinilu-dinilu-de-de": {
      "type": "http",
      "url": "https://dinilu.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dinilu-dinilu-de-de",
  "transport": "streamable-http",
  "url": "https://dinilu.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.