← svetmrez.si

INDIVIDUAL MCP TOOL

kontakt

Vrne kontaktne podatke Svet Mrež in navodila, kako pridobiti ponudbo.

svetmrez.sinone authenticationAvailability not checked

LIVE ENDPOINT

https://www.svetmrez.si/api/mcp

No auth detected

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

svetmrez.si

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.svetmrez]
url = "https://www.svetmrez.si/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "svetmrez": {
      "type": "http",
      "url": "https://www.svetmrez.si/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "svetmrez": {
      "type": "http",
      "url": "https://www.svetmrez.si/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "svetmrez",
  "transport": "streamable-http",
  "url": "https://www.svetmrez.si/api/mcp"
}
MCP Inspector

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

Related tools

  • seznam_kategorij — Vrne vse skupine in kategorije mrež iz kataloga Svet Mrež (športne in zaščitne mreže, Slovenija).
  • podrobnosti_kategorije — Vrne opis, tip (fixed/custom/hybrid) in tehnične specifikacije izdelkov za posamezno kategorijo mrež.
  • iskanje_izdelkov — Poišče kategorije in izdelke po iskalnem nizu (šport, namen uporabe, dimenzija, material).