← dinilu.se

INDIVIDUAL MCP TOOL

get_quote

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

dinilu.senone authenticationAvailability not checked

LIVE ENDPOINT

https://dinilu.se/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dinilu.se

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-se-sv]
url = "https://dinilu.se/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: dinilu-dinilu-se-sv
Remote MCP URL: https://dinilu.se/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-se-sv": {
      "url": "https://dinilu.se/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_products — Find products in this catalogue by free text and/or category.
  • get_product — Get a product's configurable attributes and their options, plus its minimum order quantity and quantity step.
  • search — Compatibility search for research clients that require a tool named "search".
  • fetch — Compatibility fetch for research clients that require a tool named "fetch".