← kramka.pl

INDIVIDUAL MCP TOOL

compare_products

Porównaj 2–4 produkty: wspólna tabela parametrów z zaznaczeniem różnic oraz aktualne ceny.

kramka.plnone authenticationAvailability not checked

LIVE ENDPOINT

https://kramka.pl/mcp

No auth detected

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

kramka.pl

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

.mcp.json

{
  "mcpServers": {
    "kramka": {
      "type": "http",
      "url": "https://kramka.pl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • fetch — Pobierz pełną treść dokumentu po id z wyników search: parametry techniczne, oferty sklepów i historia ceny.
  • get_deals — Największe spadki cen odnotowane przez Kramkę w ostatnich dniach.
  • get_offers — Oferty sklepów dla produktu: cena, dostawa, cena całkowita, dostępność i link.
  • get_price_history — Historia ceny produktu: najniższa cena odnotowana przez Kramkę w zadanym okresie oraz liczba dni obserwacji.
  • get_product — Pełna karta produktu: parametry techniczne, warianty konfiguracji, oferty sklepów i najniższa cena odnotowana przez Kramkę.
  • search — Wyszukaj w katalogu Kramka.
  • search_products — Znajdź produkty w katalogu Kramka po nazwie.