eCommerce
dinilu.nl
An MCP server for e-commerce product catalogue search, configuration, and quoting with pricing, production, and shipping details.
ENDPOINT 1
https://dinilu.nl/mcp
MCP server metadata
- Name
- dinilu-dinilu.nl-nl
- Version
- 1.0.0
Dinilu Druk+Promo — B2B custom-printed promotional products. This endpoint is bound to ONE domain and language: dinilu.nl, language "nl", prices in EUR, sold from Netherlands. Other domains and languages are separate endpoints (e.g. https://dinilu.nl/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
get_productGet a product's configurable attributes and their options, plus its minimum order quantity and quantity step.
Inferred read-onlyget_quotePrice a specific configuration and quantity, with production time and shipping options.
Inferred read-onlyCONNECT 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-nl-nl]
url = "https://dinilu.nl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dinilu-dinilu-nl-nl": {
"type": "http",
"url": "https://dinilu.nl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dinilu-dinilu-nl-nl
Remote MCP URL: https://dinilu.nl/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-nl-nl": {
"url": "https://dinilu.nl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dinilu-dinilu-nl-nl": {
"type": "http",
"url": "https://dinilu.nl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dinilu-dinilu-nl-nl",
"transport": "streamable-http",
"url": "https://dinilu.nl/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.