← woklima.de

INDIVIDUAL MCP TOOL

list_stores

Individual brick-and-mortar stores carrying the 'Midea PortaSplit' with per-store stock, price, ZIP and city — unique data scraped hourly from the DIY chains' store APIs.

woklima.denone authenticationAvailability not checked

LIVE ENDPOINT

https://woklima.de/mcp

No auth detected

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

woklima.de

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_availability — Current availability and price of the 'Midea PortaSplit' portable split air conditioner per retailer chain (OBI, Hornbach, Bauhaus, Amazon, …) in one country — or Europe-wide with country='EU'.
  • price_history — Historical price/availability series for the 'Midea PortaSplit' per retailer chain — useful to judge whether the current price is good and how often the product is in stock.