← sellora.cz

INDIVIDUAL MCP TOOL

create_search_alert

Založí hlídání nových inzerátů na Sellora.cz — na zadaný e-mail přijde potvrzovací odkaz a poté upozornění na každý nový inzerát odpovídající kritériím (fulltext, kategorie, cena, lokalita).

sellora.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://sellora.cz/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "sellora": {
      "type": "http",
      "url": "https://sellora.cz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_listings — Vyhledá živé inzeráty na Sellora.cz (český bazar / Czech marketplace).
  • get_listing — Detail jednoho inzerátu na Sellora.cz — plný popis, parametry, prodejce, stav aukce.
  • list_categories — Seznam hlavních kategorií Sellora.cz se slugy pro search_listings.
  • price_guide — Cenový přehled trhu na Sellora.cz — medián a rozpětí cen (Kč) pro kategorii, volitelně značku a model, z živých inzerátů.
  • create_listing_draft — Připraví koncept inzerátu na Sellora.cz z konverzace (název, popis, cena, kategorie).