← storeinvent.cz

INDIVIDUAL MCP TOOL

get_quote_requirements

What information the sales team needs to prepare a quote (pricing is always individual), plus data-format details and inventory preparation advice.

storeinvent.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://www.storeinvent.cz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_quote_requirements 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

storeinvent.cz

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.storeinvent-mcp]
url = "https://www.storeinvent.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "storeinvent-mcp": {
      "type": "http",
      "url": "https://www.storeinvent.cz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: storeinvent-mcp
Remote MCP URL: https://www.storeinvent.cz/api/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": {
    "storeinvent-mcp": {
      "url": "https://www.storeinvent.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "storeinvent-mcp": {
      "type": "http",
      "url": "https://www.storeinvent.cz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "storeinvent-mcp",
  "transport": "streamable-http",
  "url": "https://www.storeinvent.cz/api/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Basic facts about STORE INVENT & PARTNERS, s.
  • list_services — List of all 6 inventory services with short descriptions and detail page URLs.
  • get_service_details — Details of one service: what it includes, how it works, practical notes.
  • get_faq — Frequently asked questions and answers about the services.
  • submit_inquiry — Submit a real non-binding inquiry (nezávazná poptávka) to the sales team.
  • ask_question — Ask a free-form question about the company or its inventory services; answered from the company knowledge base (Czech or English).