Productivity
storeinvent.cz
Provides information about STORE INVENT & PARTNERS' inventory services, including company details, service listings, detailed descriptions, quote requirements, and FAQs.
ENDPOINT 1
https://www.storeinvent.cz/api/mcp
MCP server metadata
- Name
- storeinvent-mcp
- Version
- 1.0.0
Store Invent & Partners - Czech inventory services provider (stocktaking for retail). Use get_company_info / list_services / get_service_details / get_faq to learn about the company. Before calling submit_inquiry, call get_quote_requirements and collect as many of the listed details from your user as possible - a complete inquiry gets a faster and more accurate quote. submit_inquiry sends a real non-binding inquiry to the sales team; use the customer's real e-mail address. For free-form questions use ask_question (answers come from the company knowledge base, Czech or English).
Known tools 7
list_servicesList of all 6 inventory services with short descriptions and detail page URLs.
Inferred read-onlyget_service_detailsDetails of one service: what it includes, how it works, practical notes.
Inferred read-onlyget_quote_requirementsWhat information the sales team needs to prepare a quote (pricing is always individual), plus data-format details and inventory preparation advice.
Inferred read-onlysubmit_inquirySubmit a real non-binding inquiry (nezávazná poptávka) to the sales team.
Inferred read-onlyask_questionAsk a free-form question about the company or its inventory services; answered from the company knowledge base (Czech or English).
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.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.
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.