← povalecka.cz

INDIVIDUAL MCP TOOL

search_places

Najdi podniky podle textu v názvu, adrese, typu nebo kategorii.

povalecka.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.povalecka.cz/mcp

No auth detected

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

povalecka.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.kav-rensk-povale-ka]
url = "https://mcp.povalecka.cz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kav-rensk-povale-ka": {
      "type": "http",
      "url": "https://mcp.povalecka.cz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kav-rensk-povale-ka": {
      "type": "http",
      "url": "https://mcp.povalecka.cz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kav-rensk-povale-ka",
  "transport": "streamable-http",
  "url": "https://mcp.povalecka.cz/mcp"
}
MCP Inspector

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

Related tools

  • nearby_places — Najdi podniky v okolí zadané GPS polohy, seřazené podle vzdálenosti.
  • top_rated — Nejlépe hodnocené podniky, volitelně v dané kategorii a okolí.
  • get_place — Detail jednoho podniku včetně recenzí a odkazu na povalecka.cz.
  • list_reviews — Recenze konkrétního podniku (text, hodnocení, datum).